sim_card_info 0.0.2 copy "sim_card_info: ^0.0.2" to clipboard
sim_card_info: ^0.0.2 copied to clipboard

Flutter Plugin to Get Sim Card Info

sim_card_info #

A Flutter plugin to get SIM card information.

Features #

  • Fetches SIM card information from the device.
  • Handles exceptions and returns appropriate messages.

Getting Started #

Installation #

Add sim_card_info to your pubspec.yaml file:

dependencies:
  sim_card_info: ^0.0.1

then run flutter pub get in your terminal.

Usage #

Import #

import 'package:sim_card_info/sim_card_info.dart';

Get SIM card information #

SimCardInfo simCardInfo = await SimCardInfo.getSimCardInfo;

Permissions #

refer to example directory for a complete sample app usingsim_card_info plugin.

Issues and feedback #

For any issue or feedback please create an issue.

License #

This project is licensed under the MIT License - see the LICENSE file for details.

22
likes
140
points
2.93k
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Plugin to Get Sim Card Info

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, permission_handler, plugin_platform_interface

More

Packages that depend on sim_card_info