mobile_operator_info 3.0.0 copy "mobile_operator_info: ^3.0.0" to clipboard
mobile_operator_info: ^3.0.0 copied to clipboard

PlatformAndroid

A Flutter plugin for retrieving mobile operator information such as operator name, mobile country code (MCC), and mobile network code (MNC).

3.0.0 - 2026-06-06 #

Breaking #

  • iOS: removed the native iOS implementation entirely. Apple deprecated the CoreTelephony CTCarrier APIs in iOS 16.0 and they return only placeholder values since iOS 16.4, with no replacement API. The plugin is now a no-op on iOS (and any non-Android platform): getMobileOperatorInfo() returns an empty MobileOperatorInfoData with all fields null. Android is unaffected.

2.0.0 - 2026-06-06 #

Breaking #

  • iOS: migrated from CocoaPods to Swift Package Manager. The podspec has been removed, so the plugin now requires Flutter 3.44.0 or later with Swift Package Manager enabled (the default). Projects that have disabled Swift Package Manager or integrate via add-to-app CocoaPods are no longer supported.
  • iOS: minimum deployment target raised from 12.0 to 13.0 (the Flutter 3.44 minimum).

1.0.1 - 2025-01-29 #

Updated #

  • Upgraded Gradle Plugin (AGP) to version 8.5.1.
  • Updated Kotlin to version 2.1.0.
  • Set Java compatibility to version 17.

1.0.0 #

  • Initial release.
0
likes
150
points
609
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for retrieving mobile operator information such as operator name, mobile country code (MCC), and mobile network code (MNC).

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on mobile_operator_info

Packages that implement mobile_operator_info