typewritertext 0.0.1 copy "typewritertext: ^0.0.1" to clipboard
typewritertext: ^0.0.1 copied to clipboard

A text with type writer animation.

Type Writer Text #

Type writer animation for Flutter.

Preview #

screen-capture-1

Usage #

text : required Text() widget.
duration : required Duration().
maintainSize : to maintain occupied size of final text. default true.
play : to switch animation state. default true.

const TypeWriterText(text: Text('text'), duration: Duration(milliseconds: 750));
183
likes
130
points
10.5k
downloads

Publisher

verified publisherinidia.app

Weekly Downloads

A text with type writer animation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on typewritertext