pause – the time of the pause between animation texts.It has many configurable properties, including: Pause: const Duration(milliseconds: 1000), Speed: const Duration(milliseconds: 2000), Include it in your build method like: AnimatedTextKit( Now in your Dart code, you can use: import 'package:animated_text_kit/animated_text_kit.dart' ĪnimatedTextKit is a Stateful Widget that produces text animations. You can install packages from the command line:
Depend on it #Īdd this to your package's pubspec.yaml file: dependencies: Try out our live example app.įlutter Package of the Week # Installing # 1. Recommended package for text animations in Codemagic's Ebook, 'Flutter libraries we love'. A flutter package which contains a collection of some cool and awesome text animations.