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

KHQR is a standardization of QR Code (EMV) that will promote wider use of mobile retail payments in Cambodia. By prescribing a KHQR (1 QR for all), a single KHQR Code can accept payments via different [...]

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
0
points
162
downloads

Publisher

verified publishermrrhak.com

Weekly Downloads

KHQR is a standardization of QR Code (EMV) that will promote wider use of mobile retail payments in Cambodia. By prescribing a KHQR (1 QR for all), a single KHQR Code can accept payments via different payment service operators (members of KHQR).

Homepage
Repository (GitHub)
View/report issues

Topics

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

Funding

Consider supporting this project:

ko-fi.com

License

unknown (license)

Dependencies

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

More

Packages that depend on khqr_sdk