Releases: caseyryan/flutter_multi_formatter
Releases · caseyryan/flutter_multi_formatter
Version_2_3_8
One more small fix
Version_2_3_7
Version_2_3_5
- Added correct Hungarian phone masks: +00 0 000 0000 for Budapest and +00 00 000 0000 for all other numbers. Hungarian phones now also support alternative country code +06 as well as +36
- Changed the logic of MaskedInputFormatter. Now it can format the value correctly
on erasing as well as on entering.
BREAKING CHANGES: MaskedInputFormatter#applyMask() now returns FormattedValue object
instead of String. To get a string value out of it simply call its .toString() method
Version_2_3_3
CreditCardNumberInputFormatter now works in two directions. When you enter the number and when you erase it
Version_2_3_2
Fixed a bug with masked value in a Russian phone format
Version_2_3_1
Updated formatting
Version_2_3_0
Added bitcoin validator and improved documentation
Version_2_2_1
Improved documentation
Version_2_2_0
BUG FIXES in MoneyInputFormatter
Fixed a bug with ThousandSeparator.None described here
#50
Fixed a bug with wrong selection after several spaces have been
added as thousand separators. The caret might have gone after the mantissa
Fixed a bug that allowed to enter somthing like $02,500.00 where leading zero
must not have beed allowed
Version_2_1_3
Fixed Chinese phone mask