sms_plus 3.1.1 copy "sms_plus: ^3.1.1" to clipboard
sms_plus: ^3.1.1 copied to clipboard

A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sms_plus

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

dependencies:
  sms_plus: ^3.1.1

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_plus/sms_plus.dart';
1
likes
140
points
11
downloads

Publisher

verified publishersolusibejo.com

Weekly Downloads

A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, url_launcher, web

More

Packages that depend on sms_plus

Packages that implement sms_plus