thl_ussd_service 0.3.0
thl_ussd_service: ^0.3.0 copied to clipboard
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_serviceThis 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.0Alternatively, 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';