flutter_paymob_egypt 0.0.1
flutter_paymob_egypt: ^0.0.1 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 PayPal Payment Package, follow these steps
-
Add the package to your project's dependencies in the
pubspec.yamlfile:dependencies: flutter_paymob_egypt: ^0.0.1 -
Run the following command to fetch the package:
flutter pub get
Usage #
-
Import the package into your Dart file:
import 'package:flutter_paymob_egypt/flutter_paymob_egypt.dart'; -
Navigate to the Paymob Egypt View with the desired configuration:
PaymobEgyptView( 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: 10000, // 100 EGP successResult: (data) { // Handle successful payment }, errorResult: (error) { // Handle payment error });
⚡ Donate #
If you would like to support me, please consider making a donation through one of the following links:
- PayPal
Thank you for your support!