flutter_multi_formatter icon indicating copy to clipboard operation
flutter_multi_formatter copied to clipboard

A set of formatters for text and input fields. Not only it can format a phone number but also automatically detect a country dial code and the name of the country. It also can apply formatting for cur...

Results 22 flutter_multi_formatter issues
Sort by recently updated
recently updated
newest added

German phone numbers can have different lengths Link to the post on Reddit https://www.reddit.com/r/germany/comments/187lkmf/why_do_some_german_phone_numbers_have_7_digits_at/ The point is that the package only supports numbers in the format +49 30 1234 5678...

Steps to reproduce: I have a textfield that has this inputFormatters: ```dart inputFormatters: [MaskedInputFormatter('00/00/0000')] ``` Trying to type and then deleting the text to empty it from the textfield gives...