odometer library

Classes

AnimatedOdometer
The animated OdometerNumber automatically transitions from one number to another over a given duration whenever the given odometerNumber changes.
AnimatedSlideOdometerNumber
The ImplicitlyAnimatedWidget uses the AnimatedOdometer with the sliding and fading digits transitions.
OdometerNumber
The odometer number that is used in widgets AnimatedOdometer and OdometerTransition.
OdometerTransition
The explicitly animated widget that transitions the OdometerNumber by the given odometerAnimation.
OdometerTween
The interpolation between two OdometerNumbers.
SlideOdometerTransition
The ExplicitlyAnimatedWidget uses the OdometerTransition with the sliding and fading digits transitions.

Typedefs

OdometerAnimationTransitionBuilder = Widget Function(int value, int place, double animation)
The signature for builders used to generate custom transitions for the OdometerNumber.