sim_reader 1.0.3 copy "sim_reader: ^1.0.3" to clipboard
sim_reader: ^1.0.3 copied to clipboard

Flutter plugin to read SIM card info like carrier, country, number & network. Supports single/dual SIM on Android & iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sim_reader

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

dependencies:
  sim_reader: ^1.0.3

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:sim_reader/sim_reader.dart';
3
likes
160
points
249
downloads
screenshot

Publisher

verified publishersanjaysharma.info

Weekly Downloads

Flutter plugin to read SIM card info like carrier, country, number & network. Supports single/dual SIM on Android & iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sim_reader

Packages that implement sim_reader