paymob_pakistan 1.0.7 paymob_pakistan: ^1.0.7 copied to clipboard
Easily accept Jazzcash/Easypaisa/Card Payments through Paymob in your Flutter app.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add paymob_pakistan
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
paymob_pakistan: ^1.0.7
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:paymob_pakistan/paymob_billing_data.dart';
import 'package:paymob_pakistan/paymob_iframe.dart';
import 'package:paymob_pakistan/paymob_payment.dart';
import 'package:paymob_pakistan/paymob_payment_utils.dart';
import 'package:paymob_pakistan/paymob_response.dart';