flutter_animate_counter 1.0.0
flutter_animate_counter: ^1.0.0 copied to clipboard
A Flutter widget that animates numeric value changes with a smooth counting transition.
1.0.0 #
- Add
FlutterAnimateCounter, a widget that tweens between numeric values with a smooth counting animation instead of snapping. - Animate in on mount: counts up from
0(or a custominitialValue) tovaluethe first time the widget is built. Disable withanimateOnMount: false. - Add locale-aware currency formatting via
currency(any ISO 4217 code), withcurrencySymbolandcurrencyDecimalDigitsoverrides — correct symbol, symbol placement and decimal digits for that currency andlocale, powered byintl. - Add
CurrencyPresets, a static list of 40 common world currencies (code + locale pairs) for building currency pickers. - Add
compactforK/M/B/T-style number abbreviations, with the abbreviation itself followinglocaleconventions. - Auto-detect the app's current locale from the nearest
Localizationsancestor for currency/compact formatting whenlocaleis left unset. - Add manual number formatting via
decimalPlaces,thousandSeparator,decimalSeparator,prefixandsuffix.
0.0.1 #
- Initial scaffold.