reveal_text 1.0.0 copy "reveal_text: ^1.0.0" to clipboard
reveal_text: ^1.0.0 copied to clipboard

Flutter widget for smooth text animations: reveal by words/letters with fade & translate effects. Optional letter spacing

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add reveal_text

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

dependencies:
  reveal_text: ^1.0.0

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:reveal_text/reveal_text.dart';
4
likes
160
points
6
downloads

Publisher

verified publisherswiftkart.icu

Weekly Downloads

Flutter widget for smooth text animations: reveal by words/letters with fade & translate effects. Optional letter spacing

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, visibility_detector

More

Packages that depend on reveal_text