flutter_simple_typewriter 1.0.2
flutter_simple_typewriter: ^1.0.2 copied to clipboard
A Flutter package that adds a typewriter effect to text fields, enhancing user interface interactivity.
Changelog #
1.0.2 #
- Fix ValueNotifier dispose warning
1.0.1 #
- Fix ui freeze
1.0.0 #
- Initial release of
flutter_simple_typewriter. - Added
AnimatedTextFormFieldwidget to provide typewriter effect for text fields. - Supported features:
- Typing and backspacing animations with customizable speeds (
typeSpeedandbackspaceSpeed). - Configurable delay between typing and backspacing actions (
delay). - Cycling through a list of predefined search queries (
searchQueries). - Full compatibility with all standard
TextFormFieldparameters for extensive customization.
- Typing and backspacing animations with customizable speeds (