extended_masked_text 2.1.0
extended_masked_text: ^2.1.0 copied to clipboard
A small set of custom TextEditingControllers that allows masked text inputs for flutter apps
2.1.0 #
- Adds beforeChange and afterChange to MaskedTextController
2.0.0+1 #
- Fix logo url
2.0.0 #
- Migrates to null safety
- Migrates example project to null safety
- Add logo to README.md
1.1.0 #
- Fixes an undesired behavior in which the cursor jumped to the end when trying to update the middle of the value
- Reduces the number of times the mask is updated
1.0.2 #
- Fix bug where money value jumps to 0 when erasing text
1.0.1 #
- Add link to source project to README
- Update example project
- Fix MaskedTextController bug where cursor goes to the beginning of the text
1.0.0 #
- Initial release.