devcode_sms 1.0.0 copy "devcode_sms: ^1.0.0" to clipboard
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.
  • DevcodeSms client 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.
  • SmsResponse and BalanceResponse typed models with toJson / fromJson.
  • DevcodeSmsException with statusCode and rawResponse for debugging.
  • Full unit-test suite with mocked HTTP client.
  • Example Flutter app included.
2
likes
150
points
91
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

Topics

#sms #messaging #notifications #api

License

BSD-3-Clause (license)

Dependencies

flutter, http

More

Packages that depend on devcode_sms

Packages that implement devcode_sms