This repository has been archived by the owner on Jan 27, 2024. It is now read-only.
Unable to validate number without region in Android. iOS works fine #115
Labels
bug
Something isn't working
Is there an existing issue for this?
Package/Plugin version
2.0.1
Platforms
Flutter doctor
Flutter doctor
Minimal code example
Code sample
Current Behavior
In ios this code works perfectly fine. it returns true/false based on the input and further i am able to get region code using
PhoneNumberUtil().parse(emailController.text);
.This same functionality does not works in Android.
Expected Behavior
Functionality should be same as the ios one. User should be able to validate if the number is valid without region code.
Steps To Reproduce
Test the below code snippet in an Android device
Aditional information
Example code snippet
The text was updated successfully, but these errors were encountered: