scramble_text_cycler 1.0.0
scramble_text_cycler: ^1.0.0 copied to clipboard
A Flutter widget that cycles through a list of strings with a hacker-terminal-style scramble animation. Characters flash randomly then settle left-to-right, driven by vsync for silky-smooth 60 fps+.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add scramble_text_cyclerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
scramble_text_cycler: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:scramble_text_cycler/scramble_text_cycler.dart';