basic_animated_text 0.0.1 copy "basic_animated_text: ^0.0.1" to clipboard
basic_animated_text: ^0.0.1 copied to clipboard

BasicAnimatedText is a custom Flutter widget designed to create an animated text effect where the text appears and then deletes itself character by character.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add basic_animated_text

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  basic_animated_text: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:basic_animated_text/basic_animated_text.dart';
0
likes
130
pub points
0%
popularity

Publisher

verified publisheraltaysakarya.dev

BasicAnimatedText is a custom Flutter widget designed to create an animated text effect where the text appears and then deletes itself character by character.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on basic_animated_text