segment_display 0.6.0
segment_display: ^0.6.0 copied to clipboard
Segment display widget for Flutter. Supports multiple types of segment displays and segment customization.
0.6.0 - 2026-04-10 #
- migrated to Dart 3 / Flutter 3 (SDK constraint
>=3.0.0 <4.0.0) - replaced deprecated
lintpackage withflutter_lints ^5.0.0 - updated
intlto^0.19.0in example - updated
analysis_options.yaml(removed Dart 2strong-modeoptions) - modernized constructors to use super parameters
- updated golden test images for Flutter 3 renderer
- added
.mise.tomlfor Flutter version pinning (3.35.7) - added
showDisabledDividersparameter — always show decimal point after each character (dim unless.follows invalue), closes #6 - added
customCharacterMapparameter — merge customchar → bitmaskentries on top of the built-in map, closes #1 - fixed
computeSize()spacing formula consistency (#5) - updated GitHub Actions workflow actions to current versions
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.textchanged toSegmentDisplay.value - BREAKING CHANGE:
SegmentDisplay.textSizechanged toSegmentDisplay.size
0.3.0 - 2019-10-11 #
- wrapped segment display with
Semanticswidget - 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