We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Some new Singapore mobile numbers(e.g. +65 8050 3530, +65 8950 3530) are invalid on IOS, but working fine on Android
Package version libphonenumber: ^2.0.2
To Reproduce Steps to reproduce the behavior:
bool isValid = await PhoneNumberUtil.isValidPhoneNumber(phoneNumber: 80503530 , isoCode: 'SG'); print(isValid);
The expected behavior is to get true when printing isValid, but it returns false.
Does anyone have any suggestions to work around this? Thank you.
The text was updated successfully, but these errors were encountered:
Facing the same issue with Australian phone numbers (+61). Works well on android but gives inValid on iOS.
Sorry, something went wrong.
@moksh-mahajan Were you able to come up with a solution for this?
@Abu-muhab I used a different package for the validation purpose which seems to work fine. https://pub.dev/packages/phone_number
Having the same issue, Australian phone numbers starting with 483 are invalid.
No branches or pull requests
Describe the bug
Some new Singapore mobile numbers(e.g. +65 8050 3530, +65 8950 3530) are invalid on IOS, but working fine on Android
Package version
libphonenumber: ^2.0.2
To Reproduce
Steps to reproduce the behavior:
The expected behavior is to get true when printing isValid, but it returns false.
Does anyone have any suggestions to work around this? Thank you.
The text was updated successfully, but these errors were encountered: