hyperpay_sdk 1.0.4 copy "hyperpay_sdk: ^1.0.4" to clipboard
hyperpay_sdk: ^1.0.4 copied to clipboard

Flutter plugin for HyperPay (OPPWA) Mobile SDK v7.4.0. ReadyUI, CustomUI, Apple Pay, Google Pay, MADA, tokenization, and 3DS2.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'screens/splash_screen.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'HyperPay SDK Example',
      theme: ThemeData(
        colorSchemeSeed: Colors.blue,
        useMaterial3: true,
      ),
      home: const SplashScreen(),
    );
  }
}
2
likes
150
points
96
downloads

Publisher

verified publishermahalox.com

Weekly Downloads

Flutter plugin for HyperPay (OPPWA) Mobile SDK v7.4.0. ReadyUI, CustomUI, Apple Pay, Google Pay, MADA, tokenization, and 3DS2.

Repository (GitHub)
View/report issues

Topics

#payment #hyperpay #oppwa #mada

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on hyperpay_sdk

Packages that implement hyperpay_sdk