qr_image

Creator: coderz1093

Last updated:

Add to Cart

Description:

qr image

Make generating QR code images with logos easier by using popular image processing library and QR code library.
Getting started #
To get started, import the dependency in your code:
import 'package:qr_image/qr_image.dart';
copied to clipboard
To generate your QR code, you should do:
var img1 = QRImage(
"https://google.com/",
backgroundColor: ColorUint8.rgb(255, 255, 255),
size: 300,
).generate();
copied to clipboard
See the example directory for further details.
Sample #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.