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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add devcode_sms

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  devcode_sms: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:devcode_sms/devcode_sms.dart';
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