fancy_counter 0.1.0
fancy_counter: ^0.1.0 copied to clipboard
A Flutter package providing two highly customizable, animated number counters AnimatedTextCounter and FlipCounter.
0.1.0 #
- BREAKING CHANGE: Renamed
FlipCountertoFancyFlipCounter. - BREAKING CHANGE: Renamed
AnimatedTextCountertoFancyTextCounter.
0.0.1 #
- Initial Release
- Added
AnimatedTextCounter: A widget that animates text counting from one value to another. Supports custom curves, fraction digits, and color flashes on increase/decrease. - Added
FlipCounter: A widget that animates numbers with a "scrolling" or "odometer" effect for each digit. Also supports custom curves, fraction digits, and color flashes.