Releases: caseyryan/flutter_multi_formatter
Releases · caseyryan/flutter_multi_formatter
Release 2.12.4
2.11.5
2.11.0
Version_2_9_0
- Added more pinyin utils + HanziUtils
- Added to utility methods for currencies isCryptoCurrency(String currencyId) and isFiatCurrency(String currencyId)
Version_2_7_4
- Removed "borderRadius" parameter from CountryDropdown to make it compatible with some older Flutter versions
- Fixed #92
Version_2_6_1
- Fixed currency input formatter empty value error #87
Version_2_5_4
Version_2_5_1
[2.5.1]
- New PosInputFormatter. Thanks to SimoneBressan for this contribution
- Fixed the issue with CreditCardExpirationDateFormatter #70
Version_2_4_4
- #68 fixed a typo in README section
- Added alternative mask for Australean phone numbers
- Added a correct phone mask for United Arab Emirates
Version_2_4_0
Fixed #61
Fixed orphan leading period formatting in strings like
$.5. Now they are formatted correctly to $0.5, not $500.00