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

retracted

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 Dart:

 $ dart pub add sms_plus

With Flutter:

 $ flutter pub add sms_plus

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

dependencies:
  sms_plus: ^3.0.0

Alternatively, your editor might support dart pub get or 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
0
points
9
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

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, url_launcher, web

More

Packages that depend on sms_plus

Packages that implement sms_plus