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