Skip to content

Releases: caseyryan/flutter_multi_formatter

Release 2.12.4

Choose a tag to compare

@caseyryan caseyryan released this 11 Jan 04:50
  • Added one more UZ_CARD format and HUMO according to this thread #150

2.11.5

Choose a tag to compare

@caseyryan caseyryan released this 20 Jul 04:15

Added Luhn algorithm to validate card numbers

2.11.0

Choose a tag to compare

@caseyryan caseyryan released this 18 May 10:20

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

Choose a tag to compare

@caseyryan caseyryan released this 31 Oct 05:06
  • Added more pinyin utils + HanziUtils
  • Added to utility methods for currencies isCryptoCurrency(String currencyId) and isFiatCurrency(String currencyId)

Version_2_7_4

Choose a tag to compare

@caseyryan caseyryan released this 15 Sep 08:05
  • Removed "borderRadius" parameter from CountryDropdown to make it compatible with some older Flutter versions
  • Fixed #92

Version_2_6_1

Choose a tag to compare

@caseyryan caseyryan released this 20 Aug 12:32
  • Fixed currency input formatter empty value error #87

Version_2_5_4

Choose a tag to compare

@caseyryan caseyryan released this 19 May 09:30
  • 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

Choose a tag to compare

@caseyryan caseyryan released this 16 Dec 03:45

[2.5.1]

  • New PosInputFormatter. Thanks to SimoneBressan for this contribution
  • Fixed the issue with CreditCardExpirationDateFormatter #70

Version_2_4_4

Choose a tag to compare

@caseyryan caseyryan released this 13 Dec 02:31
  • #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

Choose a tag to compare

@caseyryan caseyryan released this 30 Sep 07:45

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