ticker_text 2.1.0 copy "ticker_text: ^2.1.0" to clipboard
ticker_text: ^2.1.0 copied to clipboard

Configurable & straightforward text scroller with minimal dependencies.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ticker_text
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ticker_text: ^2.1.0
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ticker_text/ticker_text.dart';
copied to clipboard
18
likes
160
points
3.05k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.08 - 2025.03.23

Configurable & straightforward text scroller with minimal dependencies.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

fading_edge_scrollview, flutter

More

Packages that depend on ticker_text