khqr_sdk 1.0.0 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 [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add khqr_sdk
With Flutter:
$ flutter pub add khqr_sdk
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
khqr_sdk: ^1.0.0
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:khqr_sdk/khqr_sdk.dart';