sms_suite 0.0.1
sms_suite: ^0.0.1 copied to clipboard
A Flutter plugin to send SMS messages via native Android APIs. sms_suite is designed to grow with support for message delivery.
sms_suite #
A Flutter plugin to send SMS messages to multiple phone numbers using Android's native SmsManager API.
Note: This plugin currently supports Android only. iOS is not yet implemented.
✨ Features #
- Send SMS messages to one or more phone numbers.
- Works with Android's
SmsManagerAPI. - Supports method channel architecture for clean, scalable native code integration.
🛠 Installation #
Add the following line to your pubspec.yaml:
dependencies:
sms: ^0.0.1