text_transformation_animation 0.1.4 copy "text_transformation_animation: ^0.1.4" to clipboard
text_transformation_animation: ^0.1.4 copied to clipboard

A text transformation animation.

FlutterTextTransformationAnimationWidget #

A Widget which transforms the text inside of it via series of character changes.

Demo of Text Transformation

Example #

String text = "Transformation";
...
Scaffold(
  appBar: AppBar(
    title: TextTransformationAnimation(
      text: _title,
      duration: Duration(milliseconds: 1000),
    ),
  ),
  floatingActionButton: FloatingActionButton(
    onPressed: () => setState(() => _title = "Text Transformation"),
    tooltip: 'Increment',
    child: Icon(Icons.add),
  ),
)
...
20
likes
110
pub points
62%
popularity

Publisher

unverified uploader

A text transformation animation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on text_transformation_animation