Manveer1999 / flutter_sms_mms

A flutter plugin to send SMS & MMS via native messengers
MIT License
1 stars 2 forks source link

Default sms app not found. #3

Open UmairSaqibBhutta opened 12 months ago

UmairSaqibBhutta commented 12 months ago

Whenever I try to send message with the following code: await SmsMms.send( recipients: [recipientPhoneOrEmailCont.text.trim()], message: widget.productData.title, filePath: filePath, );

I get the error of default sms app not found.