pay_with_paymob 1.4.0 pay_with_paymob: ^1.4.0 copied to clipboard
A Flutter package for integrating pay_with_paymob services, enabling Visa and mobile wallet payments with customizable UI and secure payment processing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pay_with_paymob
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
pay_with_paymob: ^1.4.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:pay_with_paymob/pay_with_paymob.dart';