number_mask 1.0.4 copy "number_mask: ^1.0.4" to clipboard
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.4] - 2023-01-27 #

Changed #

  • Changed the README.

[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.

[1.0.2] - 2023-01-19 #

Added #

  • Example folder and file for pub.dev 'Example' tab.

Changed #

  • Updated pubspec.yaml information.

[1.0.1] - 2023-01-19 #

Fixed #

  • Fixed a bug that allows users to insert non-numeric input due to an incorrect RegExp.

[1.0.0] - 2023-01-18 #

Added #

  • Added NumberMask class.
  • Added utility functions (sanitize and nthIndex).

Changed #

  • Changed README from basic template to include simple documentation.
  • Updated LICENSE to include BSD-3-Clause License.
  • Updated CHANGELOG.
  • Updated pubspec.yaml information.
0
likes
150
points
24
downloads

Publisher

verified publishervehm.dev

Weekly Downloads

A Flutter package designed to allow developers to more easily mask numeric form fields.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on number_mask