sms_sender 1.0.6
sms_sender: ^1.0.6 copied to clipboard
Flutter plugin to send SMS messages in the background and select a specific SIM card
1.0.6 #
- fix: improve permission handling to avoid conflicts with other plugins
- fix: add unique permission request code (9876)
- fix: improve activity lifecycle management with proper null safety
- fix: add SecurityException handling for permission denied cases
- fix: example app minSdk set to 21
1.0.5 #
- fix: subscrptionInfo fetching logic from list of active subscriptions
1.0.4 #
- adjustment : change permission SEND_SMS & READ_PHONE_STATE package to project
1.0.3 #
- Fix SMS result handling in iOS implementation
1.0.2 #
- Added MIT license to comply with OSI-approved standards
- Improved documentation for public members
1.0.1 #
- Initial experimentation