Docs
Typing Animation

Typing Animation

A text widget in flutter to animate typing effect.

Status: initializing

Installation

Copy and paste the following code into your project.

Please find it here

Update the import paths to match your project setup.

Usage

TypingAnimation(
  text: "Typing Animation",
  animate: _animate,
);