super_text_x 0.0.3 copy "super_text_x: ^0.0.3" to clipboard
super_text_x: ^0.0.3 copied to clipboard

A Flutter package that provides customizable animated effects for text, allowing you to easily enhance the user experience in your Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add super_text_x
copied to clipboard

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

dependencies:
  super_text_x: ^0.0.3
copied to clipboard

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:super_text_x/super_text_x.dart';
copied to clipboard
2
likes
160
points
29
downloads

Publisher

verified publishermaxdev.tech

Weekly Downloads

2024.09.26 - 2025.04.10

A Flutter package that provides customizable animated effects for text, allowing you to easily enhance the user experience in your Flutter applications.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get

More

Packages that depend on super_text_x