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

Flutter plugin to send SMS messages in the background and select a specific SIM card

1.0.7 #

  • feat: add getPhoneNumbers() function to retrieve phone numbers (requires READ_PHONE_NUMBERS on Android 11+)
  • feat: add SimCard and PhoneNumber models (replaces Map<String, dynamic>)
  • refactor: separate getSimCards() (uses READ_PHONE_STATE) and getPhoneNumbers() (uses READ_PHONE_NUMBERS)

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
7
likes
150
points
424
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin to send SMS messages in the background and select a specific SIM card

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sms_sender

Packages that implement sms_sender