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

Mobile number in CIV got changed from 8 to 10 digits #18

Closed AhmadKsb closed 3 years ago

AhmadKsb commented 3 years ago

All ORANGE cell phone numbers after the country code (+225) now start with 07 All MTN cell phone numbers after the country code (+225) now start with 05 All MOOV cell phone numbers after the country code (+225) now start with 01

Can we have this fixed please?

acoutts commented 3 years ago

Is this affecting ios or android or both?

AhmadKsb commented 3 years ago

both

acoutts commented 3 years ago

Hi- please try the latest version and use the new additionalDigits flag on the formatter to allow for additional digits, let me know if that fixes it.

acoutts commented 3 years ago

@AhmadKsb any update?

acoutts commented 3 years ago

Closing due to inactivity. If you still have this problem please open a new issue.