flutter_masked_text3 0.9.4
flutter_masked_text3: ^0.9.4 copied to clipboard
Masked text input for flutter.
0.9.4 #
- Fix FormatException thrown in MoneyMaskedTextController
0.9.3 #
- Add null check on optional mask
0.9.1 #
- Update readme
0.9.0 #
- Migrate to null safety
0.8.0 2019-fev-24 #
Added #
- Adding
precision
toMoneyMaskedTextController
.
Fixed #
- Fixing
initialValue
inMoneyMaskedTextController
. - Fixing crash when call
updateText
inMaskedTextController
withnull
value. (thanks to Israel Ibarra)
0.7.0 2018-nov-12 #
- Adding
beforeChange
andafterChange
hooks.
0.6.0 2018-ago-16. #
- Now you can change the mask in runtime (thanks to calebeoliveira).
- The sdk support is updated to
>=1.23.0 <3.0.0
(thanks to tobire).
0.4.1 2018-jun-11. #
0.4.0 2018-may-21. #
- Adding money mask.
0.3.0 2018-may-21. #
- Adding custom translations.
0.2.1 2018-may-21. #
- First release.