flutter_sim_data 1.0.4 copy "flutter_sim_data: ^1.0.4" to clipboard
flutter_sim_data: ^1.0.4 copied to clipboard

Send SMS on Android & iOS. Easily fetch SIM data & compose SMS messages.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_sim_data

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

dependencies:
  flutter_sim_data: ^1.0.4

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:flutter_sim_data/sim_data.dart';
import 'package:flutter_sim_data/sim_data_method_channel.dart';
import 'package:flutter_sim_data/sim_data_model.dart';
import 'package:flutter_sim_data/sim_data_platform_interface.dart';
12
likes
160
points
380
downloads

Publisher

verified publisherakshaydoshi.in

Weekly Downloads

Send SMS on Android & iOS. Easily fetch SIM data & compose SMS messages.

Homepage
Repository (GitHub)
View/report issues

Topics

#sim #sms

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_sim_data