Last updated:
0 purchases
flutter typist
flutter_typist #
Flutter Text Typing Animation Library
Usage #
Add Flutter Typist Dependency running below command in your project directory:
dart pub add flutter_typist
copied to clipboard
Add FlutterTypist widget to start utilizing:
Container(
color: Colors.white,
alignment: Alignment.center,
child: const FlutterTypist(
text: "Flutter Typist Demo!",
style: TextStyle(fontSize: 25, color: Colors.black),
),
)
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.