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

iOS sendSMS's result message is incorrect #4

Closed kmcgill88 closed 5 years ago

kmcgill88 commented 6 years ago

This line is called immediately,...before a sent, canceled or failed is returned by iOS.

I believe you want to move the result callback to send back the actual result provided by MessageComposeResult.

If you are open to PR's I'd be happy to contribute.

rodydavis commented 5 years ago

I am absolutely open to PR's!