use_scramble 0.0.3
use_scramble: ^0.0.3 copied to clipboard
Lightweight package for random text animations inspired by useScramble
Usage #
TextScramble(
text: 'Hello World!',
speed: Duration(milliseconds: 30),
chars: '!<>-_\\/[]{}—=+*^?#________',
style: TextStyle(
fontSize: 40,
color: Colors.black,
),
),
Bugs/Requests #
If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull request are also welcome.
License #
MIT License
Additional information #
Created by Gled | [email protected]
Inspired by useScramble
