sms_sender_plus 0.2.0
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_plusThis 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.0Alternatively, 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';