sms_sender_plus 0.2.0 copy "sms_sender_plus: ^0.2.0" to clipboard
sms_sender_plus: ^0.2.0 copied to clipboard

Send SMS from Flutter with Android SIM selection, delivery status, batch recipients, and iOS composer support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sms_sender_plus

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

dependencies:
  sms_sender_plus: ^0.2.0

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:sms_sender_plus/sms_sender_plus.dart';
2
likes
140
points
137
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Send SMS from Flutter with Android SIM selection, delivery status, batch recipients, and iOS composer support.

Repository (GitHub)
View/report issues

Topics

#sms #telephony #android #ios #dual-sim

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sms_sender_plus

Packages that implement sms_sender_plus