animated_flip_counter 0.2.1
animated_flip_counter: ^0.2.1 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.1 #
- Add
thousandSeparatorproperty. E.g.thousandSeparator: ','turns1000into1,000. - Add
decimalSeparatorproperty to custom the decimal point for certain locale.
0.2.0 #
- Add
wholeDigitsproperty. E.g.wholeDigits: 4turns48into0048.
0.1.2 #
- Add animation
curvesupport.
0.1.1 #
- Fix an issue where TextStyle shadows would incorrectly appear for the negative sign.
0.1.0 #
- Initial Open Source release.