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

Flutter plugin wrapping the official HyperPay (OPPWA) Mobile SDK v7.4.0 for Android and iOS. Supports ReadyUI, CustomUI, Apple Pay, Google Pay, MADA, STC Pay, 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(),
    );
  }
}
1
likes
0
points
96
downloads

Publisher

verified publishermahalox.com

Weekly Downloads

Flutter plugin wrapping the official HyperPay (OPPWA) Mobile SDK v7.4.0 for Android and iOS. Supports ReadyUI, CustomUI, Apple Pay, Google Pay, MADA, STC Pay, tokenization, and 3DS2.

Repository (GitHub)
View/report issues

Topics

#payment #hyperpay #oppwa #mada

License

unknown (license)

Dependencies

flutter

More

Packages that depend on hyperpay_sdk

Packages that implement hyperpay_sdk