typethis 0.1.1 copy "typethis: ^0.1.1" to clipboard
typethis: ^0.1.1 copied to clipboard

A flutter package that aims to simplify versatile typing animation with reset functionality.

TypeThis #

build codecov License: MIT Package Version

A flutter package that aims to simplify versatile typing animation with reset functionality.

Create a TypeThis widget #

final typeThisWidget = TypeThis(
  // The text which will be animated.
  string: 'Hi there! How are you doing?',
  // Speed in milliseconds at which the typing animation will be executed.
  speed: 100,
  // Text style for the string.
  style: const TextStyle(fontSize: 20),
);

Reset the animation #

// Call the `reset()` method on controller to reset the typing animation.
typeThisWidget.controller.reset();

Demo #

Demo

License #

The project is released under the MIT License. Learn more about it, here.


thecodexhub

Developed and Maintained with 💜 by thecodexhub

Star this repository

33
likes
0
pub points
74%
popularity

Publisher

verified publisherthecodexhub.dev

A flutter package that aims to simplify versatile typing animation with reset functionality.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on typethis