mobupay 0.2.0
mobupay: ^0.2.0 copied to clipboard
SDK Flutter Mobupay — présente la page de paiement hébergée (WebView in-app ou navigateur système) et interroge l'API Mobupay. Modèle redirect (agent eZyness).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mobupayThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mobupay: ^0.2.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:mobupay/mobupay.dart';