flutter_kpay 0.0.2+2 copy "flutter_kpay: ^0.0.2+2" to clipboard
flutter_kpay: ^0.0.2+2 copied to clipboard

kpay.

Flutter KPay #

A Flutter KPay Plugin.

No need to create prepay id in backend. Including of both create order to kbz and pay.

Installation #

dependencies:
  flutter_kpay:latest version

Import #

import 'package:flutter_kpay/flutter_kpay.dart';

Usage #

Android #

android/app/src/main/manifest.xml

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
....
	<activity android:name="com.kbzbank.payment.sdk.callback.CallbackResultActivity" android:theme="@android:style/Theme.NoDisplay" android:exported="true"
....

Example #

import 'package:flutter_kbz_pay/flutter_kbz_pay.dart';

 FlutterKPay.startPay(
            merchCode: "10000",
            appId: "kp4c1706c8675a45fghjklrskyf",
            signKey: "123",
            orderId: "123",
            amount: 5000,
            title: "title",
            isProduction: false)
        .then((res) {
      print('startPay' + res.toString());
    });

## Getting Started
For help getting started with Flutter, view our 
[online documentation](https://flutter.dev/docs), which offers tutorials, 
samples, guidance on mobile development, and a full API reference.

## Reference 
[Go to origin uploader] (https://github.com/lostcixin)
1
likes
90
pub points
6%
popularity

Publisher

unverified uploader

kpay.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

dio, flutter

More

Packages that depend on flutter_kpay