ticker_text 1.0.0 ticker_text: ^1.0.0 copied to clipboard
Configurable marquee text scroller
ticker_text for Flutter #
Straightforward widget scroller with minimal dependencies.
Features #
- optional control with
TickerTextController
, - specifying scrolling speed and curves,
- setting custom durations,
and more.
Example #
TickerText(
controller: tickerTextController, // this is optional
scrollDirection: Axis.horizontal,
speed: 20,
startPauseDuration: const Duration(milliseconds: 500),
endPauseDuration: const Duration(seconds: 2),
child: Text("Very long paragraph of text...")
);
Previews #
License #
This project is MIT licensed.