sms_sender 1.0.3 copy "sms_sender: ^1.0.3" to clipboard
sms_sender: ^1.0.3 copied to clipboard

Flutter plugin to send SMS messages in the background and select a specific SIM card

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sms_sender

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

dependencies:
  sms_sender: ^1.0.3

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/sms_sender.dart';
3
likes
160
points
64
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin to send SMS messages in the background and select a specific SIM card

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sms_sender