Skip to content

Releases: caseyryan/flutter_multi_formatter

Release 2.12.4

11 Jan 04:50
Compare
Choose a tag to compare
  • Added one more UZ_CARD format and HUMO according to this thread #150

2.11.5

20 Jul 04:15
Compare
Choose a tag to compare

Added Luhn algorithm to validate card numbers

2.11.0

18 May 10:20
Compare
Choose a tag to compare

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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fixed currency input formatter empty value error #87

Version_2_5_4

19 May 09:30
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

[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
Choose a tag to compare
  • #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
Choose a tag to compare

Fixed #61
Fixed orphan leading period formatting in strings like
$.5. Now they are formatted correctly to $0.5, not $500.00