hyperpay_plugin 1.0.1-beta hyperpay_plugin: ^1.0.1-beta 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-beta
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/flutter_hyperpay.dart';
import 'package:hyperpay_plugin/helper.dart';
import 'package:hyperpay_plugin/hyper_pay_const.dart';
import 'package:hyperpay_plugin/ready_ui.dart';
import 'package:hyperpay_plugin/stored_cards.dart';