text_scroll 0.2.0 text_scroll: ^0.2.0 copied to clipboard
TextScroll Flutter widget adds text auto-scrolling functionality (marquee text).
0.2.0 #
- added support for dynamically updating widget parameters, enabling users to control scrolling behavior from parent widgets
- added border fade effect
- added bouncing mode animation pause at end of text
- bug fixes and improvements
0.1.2 #
- bug fixes
0.1.1 #
- allow
pauseBetween
inTextScrollMode.endless
mode
0.1.0 #
- add
intervalSpaces
property forTextScrollMode.endless
- bug fixes
0.0.5 #
- tidy up static analysis warnings after Flutter upgrade to 3.0.2
0.0.4 #
- introduce
textDirection
property
0.0.3 #
- update docs
- add
selectable
property
0.0.2 #
- fix flex behavior
- update docs