Skip to content

CameronMcClymont/typing_text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A customizable, animated text widget for Flutter apps, simulating the effect of typing. This package is ideal for creating engaging text animations, such as typing effects in chatbots, creative text displays in storytelling apps, or any application where text needs to be displayed dynamically and with visual flair.

Features

  • Animated Typing Effect: Simulates a character-by-character text typing animation that cycles between words.
  • Customizable Speed: Control the speed of typing and the delay between words.
  • Handles State Changes: Seamless transition when rebuilding the widget with a new list of words.

Typing Text GIF

Getting started

To use the typing_text package in your Flutter app, first add the dependency to your pubspec.yaml:

dependencies:
  typing_text: ^0.1.0

Then, import the package in your Dart file:

import 'package:typing_text/typing_text.dart';

Usage

TypingText(
  words: ['Hello', 'World'],
  letterSpeed: Duration(milliseconds: 100),
  wordSpeed: Duration(milliseconds: 1000),
  style: TextStyle(fontSize: 24, fontWeight: FontWeight.bold),
)

Additional information

For more information, bug reports, feature requests, or contributions, please visit the GitHub repository.

Feedback and contributions are welcome!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published