dot_matrix_animated_counter 0.2.0
dot_matrix_animated_counter: ^0.2.0 copied to clipboard
A Flutter package for animated dot-matrix counters with controller support, ThemeExtension styling, grouping, negatives, and multiple animation styles.
0.2.0 #
- Added
DotMatrixCounterThemeDataas a FlutterThemeExtension. - Added
DotMatrixCounterThemehelper for applying a counter theme to a subtree. - Added
DotMatrixAnimationStylewithfadeScale,slide, andflipmodes. - Added negative number rendering.
- Added comma/grouping formatting support.
- Expanded the example app to demonstrate all animation styles and theme selection.
- Added
example.gifpreview asset.
0.1.0 #
- Initial package release.
- Added dot-matrix counter widget.
- Added controller support.
- Added basic reusable theme data.