random_text_reveal 0.0.2 copy "random_text_reveal: ^0.0.2" to clipboard
random_text_reveal: ^0.0.2 copied to clipboard

A text animation package with random text reveal effect where the text reveals itself letter by letter (used mostly in movies)

pub package License: MIT

Random Text Reveal #

A Flutter package that helps you create animated Text widgets with Random Text Reveal Effect for all platforms.

Simple Usage #

You should pass in a text value to the RandomTextReveal widget. It will automatically animate by generating random characters & slowly reveal text one by one. There are a few customizable options like style, duration, randomString etc.

const RandomTextReveal(
  text: 'Random Text Reveal',
  duration: Duration(seconds: 2),
  style: TextStyle(
    fontSize: 36,
    color: Colors.blue,
    fontWeight: FontWeight.bold,
  ),
  curve: Curves.easeIn,
)

'random-text-reveal-preview'

Parameters #

begin: double

text: String

randomString: String

duration: Duration

curve: Curve

style: TextStyle?

textDirection: TextDirection?

locale: Locale?

maxLines: int?

overflow: TextOverflow?

softWrap: bool?

textAlign: TextAlign?

semanticsLabel: String?

73
likes
0
pub points
79%
popularity

Publisher

unverified uploader

A text animation package with random text reveal effect where the text reveals itself letter by letter (used mostly in movies)

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on random_text_reveal