khqr_sdk 1.2.0 copy "khqr_sdk: ^1.2.0" to clipboard
khqr_sdk: ^1.2.0 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());
  }
}
9
likes
0
points
273
downloads

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

Topics

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

Funding

Consider supporting this project:

ko-fi.com

License

unknown (license)

Dependencies

auto_size_text, flutter, flutter_svg, freezed_annotation, intl, json_annotation, plugin_platform_interface, pretty_qr_code

More

Packages that depend on khqr_sdk

Packages that implement khqr_sdk