my_animated_text 2.0.1
my_animated_text: ^2.0.1 copied to clipboard
A Flutter package with customizable animated text widgets for dynamic and engaging text effects.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add my_animated_textThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
my_animated_text: ^2.0.1Alternatively, 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:my_animated_text/my_animated_text.dart';