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

This package does not work in newer versions of Android #79

Open saeidpro opened 1 year ago

saeidpro commented 1 year ago

I was working with this package on my phone which has Android 10 and there was no issues. But when I tested it on Android 12, it just doesn't work. Telephony package does work (it also didn't work until a third party made a fix) but I want it to work for both Android and iOS. I can't test it on iOS right now but does anybody know if it works in iOS or not? If it does I can use Telephony for Android and Flutter SMS for iOS.