hyperpay 0.0.10-alpha copy "hyperpay: ^0.0.10-alpha" to clipboard
hyperpay: ^0.0.10-alpha copied to clipboard

discontinued
outdated

A plugin to wrap HyperPay mobile SDK for iOS and Android, used to accept payments in Flutter apps using HyperPay Payments Gateway.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'package:hyperpay_example/checkout_view.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: CheckoutView(),
    );
  }
}
34
likes
0
pub points
29%
popularity

Publisher

verified publishernyartech.com

A plugin to wrap HyperPay mobile SDK for iOS and Android, used to accept payments in Flutter apps using HyperPay Payments Gateway.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on hyperpay