PackageTrack
Sign in Get early access

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
Release Pre-release

Releases

latest 15
  1. 0.3.4 02 Apr 2024
    Release notes
    • 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 textScaleFactor with textScaler so text scaling works better on some devices.
    Open source →
  2. 0.3.3 01 Apr 2024
    Release notes
    • Fixed a compatibility issue for those using older Flutter SDK (prior to 3.12.0) by reverting the textScaler change made in 0.3.1.
    Open source →
  3. 0.3.2 28 Mar 2024
    Release notes
    • Fixed an issue where numbers were incorrectly reversed for RTL languages.
    Open source →
  4. 0.3.1 28 Mar 2024
    Release notes
    • Replaced textScaleFactor with textScaler so 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.
    Open source →
  5. 0.3.0 28 Mar 2024
    Release notes
    • Added a hideLeadingZeroes property. Useful when number of digits is expected to grow (e.g. going from 99 to 100), you can use wholeDigits: 3 to 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 negativeSignDuration property, 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 infix property, to display a string between the negative sign and the number. For example, setting infix: '$' will display -$123.45.
    Open source →
  6. 0.2.6 22 Jul 2023
    Release notes
    • Updated Flutter SDK version requirement to ">=2.12.0 <4.0.0".
    Open source →
  7. 0.2.5 05 Aug 2022
    Release notes
    • Added a padding property, to set an optional padding for each digit.
    Open source →
  8. 0.2.4 04 Mar 2022
    Release notes
    • Fixed an issue where some digits were misaligned for some fonts.
    Open source →
  9. 0.2.3 23 Feb 2022
    Release notes
    • Fixed an issue when the text style is not opaque.
    • Added a mainAxisAlignment property, to control the alignment of the digits.
    Open source →
  10. 0.2.2 27 Jan 2022
    Release notes
    • Fixed an issue with some animation curves (e.g. Curves.elasticOut).
    Open source →
  11. 0.2.1 19 Oct 2021
    Release notes
    • Added thousandSeparator property. E.g. thousandSeparator: ',' turns 1000 into 1,000.
    • Added decimalSeparator property to customize the decimal point for certain locale.
    Open source →
  12. 0.2.0 15 Oct 2021
    Release notes
    • Added wholeDigits property. E.g. wholeDigits: 4 turns 48 into 0048.
    Open source →
  13. 0.1.2 15 Jul 2021
    Release notes
    • Added animation curve support.
    Open source →
  14. 0.1.1 13 Jul 2021
    Release notes
    • Fixed an issue where TextStyle shadows would incorrectly appear for the negative sign.
    Open source →
  15. 0.1.0 13 Jul 2021
    Release notes
    • Initial Open Source release.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive