Releases: caseyryan/flutter_multi_formatter
Releases · caseyryan/flutter_multi_formatter
Release 2.12.4
11 Jan 04:50
Compare
Sorry, something went wrong.
No results found
Added one more UZ_CARD format and HUMO according to this thread #150
2.11.5
20 Jul 04:15
Compare
Sorry, something went wrong.
No results found
Added Luhn algorithm to validate card numbers
2.11.0
18 May 10:20
Compare
Sorry, something went wrong.
No results found
CountryDropdown now only selects initialCountryData instead of phone code because there are cases when different countries share the same phone code and we still need to tell them apart
Version_2_9_0
31 Oct 05:06
Compare
Sorry, something went wrong.
No results found
Added more pinyin utils + HanziUtils
Added to utility methods for currencies isCryptoCurrency(String currencyId) and isFiatCurrency(String currencyId)
Version_2_7_4
15 Sep 08:05
Compare
Sorry, something went wrong.
No results found
Removed "borderRadius" parameter from CountryDropdown to make it compatible with some older Flutter versions
Fixed #92
Version_2_6_1
20 Aug 12:32
Compare
Sorry, something went wrong.
No results found
Fixed currency input formatter empty value error #87
Version_2_5_4
19 May 09:30
Compare
Sorry, something went wrong.
No results found
Added more card systems support
CreditCardCvvInputFormatter now accepts isAmericaExpress value
if it's true, it will accept 4 digits, else 3 #76
Merged flutter lint changes #81
Rewritten MaskedInputFormatter. Now it's more robust and correct #73
Version_2_5_1
16 Dec 03:45
Compare
Sorry, something went wrong.
No results found
[2.5.1]
New PosInputFormatter. Thanks to SimoneBressan for this contribution
Fixed the issue with CreditCardExpirationDateFormatter #70
Version_2_4_4
13 Dec 02:31
Compare
Sorry, something went wrong.
No results found
#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
30 Sep 07:45
Compare
Sorry, something went wrong.
No results found
Fixed #61
Fixed orphan leading period formatting in strings like
$.5. Now they are formatted correctly to $0.5, not $500.00