Animated Text Kit
A flutter package which contains a collection of some cool and awesome text animations.
Installing
1. Depend on it
Add this to your package's pubspec.yaml
file:
2. Install it
You can install packages from the command line:
with pub
:
with Flutter
:
3. Import it
Now in your Dart
code, you can use:
Usage
You can override the duration
of each animation by setting duration in each AnimatedTextKit class. For example:
Rotate

Note: You can override transition height by setting the value of parameter transitionHeight
for RotateAnimatedTextKit class.
Fade

Typer

Typewriter

Scale

Colorize

Note: colors
list should contains at least two values, also ColorizeAnimationTextKit
can be used for flutter >=0.5.7
which is available in dev
channel.
Bugs or Requests
If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on GitHub and I'll look into it. Pull request are also welcome.