carrier_info 3.0.1
carrier_info: ^3.0.1 copied to clipboard
Carrier Info gets networkType, networkGeneration, mobileCountryCode, mobileCountryCode, e.t.c from both android and ios devices
3.0.1 #
- Fix JVM target compatibility issues with Java 17
- Fix Kotlin compilation errors and null safety issues
- Fix syntax errors in networkGeneration function
- Improve Android build configuration for modern Android development
3.0.0 #
- Breaking changes for android 10 and below as Telephony is no longer supported by them
- Removal of permission checking from package, you'll need to manage permission on the mobile end
2.0.8 #
- Breaking changes for Multi sim suport
- Syntax clean up
2.0.6 #
- Add support for Flutter 2.17.0 (Stable channel)
- Syntax clean up
2.0.5-beta.2.13.0 #
- Add support for Flutter 2.13.0 (Beta channel) slightfoot
2.0.5 #
- fix: request permissions before getting data from the app, added documentation for cid and lac by nicolaspernoud
2.0.4 #
- Merged PRs to add 5G functionality & fix permission issue
2.0.3 #
- Merged PRs to add 5G functionality & fix permission issue
2.0.2 #
- Fixed android bug
2.0.1 #
- Add pub.dev badge to readme
- Fix compilation issue
- bug: fix carrierName typo
- Updated Contribution section in Readme
2.0.0 #
- Added null-saftey
1.0.0 #
- Initial release.