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

outdatedDart 1 only

Plugin for simple sending sms

Simple sms #

Plugin for simple sending sms. We have developed this one, because we needed plugin that supports multiple recipients.

Getting Started #

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

Installation and Usage #

add simple_sms to your pubspec.yaml

dependencies:
  flutter:
      sdk: flutter
  simple_sms:

then run flutter packages get

Sending sms #

create instance of SimpleSms

final SimpleSms simpleSms = SimpleSms();

and then supply List<String> contacts and String smsBody to it's sendSms() function

simpleSms.sendSms(contacts, smsBody);
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Plugin for simple sending sms

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on simple_sms