ticker_text 1.0.0 copy "ticker_text: ^1.0.0" to clipboard
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.

18
likes
110
pub points
87%
popularity

Publisher

unverified uploader

Configurable marquee text scroller

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

fading_edge_scrollview, flutter

More

Packages that depend on ticker_text