animated_count_text 1.1.1
animated_count_text: ^1.1.1 copied to clipboard
A lightweight Flutter widget that smoothly animates numeric text with support for decimals, prefixes, suffixes, and custom curves.
1.1.1 #
- Fixed missing export for
Stringparsing extension. - Minor package export correction.
1.1.0 #
- Added safe
Stringparsing extension:toInt()→ returns0if parsing fails.toDouble()→ returns0.0if parsing fails.
- Improved overall package usability.
- Minor internal refinements.
1.0.2 #
- Minor README refinements.
- General improvements and small fixes.
1.0.1 #
- Improved README and demo preview.
- Minor documentation updates.
1.0.0 #
- Initial release.
- Smooth animated numeric text widget.
- Supports prefix, suffix and decimal precision.
- Custom animation duration and curve.