flutter_sim_country_code
flutter_sim_country_code copied to clipboard
In internal tests, in 2 out of 4 cases, country code returned was null. Both the failed cases had US sims. What could be wrong? Is country code access denied...
Getting this type of error when I run project. ``` The plugin `flutter_sim_country_code` doesn't have a main class defined in E:\flutter_windows_2.0.2-stable\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_sim_country_code-0.1.1\android\src\main\java\com\example\flutter_sim_country_code\FlutterSimCountryCodePlugin.java or E:\flutter_windows_2.0.2-stable\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_sim_country_code-0.1.1\android\src\main\kotlin\com\example\flutter_sim_country_code\FlutterSimCountryCodePlugin.kt. This is likely to due to an...
Android Gradle Plugin 8 requires `namespace` property in build.gradle file. https://developer.android.com/build/releases/past-releases/agp-8-0-0-release-notes#namespace-dsl
https://developer.apple.com/forums/thread/714876
During testing of an application in TestFlight on iOS, I encountered a problem when testing on an iPhone without SIM card inserted (SIM card removed long time ago, device still...
``` Future_tryGetCountryCode()async { try { final countryCode = await FlutterSimCountryCode.simCountryCode; if (countryCode == null) { return; } print("selected phone code $countryCode "); // currentCountryCode = countryCode; } catch (e) {...
When building a release version for my app `flutter build appbundle`, I noticed the following warning: ``` Note: /Users/ak/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_sim_country_code-0.1.2/android/src/main/java/com/example/flutter_sim_country_code/FlutterSimCountryCodePlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for...
The app crashes on selecting +61 country code in iOS, Attaching the logs for reference. `warning: libphonenumber_plugin was compiled with optimization - stepping may behave oddly; variables may not be...
update version
since i upgraded my flutter to 3.27.1 my appk is not running and give compilation error : C:\Userspub.dev\flutter_sim_country_code-0.1.2\android\src\main\java\com\example\flutter_sim_country_code\FlutterSimCountryCodePlugin.java:14: error: cannot find symbol import io.flutter.plugin.common.PluginRegistry.Registrar; ^ symbol: class Registrar location: interface...