emostar / flutter-libphonenumber

libphonenumber plugin for Flutter
MIT License
47 stars 50 forks source link

PhoneNumberUtil.isValidPhoneNumber for Netherlands (+31) is returning invalid for valid numbers. #49

Open JoshanTandukar opened 2 years ago

JoshanTandukar commented 2 years ago

PhoneNumberUtil.isValidPhoneNumber for Netherlands (+31) and Estonia (+372) is returning invalid for valid numbers. Please verify for these numbers
+37282720636 (Estonia) +31097010255547 (Netherlands)

josecaseiro commented 2 years ago

Hi. Did you solve the problem? I'm facing the same with Angolan +244951223344

JoshanTandukar commented 1 year ago

Nope we are preprocessing for issued number like the one with yours and for others . if(+372) else if(+31) else libphone like this you can add yours as well.