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

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mobile_operator_info

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  mobile_operator_info: ^2.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mobile_operator_info/mobile_operator_info.dart';
0
likes
150
points
561
downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on mobile_operator_info

Packages that implement mobile_operator_info