You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (isValid ==false&& countryCode =='FR') {
isValid =RegExp(r'(6|7|06|07)\d{8}').hasMatch(phoneNumber);
}
Considering isValid as a boolean that is set after libphonenumber.parse() call and countryCode as the value set by the user when filling its phone number.
Hello 👋
I am facing an issue with french phone number starting with
+33 7
or07
.It seems this is not valid.
I am using Flutter with
flutter_libphonenumber: 2.5.0
package,pod "PhoneNumberKit", '3.8.0'
on iOS.Is it a shared issue or am I doing anything wrong?
The text was updated successfully, but these errors were encountered: