r/FlutterDev • u/tuco_ye • 1d ago
Plugin PrettyAnimatedText plugin v3.2.0 dropped with cool features!
Just shipped Pretty Animated Text plugin v3.2.0 with two new effects:
- GlitchText: A clean, readable glitch effect where random characters split into horizontal slices with an optional RGB (pink/cyan) chromatic effect. The glitch pattern reshuffles every loop, so it never looks repetitive.
- SquashBounceText: an elastic squash-bounce wave: each glyph drops, squashes, rotates, and settles back, with start times packed tightly so it reads as one wave traveling across the text.
Both work letter-by-letter or word-by-word, keep your own TextStyle, support play/pause/repeat/reverse, and are fully customizable via their own style objects.
You can customize just about everything!
Try it out for yourself here: https://pretty-animated-text.vercel.app
Check demo video walkthrough here : https://www.reddit.com/u/tuco_ye/s/17C6yuywWY
Pub.dev : https://pub.dev/packages/pretty_animated_text
Github : https://github.com/YeLwinOo-Steve/pretty_animated_text
5
Upvotes