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

flutter awesome textscramble.

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

Import #

import 'package:scrambletext/scrambletext.dart';

Basic example #

  ScrambleText(texts:["Scramble Text", "Awesome", "Text Plugin"]);

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),
)

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

3
likes
135
points
20
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

flutter awesome textscramble.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on scrambletext