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
I read further about flutter-libphonenumber. Looks like it doesn't re-use existing native library but is an implementation of it's specification. Clearly there are some edge cases not taken cared of.
Example, here is a result from Python libphonenumber which underneath uses native lib. Same issue is not reproducible there.
libPhoneNumber.parse("+17345465")
returns{international: +1 268-734-5465, national: (268) 734-5465, type: mobile, e164: +12687345465, country_code: 1, national_number: 2687345465}
.Unsure from where does
268
comes from. We haven't seen this behavior with any other number.Can someone explain the rationale here?
Thank you
The text was updated successfully, but these errors were encountered: