sms_plugin_mp 0.0.1 copy "sms_plugin_mp: ^0.0.1" to clipboard
sms_plugin_mp: ^0.0.1 copied to clipboard

outdated

This is an SMS library for Flutter. Its allow to send, receive, query sms messages, sms delivery and query contacts info in Android, and only sending in IOS & Web.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sms_plugin_mp

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

dependencies:
  sms_plugin_mp: ^0.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:sms_plugin_mp/contact.dart';
import 'package:sms_plugin_mp/sms_plugin.dart';
import 'package:sms_plugin_mp/sms_plugin_web.dart';
1
likes
0
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

This is an SMS library for Flutter. Its allow to send, receive, query sms messages, sms delivery and query contacts info in Android, and only sending in IOS & Web.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, url_launcher

More

Packages that depend on sms_plugin_mp

Packages that implement sms_plugin_mp