typewrite_text 1.0.3
typewrite_text: ^1.0.3 copied to clipboard
A typewriter text animation wrapper with customizations. Supports iOS, Android, web, Windows, macOS, and Linux.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add typewrite_text
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
typewrite_text: ^1.0.3
Alternatively, 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:typewrite_text/typewrite_text.dart';