Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 778 Bytes

CHANGELOG.md

File metadata and controls

40 lines (31 loc) · 778 Bytes

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 in TextScrollMode.endless mode

0.1.0

  • add intervalSpaces property for TextScrollMode.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

0.0.1

Initial release

  • endless and bouncing auto-scrolling
  • velocity
  • delay
  • pause
  • max repetitions number
  • style
  • text alignment