qr_flow_sdk 0.2.1 copy "qr_flow_sdk: ^0.2.1" to clipboard
qr_flow_sdk: ^0.2.1 copied to clipboard

Flutter SDK for the QR Flow API. Generate static and dynamic QR codes with a single API key. Includes local payload generators, a CRUD service for API-backed dynamic QR codes, and a customizable QrFlo [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add qr_flow_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  qr_flow_sdk: ^0.2.1

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:qr_flow_sdk/qr_flow_sdk.dart';
0
likes
150
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter SDK for the QR Flow API. Generate static and dynamic QR codes with a single API key. Includes local payload generators, a CRUD service for API-backed dynamic QR codes, and a customizable QrFlowImage widget.

Topics

#qr-code #qr-generator #dynamic-qr #barcode

License

MIT (license)

Dependencies

flutter, http, qr_flutter

More

Packages that depend on qr_flow_sdk