mtn_momo_sdk 0.0.1
mtn_momo_sdk: ^0.0.1 copied to clipboard
An unofficial package for integrating with MTN Mobile Money Collections & Disbursements & Remittances API, enabling the payment of goods and services using MTN Mobile Money.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mtn_momo_sdkWith Flutter:
$ flutter pub add mtn_momo_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mtn_momo_sdk: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mtn_momo_sdk/mtn_momo_sdk.dart';