animated_flip_counter
An implicit animation widget that flips from one number to another.
Usage
It can be useful to display information that's constantly changing.

Animated Counter
Simply pass in a value
and an optional duration
and curve
, just like any other implicit animation widget in Flutter.

Decimal Display
Use fractionDigits
to specify how many digits to show after the decimal point. It handles negative values as well.

Custom Style
Use the familiar TextStyle
parameter for styling, and use prefix
and suffix
for additional texts.
