Type Writer Text

Type writer animation for Flutter.

Preview

screen-capture-1

Install

Usage

text : required Text() widget. duration : required Duration(). maintainSize : to maintain occupied size of final text. default true. play : to switch animation state. default true.

const TypeWriterText(text: Text('text'), duration: Duration(milliseconds: 750));

GitHub

View Github