pay_with_paymob 1.2.4 pay_with_paymob: ^1.2.4 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 Dart:
$ dart pub add pay_with_paymob
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 dart pub get
):
dependencies:
pay_with_paymob: ^1.2.4
Alternatively, 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:pay_with_paymob/pay_with_paymob.dart';