khipu_pay_plugin 1.1.0
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';