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
241 stars 176 forks source link

Use enum result rather than string #64

Open stevenspiel opened 2 years ago

stevenspiel commented 2 years ago

Returns an enum SendSMSResult with the result of sending the message, rather than a string.