hundredpay 0.0.2 copy "hundredpay: ^0.0.2" to clipboard
hundredpay: ^0.0.2 copied to clipboard

A Flutter package that provides 100pay checkout functionality.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'home_page.dart';

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

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

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      debugShowCheckedModeBanner: false,
      home: HomePage(),
    );
  }
}
12
likes
0
pub points
29%
popularity

Publisher

unverified uploader

A Flutter package that provides 100pay checkout functionality.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, plugin_platform_interface, webview_flutter

More

Packages that depend on hundredpay