flutter_paymob_egypt 0.0.9
flutter_paymob_egypt: ^0.0.9 copied to clipboard
Easily accept payments Cards through Paymob in your Flutter app.
Flutter Paymob Egypt #
Easily accept payments Cards through Paymob in your Flutter app.
🚀 Installation #
To install the Flutter Payment Egypt Package, follow these steps
-
Add the package to your project's dependencies in the
pubspec.yaml
file:dependencies: flutter_paymob_egypt: ^0.0.9
copied to clipboard -
Run the following command to fetch the package:
flutter pub get
copied to clipboard
Usage #
-
Import the package into your Dart file:
import 'package:flutter_paymob_egypt/flutter_paymob_egypt.dart';
copied to clipboard -
Navigate to the Paymob Egypt View with the desired configuration:
FlutterPaymobPayment( cardInfo: CardInfo( apiKey: "YOUR_API_KEY", // from dashboard Select Settings -> Account Info -> API Key iframesID: '123456', // from paymob Select Developers -> iframes integrationID: '123456', // from dashboard Select Developers -> Payment Integrations -> Online Card ID ), totalPrice: 100, // 100 EGP --required pay with Egypt currency successResult: (data) { // Handle successful payment }, errorResult: (error) { // Handle payment error });
copied to clipboard
Test Card #
For testing payments, you can use the following Paymob test card:
- Card Number:
5123 4567 8901 2346
⚡ Donate #
If you would like to support me, please consider making a donation through one of the following links:
Thank you for your support!