sliding_number 0.0.4 copy "sliding_number: ^0.0.4" to clipboard
sliding_number: ^0.0.4 copied to clipboard

Show the change of a number beautifully with a dynamic sliding animation.

sliding_number #

Show the change of a number beautifully with a dynamic sliding animation.

Demonstration #

Demo

Code Example #

SlidingNumber(
   number: _points,
   style: Theme.of(context).textTheme.headline3!,
   duration: const Duration(milliseconds: 500),
   curve: Curves.easeOutQuint,
),

Contributions #

Feel free to contribute here.

39
likes
120
pub points
78%
popularity

Publisher

unverified uploader

Show the change of a number beautifully with a dynamic sliding animation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on sliding_number