Skip to content

leamlidara/qr_image_dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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';

To generate your QR code, you should do:

var img1 = QRImage(
    "https://google.com/",
    backgroundColor: ColorUint8.rgb(255, 255, 255),
    size: 300,
  ).generate();

See the example directory for further details.

Sample

Sample 1

Sample 2

Sample 3

About

Make dart easier to generate QR code image with logo.

Resources

License

Stars

Watchers

Forks

Languages