flutter_typist

Last updated:

0 purchases

flutter_typist Image
flutter_typist Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.