thl_ussd_service 0.3.0 copy "thl_ussd_service: ^0.3.0" to clipboard
thl_ussd_service: ^0.3.0 copied to clipboard

PlatformAndroid

A Flutter plugin to make silent USSD requests and read their responses, using Android's sendUssdRequest. iOS is not supported. Upgraded fork of ussd_service.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add thl_ussd_service

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

dependencies:
  thl_ussd_service: ^0.3.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:thl_ussd_service/thl_ussd_service.dart';
1
likes
140
points
250
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to make silent USSD requests and read their responses, using Android's sendUssdRequest. iOS is not supported. Upgraded fork of ussd_service.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on thl_ussd_service

Packages that implement thl_ussd_service