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

outdated

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),
  ),
)
...
24
likes
20
pub points
49%
popularity

Publisher

unverified uploader

A text transformation animation.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on text_transformation_animation