khqr_sdk 1.0.2 copy "khqr_sdk: ^1.0.2" to clipboard
khqr_sdk: ^1.0.2 copied to clipboard

Standardization of QR Code (EMV) that will promote wider use of mobile retail payments in Cambodia.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:khqr_sdk_example/home_screen.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(
      home: HomeScreen(),
    );
  }
}
6
likes
160
points
162
downloads
screenshot

Publisher

verified publishermrrhak.com

Weekly Downloads

Standardization of QR Code (EMV) that will promote wider use of mobile retail payments in Cambodia.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#khqr #khqr-sdk #khqr-code #bakong #bakong-khqr

Documentation

API reference

Funding

Consider supporting this project:

ko-fi.com

License

MIT (license)

Dependencies

flutter, flutter_svg, freezed_annotation, json_annotation, money2, plugin_platform_interface, qr_flutter

More

Packages that depend on khqr_sdk