typethis 0.1.0 typethis: ^0.1.0 copied to clipboard
A flutter package that aims to simplify versatile typing animation with reset functionality.
TypeThis #
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 #
License #
The project is released under the MIT License. Learn more about it, here.
Developed and Maintained with 💜 by thecodexhub