sim_car_info_plugin 0.0.2
sim_car_info_plugin: ^0.0.2 copied to clipboard
获取手机电话卡信息的Flutter插件,暂时只支持Android
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sim_car_info_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sim_car_info_plugin: ^0.0.2Alternatively, 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_car_info_plugin/sim_car_info_plugin.dart';