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

PlatformAndroid

A Flutter plugin to retrieve Sim cards data - dual sim support - only Android for now.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sim_data

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

dependencies:
  sim_data: ^0.0.2

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_data/sim_data.dart';
29
likes
130
pub points
88%
popularity

Publisher

verified publishervincent-kammerer.com

A Flutter plugin to retrieve Sim cards data - dual sim support - only Android for now.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on sim_data