DavBfr / dart_barcode

Barcode generation library
https://pub.dev/packages/barcode
Apache License 2.0
132 stars 41 forks source link

Customization QR Code #32

Closed untillnesss closed 2 years ago

untillnesss commented 2 years ago

How to customize QR code as shown below.

qr example

DavBfr commented 2 years ago

There is no support for colors in this package, but you can add an image on top of the QR code, using a Stack() widget.