animated_flip_counter 0.2.2 animated_flip_counter: ^0.2.2 copied to clipboard
An implicit animation widget that flips from one number to another, with support for customize styles, decimals and negative values.
0.2.2 #
- Fixed an issue with some animation curves (e.g.
Curves.elasticOut
).
0.2.1 #
- Added
thousandSeparator
property. E.g.thousandSeparator: ','
turns1000
into1,000
. - Added
decimalSeparator
property to customize the decimal point for certain locale.
0.2.0 #
- Added
wholeDigits
property. E.g.wholeDigits: 4
turns48
into0048
.
0.1.2 #
- Added animation
curve
support.
0.1.1 #
- Fixed an issue where TextStyle shadows would incorrectly appear for the negative sign.
0.1.0 #
- Initial Open Source release.