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

outdated

A simple typewriter text animation for flutter. Supports iOS, Android, web, Windows, macOS, and Linux.

Type Writer Text #

A simple typewriter text animation for flutter. Supports iOS, Android, web, Windows, macOS, and Linux.

Preview #

screen-capture-1

Install #

Go to

Usage #

  • text, uses Text() widget.
  • duration, uses to define how fast text changes.
  • alignment, Align the text within the occupied size.
  • maintainSize, to maintain occupied size of final text. Default value is true.
  • play, to set whether animation should play or not. Default value is true.
const TypeWriterText(
    text: Text('text'), 
    duration: Duration(milliseconds: 750),
);
137
likes
0
pub points
95%
popularity

Publisher

verified publisherinidia.app

A simple typewriter text animation for flutter. Supports iOS, Android, web, Windows, macOS, and Linux.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, provider

More

Packages that depend on typewritertext