mambo_sms_service 1.0.0
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';