flutter-libphonenumber icon indicating copy to clipboard operation
flutter-libphonenumber copied to clipboard

libphonenumber plugin for Flutter

Results 21 flutter-libphonenumber issues
Sort by recently updated
recently updated
newest added

The PhoneNumberUtil.getNameForNumber(phoneNumber: phoneNumber, isoCode: isoCode) method doesn't return the name of the carrier in IOS. It works well on android.

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

Egypt 015 number need to be added please 🥺

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...

im have a code for autoformat like this: ``` Future getFormattedPhoneNumber(String phoneNumber) async { final RegionInfo regionInfo = await PhoneNumberUtil.getRegionInfo(phoneNumber: phoneNumber, isoCode: 'id'); return regionInfo.formattedPhoneNumber ?? phoneNumber; } ``` when...

I am using a library that depends on this libphonenumber library. When I run my app on the web browser, on localhost, I've been getting MissingPluginException errors coming from libphonenumber...

enhancement

Hi, is it possible to have also the International Format of a phone number available? At the moment we can retrieve only the national one

When trying to build Flutter app compiling for Android SDK version 31, build fails with the following error: ```bash Execution failed for task ':libphonenumber:verifyReleaseResources'. > A failure occurred while executing...

When building i get this: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.2.99. (in target 'libPhoneNumber-iOS'...

When you create a flutter project with `flutter create` the minimum iOS that it works on is iOS 9. But in my case i use AWS Amplify, but to use...