ai_typing 0.1.0
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.
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.