Code Monkey home page Code Monkey logo

typing_text's Introduction

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!

typing_text's People

Watchers

Cameron McClymont avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.