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

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.3

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
150
points
34
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.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, url_launcher

More

Packages that depend on sms_plugin_mp