intl_phone_field icon indicating copy to clipboard operation
intl_phone_field copied to clipboard

A customised Flutter TextFormField to input international phone number along with country code.

Results 70 intl_phone_field issues
Sort by recently updated
recently updated
newest added

Hello! I tried to use intl_phone_field package in my flutter project. I see that validation for Madagascar phone number is not correct. For example, a valid number is +261 34...

update Italy, correct is +39

Dialog Widget shows a light purple color in material3, There is no parameter mentioned to update this. update one parameter to change the background color or surface in color in...

Bottom Overflow Error When Open Keyboard with Landscape Mode https://github.com/vanshg395/intl_phone_field/assets/132260518/761a0440-c64d-4c2c-bed0-ce8df9841408

![cropped](https://github.com/vanshg395/intl_phone_field/assets/58204214/2fc34eb9-9bf1-4f77-820b-443ff6fa65d3) In Country code PickerDialog's search TextField, there is no option available to change default text style. I have resolved this problem by adding below lines in PickerDialogStyle class. add...

When we put **dial code** in initialCountryCode, the result is not correct : For example : IntlPhoneField( initialCountryCode: '+33', ) => The result will show a initial country code to...

Hi guys, Thank you very much for your work ! Here is some issues i found : for exemple : Country( name: "Austria", flag: "🇦🇹", code: "AT", dialCode: "43", minLength:...

Stale

hi guys, Thank u very much for your work ! here is some issues i found : for exemple : Country( name: "Djibouti", nameTranslations: {...}, flag: "🇩🇯", code: "DJ", dialCode:...

Stale

This is a fork of the 'intl_phone_field' package which fixes some of the oversights of the original authors