Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lavkushwaha/flutter_paykun_payment_gateway
Paykun Payment Gateway Flutter Plugin, Open for contributions or Sponsorships, PRs Accepted
https://github.com/lavkushwaha/flutter_paykun_payment_gateway
flutter flutterpayments open-source paykun payment-gateway pubdev
Last synced: 20 days ago
JSON representation
Paykun Payment Gateway Flutter Plugin, Open for contributions or Sponsorships, PRs Accepted
- Host: GitHub
- URL: https://github.com/lavkushwaha/flutter_paykun_payment_gateway
- Owner: Lavkushwaha
- License: apache-2.0
- Created: 2021-12-04T16:43:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T19:37:38.000Z (about 3 years ago)
- Last Synced: 2024-11-09T19:25:32.039Z (3 months ago)
- Topics: flutter, flutterpayments, open-source, paykun, payment-gateway, pubdev
- Language: Java
- Homepage: https://paykun.com
- Size: 83 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Paykun Payment Gateway - flutter_paykun
[![pub package](https://img.shields.io/pub/v/flutter_paykun.svg)](https://pub.dev/packages/flutter_paykun_payment_gateway)
A Flutter plugin for Android Paykun Payment Gateway Integration.
*Note*: This plugin is still under development, and some APIs might not be available yet. We are working on a refactor which can be followed here: [issue]()
## Features
* Initialize the payment gateway with the merchant credentials
* Make a payment request
* Handle the payment response## Installation
First, add `flutter_paykun_payment_gateway` as a [dependency in your pubspec.yaml file](https://flutter.dev/using-packages/).
### Android
Change the minimum Android sdk version to 21 (or higher) in your `android/app/build.gradle` file.
```
minSdkVersion 16
``````
WIP Gettting Error in Android
D/EventBus(20949): No subscribers registered for event class com.paykun.sdk.eventbus.Events$PaymentMessage
D/EventBus(20949): No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent```
### Initialization
```dart
```
### Example
Here is a full example flutter app running flutter_paykun_payment_gateway client.
```dart
```
For a more elaborate usage example see [here](https://github.com/Lavkushwaha/flutter_paykun_payment_gateway/example).
*Note*: This plugin is still under development, and some APIs might not be available yet.
[Feedback welcome](https://github.com/flutter/flutter/issues) and
[Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome!