type_text 1.0.5 copy "type_text: ^1.0.5" to clipboard
type_text: ^1.0.5 copied to clipboard

A simple flutter widget that writes your texts like a typewriter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add type_text

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

dependencies:
  type_text: ^1.0.5

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:type_text/type_text.dart';
6
likes
150
points
107
downloads

Publisher

unverified uploader

Weekly Downloads

A simple flutter widget that writes your texts like a typewriter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on type_text