uganda_mobile_money 0.0.5
uganda_mobile_money: ^0.0.5 copied to clipboard
A Flutter Package for adding Mobile Money Payments to Flutter Apps using FlutterWave
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add uganda_mobile_moneyWith Flutter:
$ flutter pub add uganda_mobile_moneyThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
uganda_mobile_money: ^0.0.5Alternatively, 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:uganda_mobile_money/uganda_mobile_money.dart';