rolling_text 0.1.2 copy "rolling_text: ^0.1.2" to clipboard
rolling_text: ^0.1.2 copied to clipboard

Per-character vertical rolling text animation for Flutter. Spring physics, stagger, direction-aware number rolling, chromatic color tints, and a programmatic controller API. Works with any string — no [...]

0.1.2 #

  • Apply dart format to fix spacing and indentation issues and conform to pub.dev Dart file conventions.

0.1.1 #

  • Fix pub.dev markdown image rendering by migrating relative doc/ paths to absolute GitHub raw URLs.

0.1.0 #

  • Initial release of rolling_text.
  • Core Animation Engine: Per-character vertical rolling text animations utilizing real spring physics (SpringSimulation).
  • Programmatic Control: RollingTextController supporting permanent set() changes and flash() temporary copy indicators (spam-safe auto-revert).
  • Asynchronous Loop Presets:
    • startWaiting() supporting ellipsis loops, spring-physics wave ripple rolls, and resting color shimmer spotlights.
    • startProgress() to cycle through list-defined frames.
  • Accessibility: Built-in support for OS-level reduced motion via respectDisableAnimations to snap values instantly.
  • RollingNumber wrapper: Helper for direction-aware numeric rolls, prefix/suffix decoration, decimal precision, and formatting separators.
  • Style Sweeps: Chromatic color sweeps during animation and static resting colors.
  • Depth Effects: Top and bottom cell edge fading (fadeEdges) for an odometer appearance.
15
likes
150
points
106
downloads

Documentation

API reference

Publisher

verified publisherluisportal.com

Weekly Downloads

Per-character vertical rolling text animation for Flutter. Spring physics, stagger, direction-aware number rolling, chromatic color tints, and a programmatic controller API. Works with any string — not just numbers.

Homepage
Repository (GitHub)
View/report issues

Topics

#animation #text #counter #slot #number

License

MIT (license)

Dependencies

flutter

More

Packages that depend on rolling_text