ai_typing 0.1.0 copy "ai_typing: ^0.1.0" to clipboard
ai_typing: ^0.1.0 copied to clipboard

A package to simulate AI typing text.

ai_typing #

This Flutter package simulates AI typing effects for your Text widgets. With simple integration, you can enhance the user experience by adding dynamic typing animations to your app.

Screnn-shot

Installation #

Add the package to your pubspec.yaml:

dependencies:
  ai_typing: ^0.0.1

Then run flutter pub get to install the package.

Usage #

AiTypingText(
    Text(
        'Hello, World!\n\nThis is a package to simulate AI typing text.'
    ),
);

Features #

  • Simulate AI typing animations.
  • Easy to integrate with any Text widget.
  • Customizable typing speed and delay.

License #

This project is licensed under the MIT License - see the LICENSE file for details.

1
likes
150
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

A package to simulate AI typing text.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ai_typing