animated_typing 0.2.0 copy "animated_typing: ^0.2.0" to clipboard
animated_typing: ^0.2.0 copied to clipboard

A package to Animate the writing of the text.

gif

Usage:

  • Add the package to the dependencies:
dependencies:
  ...
  animated_typing: any
  • Import it
import 'package:animated_typing/animated_typing.dart';
  • USe the widget pass text, duration, and/or style:
AnimatedTyping(
  text: 'This text will be animated while typing',
  duration: Duration(
    seconds: 3,
  ),
  style: TextStyle(
    color: Colors.red,
    fontSize: 22,
  ),
),
4
likes
130
pub points
58%
popularity

Publisher

unverified uploader

A package to Animate the writing of the text.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on animated_typing