direct_flutter_sms 1.0.1 copy "direct_flutter_sms: ^1.0.1" to clipboard
direct_flutter_sms: ^1.0.1 copied to clipboard

PlatformAndroid

A Flutter package for sending SMS directly from your app.

Changelog #

1.0.0 - 2024-04-16 #

Added #

  • Initial release of direct_flutter_sms package.
  • Implemented the ability to send SMS messages directly from Flutter applications.
  • Created SmsService class with a static method sendSms for sending SMS.
  • Implemented platform-specific code in Android to handle sending SMS using SmsManager.
  • Added necessary permissions in the Android manifest file (android.permission.SEND_SMS, android.permission.ACCESS_FINE_LOCATION, android.permission.ACCESS_COARSE_LOCATION).
4
likes
115
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for sending SMS directly from your app.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on direct_flutter_sms

Packages that implement direct_flutter_sms