send_message 1.0.0 copy "send_message: ^1.0.0" to clipboard
send_message: ^1.0.0 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 Dart:

 $ dart pub add send_message

With Flutter:

 $ flutter pub add send_message

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

dependencies:
  send_message: ^1.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:send_message/send_message.dart';
7
likes
0
points
265
downloads

Publisher

verified publishernavaghandabhi.dev

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

More

Packages that depend on send_message

Packages that implement send_message