devcode_sms 1.0.0
devcode_sms: ^1.0.0 copied to clipboard
A Flutter plugin for the DevCode SMS API. Send single or bulk SMS messages and check your account balance with a simple, typed Dart interface.
1.0.0 #
- Initial stable release.
DevcodeSmsclient with full API-key authentication.sendSms— send a single SMS via the DevCode SMS API.sendBulkSms— send to multiple recipients in parallel.getBalance— query remaining SMS credits.SmsResponseandBalanceResponsetyped models withtoJson/fromJson.DevcodeSmsExceptionwithstatusCodeandrawResponsefor debugging.- Full unit-test suite with mocked HTTP client.
- Example Flutter app included.