direct_sms 0.0.1 direct_sms: ^0.0.1 copied to clipboard
A new Flutter plugin which help us to send sms with phone sms interaction (support only android).
direct_sms #
A new Flutter plugin which help us to send sms with phone sms interaction (support only android).
direct_sms is a plugin which we can use it to send sms without opening phone default application
###########################################################################################
NOTE: Make sure to request sms permission before using it
*change compileSdkVersion to 33
*Add this line in AndroidManifest.xml
<uses-permission android:name="android.permission.SEND_SMS" />