0 purchases
direct sms
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" />
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.