flutter_sms 3.0.1 copy "flutter_sms: ^3.0.1" to clipboard
flutter_sms: ^3.0.1 copied to clipboard

A Flutter plugin to send SMS and MMS on iOS and Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_sms

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

dependencies:
  flutter_sms: ^3.0.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:flutter_sms/flutter_sms.dart';
373
likes
150
points
2.26k
downloads

Publisher

verified publisherrodydavis.com

Weekly Downloads

A Flutter plugin to send SMS and MMS on iOS and Android.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_web_plugins, url_launcher, web

More

Packages that depend on flutter_sms

Packages that implement flutter_sms