segment_display 0.5.0 segment_display: ^0.5.0 copied to clipboard
Segment display widget for Flutter. Supports multiple types of segment displays and segment customization.
[0.5.0] - 2021-03-06 #
- migrated to nullsafety
[0.4.2] - 2021-02-21 #
- added minus and underscore to 7-segment display (thanks @prwater for contribution)
[0.4.1+1] - 2020-05-09 #
- minor update (fixed lints, updated example)
[0.4.1] - 2019-12-22 #
- updated dependencies (SDK >=2.6.0)
- updated analysis_options.yml (linter)
- added web demo
[0.4.0] - 2019-11-25 #
- added support for
.
(decimal point) and:
(colon) characters - BREAKING CHANGE:
SegmentDisplay.text
changed toSegmentDisplay.value
- BREAKING CHANGE:
SegmentDisplay.textSize
changed toSegmentDisplay.size
[0.3.0] - 2019-10-11 #
- wrapped segment display with
Semantics
widget - updated example
- added widget tests
[0.2.0] - 2019-05-13 #
- added sixteen-segment display
- updated segment styles for sixteen-segment display
- updated HexSegmentStyle diagonals
[0.1.0] - 2019-05-11 #
- initial release
- added seven-segment and fourteen-segment display
- added DefaultSegmentStyle, HexSegmentStyle and RectSegmentStyle