acoutts / flutter_libphonenumber

Leverages libphonenumber to allow for asynchronous and synchronous formatting of phone numbers in Flutter apps. Includes a TextInputFormatter to allow real-time AsYouType formatting.
MIT License
60 stars 73 forks source link

Different parse results with the same number #34

Open yassinsameh opened 1 year ago

yassinsameh commented 1 year ago

flutter_libphonenumber: ^1.2.4

When parsing a number with no regionCode, for example 01114377479 (An Egyptian number), sometimes it returns +201114377479, other times it fails to parse. Why would there be this inconsistency, how can i help?

yassinsameh commented 1 year ago

Anybody has a hint on where to investigate ? Is it a google libphonenumber issue? @acoutts