animated_flip_counter
An implicit animation widget that flips from one number to another, with support for customize styles, decimals and negative values.
0.3.4
61K downloads/mo
#95 most downloaded on pub.dev
h65wang/flutter-animated-counter
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 8 days to 12 months
Nearly every release is documented
notes for 15 of 15 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
15 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
15 releases · Jul 2021 to Apr 2024
2022
2023
2024
2025
2026
Releases
latest 15-
0.3.402 Apr 2024Release notes
Open source →- Increased Flutter version requirement to v3.16.9. If you are using an older Flutter version, you can still use version 0.3.3 of the package.
- Replaced
textScaleFactorwithtextScalerso text scaling works better on some devices.
-
0.3.301 Apr 2024Release notes
Open source →- Fixed a compatibility issue for those using older Flutter SDK (prior to 3.12.0) by reverting
the
textScalerchange made in 0.3.1.
- Fixed a compatibility issue for those using older Flutter SDK (prior to 3.12.0) by reverting
the
-
0.3.228 Mar 2024Release notes
Open source →- Fixed an issue where numbers were incorrectly reversed for RTL languages.
-
0.3.128 Mar 2024Release notes
Open source →- Replaced
textScaleFactorwithtextScalerso text scaling works better on some devices. - For fonts that have both tabular (monospaced) and proportional (varying width) figures, we start
requesting
tabular figures, so that they work better with the animation on each digit.
- Replaced
-
0.3.028 Mar 2024Release notes
Open source →- Added a
hideLeadingZeroesproperty. Useful when number of digits is expected to grow (e.g. going from 99 to 100), you can usewholeDigits: 3to pad a leading zero, and use this new property to hide padded zeroes. Although not visible, the padded zeroes help improve animation when new digits appear. - Added a
negativeSignDurationproperty, to control the duration of the negative sign animation. Default value is 150 ms, half of the duration of the main animation, so it feels snappier. - Added a
infixproperty, to display a string between the negative sign and the number. For example, settinginfix: '$'will display-$123.45.
- Added a
-
0.2.622 Jul 2023 -
0.2.505 Aug 2022 -
0.2.404 Mar 2022 -
0.2.323 Feb 2022Release notes
Open source →- Fixed an issue when the text style is not opaque.
- Added a
mainAxisAlignmentproperty, to control the alignment of the digits.
-
0.2.227 Jan 2022 -
0.2.119 Oct 2021Release notes
Open source →- Added
thousandSeparatorproperty. E.g.thousandSeparator: ','turns1000into1,000. - Added
decimalSeparatorproperty to customize the decimal point for certain locale.
- Added
-
0.2.015 Oct 2021 -
0.1.215 Jul 2021 -
0.1.113 Jul 2021Release notes
Open source →- Fixed an issue where TextStyle shadows would incorrectly appear for the negative sign.
-
0.1.013 Jul 2021