hyperpay_plugin 1.0.1 copy "hyperpay_plugin: ^1.0.1" to clipboard
hyperpay_plugin: ^1.0.1 copied to clipboard

The HyperPay platform offers a complete, easy-to-use guide to enable seamless integration of our end-to-end payment gateway for mobile.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hyperpay_plugin

With Flutter:

 $ flutter pub add hyperpay_plugin

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

dependencies:
  hyperpay_plugin: ^1.0.1

Alternatively, your editor might support dart pub get or 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_plugin/apple_pay.dart';
import 'package:hyperpay_plugin/enum.dart';
import 'package:hyperpay_plugin/flutter_hyperpay.dart';
import 'package:hyperpay_plugin/helper.dart';
import 'package:hyperpay_plugin/hyper_pay_const.dart';
import 'package:hyperpay_plugin/method_channel_apple_pay.dart';
import 'package:hyperpay_plugin/method_channel_ready_ui.dart';
import 'package:hyperpay_plugin/method_channel_store_cards.dart';
import 'package:hyperpay_plugin/ready_ui.dart';
import 'package:hyperpay_plugin/stored_cards.dart';
36
likes
0
pub points
87%
popularity

Publisher

unverified uploader

The HyperPay platform offers a complete, easy-to-use guide to enable seamless integration of our end-to-end payment gateway for mobile.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on hyperpay_plugin