janstol / flutter_segment_display

Segment display widget for Flutter
MIT License
18 stars 4 forks source link

Add "-" support in seven-segment display #3

Closed jdepypere closed 3 years ago

jdepypere commented 3 years ago

As seen in the sample image, a dash/minus/hyphen is not supported. Looking at the structure of a seven-segment display this could totally be a valid use case.

Could this be added?

janstol commented 3 years ago

Solved in #4. Thanks, @prwater :-)