artistic_qr 0.2.0
artistic_qr: ^0.2.0 copied to clipboard
High-quality, fully customizable artistic QR codes: custom module & eye shapes, gradients, and logo / color-blend / halftone photo image modes. Zero runtime dependencies — includes its own QR encoder.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add artistic_qrThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
artistic_qr: ^0.2.0Alternatively, 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:artistic_qr/artistic_qr.dart';