khipu_pay_plugin 1.1.0 copy "khipu_pay_plugin: ^1.1.0" to clipboard
khipu_pay_plugin: ^1.1.0 copied to clipboard

Plugin to create payment identifiers, process payments and verify the status of a payment through the Khipu Platform.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add khipu_pay_plugin

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  khipu_pay_plugin: ^1.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:khipu_pay_plugin/encrypt_data.dart';
import 'package:khipu_pay_plugin/khipu_pay.dart';
import 'package:khipu_pay_plugin/khipu_payment.dart';
import 'package:khipu_pay_plugin/khipu_payment_status.dart';
7
likes
100
pub points
0%
popularity

Publisher

unverified uploader

Plugin to create payment identifiers, process payments and verify the status of a payment through the Khipu Platform.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crypto, cryptoutils, diacritic, flutter, http

More

Packages that depend on khipu_pay_plugin