sim_phone_plus 0.0.1
sim_phone_plus: ^0.0.1 copied to clipboard
sim_phone_plus is a modern Flutter plugin that fetches SIM card phone numbers and carrier details with graceful permission handling, device compatibility checks, and a developer-friendly API. Designed [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sim_phone_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sim_phone_plus: ^0.0.1Alternatively, 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_phone_plus/sim_phone_plus.dart';