flutter_sim_country_code_plus 0.2.0
flutter_sim_country_code_plus: ^0.2.0 copied to clipboard
A Flutter plugin that reads the ISO country code from the device SIM card, a more reliable region signal than the system locale. Supports Android and iOS.
0.2.0 #
First release of the maintained fork, renamed from flutter_sim_country_code to
flutter_sim_country_code_plus (API class FlutterSimCountryCode → FlutterSimCountryCodePlus).
- Removed the legacy v1 embedding (
registerWith/Registrar) so the plugin builds on Flutter 3.44+. - Migrated tooling to Flutter 3.44.0 via FVM (
.fvmrc); Dart 3 SDK constraints. - Modernised Android build: AGP 8.7.3, Gradle 8.14,
namespace, compileSdk 35, minSdk 21, Java 17,mavenCentral(droppedjcenter). - Bumped iOS podspec deployment target to 12.0.
- Modernised the example app (declarative Gradle plugins, new Flutter plugin loader) and added a real unit test.
0.1.2 #
- Fixed a bug on iOS 13
0.1.1 #
- Add return to prevent the "Reply already submitted" error on Android.
0.1.0 #
- Migrated example app to AndroidX
- Migrted plugin to Android Embedding v2
- Use newer API on iOS >= 12
- Migrate plugin to nullsafety
0.0.2 #
- Fixed
Reply already submittederrors on Android. - Fixed README usage instructions.
0.0.1 #
- Initial release