text_animation_plus 0.1.0
text_animation_plus: ^0.1.0 copied to clipboard
23 plug-and-play Flutter text animation widgets: split, blur, typewriter, glitch, curved marquee, scramble, gradient, scroll-reactive, and more.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add text_animation_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
text_animation_plus: ^0.1.0Alternatively, 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:text_animation_plus/text_animation_plus.dart';