initialCountryCode does not accept country dial codes (e.g., '+91')
Opened this issue · 2 comments
Smeet74 commented
The initialCountryCode property of the intl_phone_field package is documented to accept both 2-letter ISO country codes (e.g., 'IN') and country dial codes (e.g., '+91'). However, when a country dial code is provided, the field does not initialize correctly and instead defaults to an incorrect or unspecified value.
Code Snippet for Reference:
IntlPhoneField(
initialCountryCode: '+91',
decoration: InputDecoration(
labelText: 'Phone Number',
),
onChanged: (phone) {
print('Phone number changed: ${phone.completeNumber}');
},
);
MikevanBreePXL commented
Same happening here, it seems only ISO codes are accepted.
Perhaps this has something to do with intl_phone_field.dart line 319
MdAshrafUllah commented
@Smeet74 @MikevanBreePXL Use this package intl_mobile_field