scramble_text_cycler 1.0.0 copy "scramble_text_cycler: ^1.0.0" to clipboard
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_cycler

This 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.0

Alternatively, 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';
2
likes
150
points
76
downloads
screenshot

Documentation

API reference

Publisher

verified publisherkarindam.in

Weekly Downloads

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+.

Repository (GitHub)
View/report issues

Topics

#animation #text #widget #ui

License

MIT (license)

Dependencies

flutter

More

Packages that depend on scramble_text_cycler