Skip to content

Releases: caseyryan/flutter_multi_formatter

Version_2_3_8

18 Sep 06:45
Compare
Choose a tag to compare

One more small fix

Version_2_3_7

18 Sep 06:29
Compare
Choose a tag to compare

Fixed #59
Fixed #60

Version_2_3_5

29 Aug 10:37
Compare
Choose a tag to compare
  • 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

11 Aug 02:31
Compare
Choose a tag to compare

CreditCardNumberInputFormatter now works in two directions. When you enter the number and when you erase it

Version_2_3_2

24 Jul 03:29
Compare
Choose a tag to compare

Fixed a bug with masked value in a Russian phone format

Version_2_3_1

06 Jul 10:08
Compare
Choose a tag to compare

Updated formatting

Version_2_3_0

06 Jul 09:06
Compare
Choose a tag to compare

Added bitcoin validator and improved documentation

Version_2_2_1

05 Jul 12:31
Compare
Choose a tag to compare

Improved documentation

Version_2_2_0

05 Jun 15:03
Compare
Choose a tag to compare

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

26 May 13:15
Compare
Choose a tag to compare

Fixed Chinese phone mask