qr_image 1.0.0 copy "qr_image: ^1.0.0" to clipboard
qr_image: ^1.0.0 copied to clipboard

Make generating QR code images with logos easier by using popular image processing library and QR code library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add qr_image

With Flutter:

 $ flutter pub add qr_image

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

dependencies:
  qr_image: ^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:qr_image/qr_image.dart';
6
likes
130
pub points
88%
popularity

Publisher

verified publisherleamlidara.dev

Make generating QR code images with logos easier by using popular image processing library and QR code library.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

image, qr

More

Packages that depend on qr_image