mambo_sms_service 1.0.0 copy "mambo_sms_service: ^1.0.0" to clipboard
mambo_sms_service: ^1.0.0 copied to clipboard

A Flutter package for sending bulk SMS, single SMS, and checking SMS balance using an API with authentication.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mambo_sms_service

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

dependencies:
  mambo_sms_service: ^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:mambo_sms_service/mambo_sms_service.dart';
2
likes
120
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for sending bulk SMS, single SMS, and checking SMS balance using an API with authentication.

Repository (GitHub)
View/report issues

Topics

#sms #bulk-sms #messaging #authentication #api-integration

Documentation

API reference

License

unknown (license)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on mambo_sms_service