lengopay_flutter 1.3.0
lengopay_flutter: ^1.3.0 copied to clipboard
Package Flutter pour l'intégration de l'API de paiement Lengo Pay. Support des paiements classiques (v1) et Cash In direct (v2) vers Orange Money et MTN Mobile Money Guinée.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add lengopay_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
lengopay_flutter: ^1.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:lengopay_flutter/lengopay_flutter.dart';