updatable_ticker 1.1.4
updatable_ticker: ^1.1.4 copied to clipboard
A flutter widget for a smooth scrolling text ticker which integrates text updates cleanly so that scrolling is glitch-free and uninterrupted.
1.1.4 #
- add enableSmoothScrolling option to LED variant to enable smooth pixel-precise scrolling (otherwise on false, scroll authentically on ledSize boundary) which means LED dot by dot
1.1.3 #
- performance optimizations
1.1.2 #
- fix demo video links
1.1.1 #
- add actual example app
1.1.0 #
- add LED matrix variant
1.0.6 #
- add missing top padding on example page, rename example file and move to lib folder, changes in example readme
1.0.5 #
- add missing setstate on example page
1.0.4 #
- add gradient fade-in-out option to example page
1.0.3 #
- add link of demo video to readme
1.0.2 #
- add video to readme - fix changelog and readme
1.0.1 #
- lowering requirements to Flutter 3.0.0 / Dart 2.19.6, remove debugPrint in code
1.0.0 #
- Initial release