hyperpay 1.0.0-dev.7 copy "hyperpay: ^1.0.0-dev.7" to clipboard
hyperpay: ^1.0.0-dev.7 copied to clipboard

discontinued
PlatformAndroidiOS

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(),
    );
  }
}
copied to clipboard
34
likes
140
points
68
downloads

Publisher

verified publishernyartech.com

Weekly Downloads

2024.09.11 - 2025.03.26

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on hyperpay