fluttercommunity / flutter_sms

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. Maintainer: @rodydavis
https://fluttercommunity.github.io/flutter_sms/
MIT License
245 stars 182 forks source link

Documentation improvements #28

Closed bsutton closed 3 years ago

bsutton commented 4 years ago

Gentlefolk. Can I ask for some documentation improvements.

1) what is the difference between sendSMS and launchSMS? 2) what actions are required to support dual sim cards. 3) the values return by sendSMS and launchSMS

rodydavis commented 3 years ago
  1. There should be a doc comment that explains it for each method
  2. No support at this time but PRs are welcome
  3. General log messages
rodydavis commented 3 years ago

sendSMS is for using the url scheme, and launchSMS is for opening the native dialog