number_mask 1.0.4 number_mask: ^1.0.4 copied to clipboard
A Flutter package designed to allow developers to more easily mask numeric form fields.
Changelog #
[Upcoming] #
Added #
- Add optional parameter on NumberMask to allow for numeric input after mask ends. Default to false.
- Add optional parameter on NumberMask to allow for users to change the pattern-identifier (
#
by default).
[1.0.3] - 2023-01-26 #
Fixed #
- Fixed a bug that set the cursor/selection of the field to the end of the field regardless of initial cursor position.