text_typewriter 1.0.0 copy "text_typewriter: ^1.0.0" to clipboard
text_typewriter: ^1.0.0 copied to clipboard

outdated

A Flutter module to enable writing in typewriter format with features like looping, duration setting and text styling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add text_typewriter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  text_typewriter: ^1.0.0

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:text_typewriter/text_typewriter.dart';
4
likes
0
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter module to enable writing in typewriter format with features like looping, duration setting and text styling.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on text_typewriter