optimised_animated_digits 0.0.4+3
optimised_animated_digits: ^0.0.4+3 copied to clipboard
A widget that allows you to animate digits change of any number without compromising number precision and application performance.
A widget that allows you to animate digits change of any number without compromising number precision and application performance.
Features #
- 60 FPS.
- Low memory usage.
- No use of scroll views for scrolling effects.
- Jank Free
Demo Video #

Usage #
OptimisedAnimatedDigit(
milliseconds: 500,
value: snapshot.data ?? 0.0,
textStyle: const TextStyle(fontSize: 20),
),
More examples are available inside the /example folder.
Additional information #
Connect with Author over Linkedin