fps_qr_code_generator 1.0.1+2
fps_qr_code_generator: ^1.0.1+2 copied to clipboard
FPS QR Code Generator plugin for flutter. The Faster Payment System (FPS) is a payment financial infrastructure introduced in 2018 by the Hong Kong Monetary Authority (HKMA) and operated by Hong Kong [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fps_qr_code_generatorWith Flutter:
$ flutter pub add fps_qr_code_generatorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fps_qr_code_generator: ^1.0.1+2Alternatively, 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:fps_qr_code_generator/fps_qr_code_generator.dart';