hyperpay_payment_sdk 1.1.1 copy "hyperpay_payment_sdk: ^1.1.1" to clipboard
hyperpay_payment_sdk: ^1.1.1 copied to clipboard

A Flutter plugin for seamless HyperPay payment gateway integration. Supports ReadyUI & CustomUI, VISA, MasterCard, MADA, STC Pay, and Apple Pay on Android & iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hyperpay_payment_sdk

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

dependencies:
  hyperpay_payment_sdk: ^1.1.1

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:hyperpay_payment_sdk/enum.dart';
import 'package:hyperpay_payment_sdk/flutter_hyperpay.dart';
import 'package:hyperpay_payment_sdk/hyper_pay_const.dart';
import 'package:hyperpay_payment_sdk/model/custom_ui.dart';
import 'package:hyperpay_payment_sdk/model/custom_ui_stc.dart';
import 'package:hyperpay_payment_sdk/model/google_pay_ui.dart';
import 'package:hyperpay_payment_sdk/model/ready_ui.dart';
import 'package:hyperpay_payment_sdk/model/samsung_pay_ui.dart';
import 'package:hyperpay_payment_sdk/model/stored_cards.dart';
2
likes
135
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for seamless HyperPay payment gateway integration. Supports ReadyUI & CustomUI, VISA, MasterCard, MADA, STC Pay, and Apple Pay on Android & iOS.

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on hyperpay_payment_sdk

Packages that implement hyperpay_payment_sdk