flutter_paykun 0.0.2 copy "flutter_paykun: ^0.0.2" to clipboard
flutter_paykun: ^0.0.2 copied to clipboard

A new flutter plugin project.

Flutter Paykun Payment Gateway - flutter_paykun #

pub package

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.

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 #

Example #

Here is a full example flutter app running flutter_paykun_payment_gateway client.




For a more elaborate usage example see here.

Note: This plugin is still under development, and some APIs might not be available yet. Feedback welcome and Pull Requests are most welcome!

2
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A new flutter plugin project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_paykun