amount_input_formatter
A minimalistic and configurable number formatter to use with the TextField widget.
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
3 releases · first in 2025
0 releases in the last 12 months
see the full history below
Release timeline
3 releases · Jan 2025 to Feb 2025
2026
Releases
latest 3-
0.2.117 Feb 2025Release notes
Open source →- fix: Entering a zero into a TextField with an attached formatter that was empty or had a double value equal to zero should move the current to the position after the decimal separator.
- Expanded and improved test coverage.
-
0.2.010 Feb 2025Release notes
Open source →- fix: Using the "Delete" button on Windows will cause the cursor to jump to a position at index 1 when deleting from the start.
- feat: Introduced
isEmptyAllowedflag forAmountInputFormatterconstructor and as a parameter forNumberFormatter. It determines whether the TextField content can be empty or a formatted zero.
-
0.1.016 Jan 2025Release notes
Open source →-
Initial package release.
- Added to use with
TextFieldwidget. - Added
NumberFormatterto use for raw number parsing and formatting. - Added
TextEditingControllerextension with methodssetAndFormatTextandsyncWithFormatter.
-