Last updated:
0 purchases
scrambletext
TextScramble #
A simple and great text scramble plugin in flutter
Awesome text plugin
Easy to use and elegant
✨ It's a true Magic ✨
Features #
Define your custom word for scramble
Multipal text at once
Autoloop is enable by default
Installation #
dependencies:
flutter:
sdk: flutter
scrambletext: any
copied to clipboard
Import #
import 'package:scrambletext/scrambletext.dart';
copied to clipboard
Basic example #
ScrambleText(texts:["Scramble Text", "Awesome", "Text Plugin"]);
copied to clipboard
Advance example #
ScrambleText(
texts: ["Scramble Text", "Awesome", "Text Plugin"],
style: TextStyle(
color: Color(0xffee3b6a),
fontSize: 30,
),
loop: true,
words: "##*^(K:LO}}{{{",
duration: Duration(seconds: 3),
charDuraction: Duration(milliseconds: 400),
)
copied to clipboard
social links #
Plugin
README
Discord
https://discord.gg/N6C4UQNuhb
GitHub
https://github.com/zexalearn/
yotube
https://www.youtube.com/@zexalearn
telegram
https://t.me/zexalearn
License #
MIT
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.