rolling_text 0.1.2
rolling_text: ^0.1.2 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 Flutter:
$ flutter pub add rolling_textThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rolling_text: ^0.1.2Alternatively, 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:rolling_text/rolling_text.dart';