Skip to content

ammaratef45/animated_typing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
  ),
),

About

A package to Animate the writing of the text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published