flutter_animate_counter 1.0.0 copy "flutter_animate_counter: ^1.0.0" to clipboard
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 custom initialValue) to value the first time the widget is built. Disable with animateOnMount: false.
  • Add locale-aware currency formatting via currency (any ISO 4217 code), with currencySymbol and currencyDecimalDigits overrides — correct symbol, symbol placement and decimal digits for that currency and locale, powered by intl.
  • Add CurrencyPresets, a static list of 40 common world currencies (code + locale pairs) for building currency pickers.
  • Add compact for K/M/B/T-style number abbreviations, with the abbreviation itself following locale conventions.
  • Auto-detect the app's current locale from the nearest Localizations ancestor for currency/compact formatting when locale is left unset.
  • Add manual number formatting via decimalPlaces, thousandSeparator, decimalSeparator, prefix and suffix.

0.0.1 #

  • Initial scaffold.
1
likes
160
points
35
downloads

Documentation

API reference

Publisher

verified publisherzendevv.com

Weekly Downloads

A Flutter widget that animates numeric value changes with a smooth counting transition.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on flutter_animate_counter