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

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.11

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
125
points
30
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Homepage

License

unknown (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on text_typewriter