direct_flutter_sms 1.0.1
direct_flutter_sms: ^1.0.1 copied to clipboard
A Flutter package for sending SMS directly from your app.
Changelog #
1.0.0 - 2024-04-16 #
Added #
- Initial release of
direct_flutter_smspackage. - Implemented the ability to send SMS messages directly from Flutter applications.
- Created
SmsServiceclass with a static methodsendSmsfor 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).