animated_counter_x 0.0.1
animated_counter_x: ^0.0.1 copied to clipboard
A Flutter widget that animates numbers (integers or doubles) from a start value to an end value with customizable duration and direction (increment or decrement).
0.0.1 - 2025-09-27 #
Added #
- Initial release of
AnimatedCounterX. - Supports start and end values.
- Increment (count up) and decrement (count down) mode.
- Supports both int and double.
- Custom duration, text style, and decimal precision.
onCompletecallback triggered after animation finishes.- Optional
prefixandsuffixtext for counters.