malipopay 1.1.0
malipopay: ^1.1.0 copied to clipboard
Official Dart/Flutter SDK for the Malipopay payment platform. Accept payments via Mobile Money (M-Pesa, Airtel, Mixx/YAS, Halopesa, T-Pesa), Bank Transfer, USSD, and Card in Tanzania.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add malipopayWith Flutter:
$ flutter pub add malipopayThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
malipopay: ^1.1.0Alternatively, 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:malipopay/malipopay.dart';