direct_sms 0.0.1 copy "direct_sms: ^0.0.1" to clipboard
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" />
3
likes
130
pub points
67%
popularity

Publisher

unverified uploader

A new Flutter plugin which help us to send sms with phone sms interaction (support only android).

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on direct_sms