eccentric_khqr 1.1.9
eccentric_khqr: ^1.1.9 copied to clipboard
KHQR Plugin for Flutter. This plugin provides a simple way to generate and scan KHQR codes, including support for Bakong KHQR codes.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add eccentric_khqr
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
eccentric_khqr: ^1.1.9
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:eccentric_khqr/khqr_sdk.dart';