rolling_text 0.1.0 copy "rolling_text: ^0.1.0" to clipboard
rolling_text: ^0.1.0 copied to clipboard

Per-character vertical rolling text animation for Flutter. Spring physics, stagger, direction-aware number rolling, chromatic color tints, and a programmatic controller API. Works with any string — no [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rolling_text

With Flutter:

 $ flutter pub add rolling_text

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

dependencies:
  rolling_text: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:rolling_text/rolling_text.dart';
15
likes
0
points
106
downloads

Publisher

verified publisherluisportal.com

Weekly Downloads

Per-character vertical rolling text animation for Flutter. Spring physics, stagger, direction-aware number rolling, chromatic color tints, and a programmatic controller API. Works with any string — not just numbers.

Homepage
Repository (GitHub)
View/report issues

Topics

#animation #text #counter #slot #number

License

unknown (license)

Dependencies

flutter

More

Packages that depend on rolling_text