0 purchases
sliding number
sliding_number #
Show the change of a number beautifully with a dynamic sliding animation.
Demonstration #
Code Example #
SlidingNumber(
number: _points,
style: Theme.of(context).textTheme.headline3!,
duration: const Duration(milliseconds: 500),
curve: Curves.easeOutQuint,
),
copied to clipboard
Contributions #
Feel free to contribute here.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.