sms_sender_background 1.0.7 copy "sms_sender_background: ^1.0.7" to clipboard
sms_sender_background: ^1.0.7 copied to clipboard

PlatformAndroid

A Flutter plugin for sending SMS messages with support for dual SIM cards, permission handling, and multi-part messages.

1.0.7 #

Bug Fixes:

  • Fixed SecurityException on devices with stricter security policies when using dual SIM functionality
  • Added automatic fallback to SmsManager.getDefault() when subscription-based SmsManager fails
  • Improved compatibility with apps distributed outside Google Play (unknown sources)

New Features:

  • Added checkPhoneStatePermission() method to check READ_PHONE_STATE permission
  • Added requestPhoneStatePermission() method to request READ_PHONE_STATE permission
  • Added READ_PHONE_STATE permission to manifest (optional, only needed for dual SIM support)

Improvements:

  • Enhanced error handling with proper fallback mechanisms
  • Better logging for debugging SIM slot selection issues
  • Updated documentation with detailed permission requirements

1.0.5 #

Initial release with the following features:

  • Send SMS messages with support for dual SIM cards
  • Automatic permission handling (request and check SMS permissions)
  • Support for long messages (automatically splits into multi-part messages)
  • Comprehensive error handling and status reporting
  • Example app demonstrating all features
13
likes
160
points
458
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for sending SMS messages with support for dual SIM cards, permission handling, and multi-part messages.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sms_sender_background

Packages that implement sms_sender_background