flutter_libphonenumber icon indicating copy to clipboard operation
flutter_libphonenumber copied to clipboard

No implementation found for method get_all_supported_regions on channel com.bottlepay/flutter_libphonenumber_android

Open AliKarimiENT opened this issue 1 year ago • 1 comments

Hello, I have installed the latest version and on init, I have this exception

flutter_libphonenumber: ^2.5.0

No implementation found for method get_all_supported_regions on channel com.bottlepay/flutter_libphonenumber_android

this is the code called on main before launching the app

var regions = await lib_phone.getAllSupportedRegions();
await lib_phone.init(overrides: regions);

AliKarimiENT avatar Jan 09 '25 13:01 AliKarimiENT

flutter doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.27.1, on macOS 15.2 24C101 darwin-arm64, locale en-US) [✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 16.2) [✓] Chrome - develop for the web [✓] Android Studio (version 2024.2) [✓] VS Code (version 1.96.2) [✓] Connected device (4 available) [✓] Network resources

AliKarimiENT avatar Jan 09 '25 13:01 AliKarimiENT