intl_phone_field
intl_phone_field copied to clipboard
A customised Flutter TextFormField to input international phone number along with country code.
validation not working properly. when i try to call validate funtion without enter any input it doen't call the validator method.
i have issue in validation. Suppose if user doesn't fill the phone field then form validation is not working until we interact with the field IntlPhoneField( initialCountryCode: 'IN', decoration: const...
Belarus phone number could be 9 number long https://en.wikipedia.org/wiki/Telephone_numbers_in_Belarus
How can i change the dialog to a `ModalBottomSheet` for the list of counties... any help
The validator does not trigger when submitting a form, but it does when there's a change in the input.
- default is US, but the problem is that when i try to choose a country like Denmark it still prints out the code for US +1 - and if...
Recently got a compliant from an Italy user that the Italy dial code is wrong in the option. It was +39 not +41. Also cross checked with google. For now...
Congratulations for the really good work you made. italy code is +39 and not +41, also the maxLength is 10 and not 13. are you updating it in the next...
Country name does not find the correct name translation for some countries because of the `toLowerCase()` method applied to the `languageCode` string. `"pt_BR"` `"sr-Cyrl"` `"sr-Latn"` `"zh_TW"` In file `intl_phone_field.dart` on...