qr.flutter icon indicating copy to clipboard operation
qr.flutter copied to clipboard

Generated QRs are lack of black borders at three positional marks, make QR code unreadable.

Open kobkrit opened this issue 2 years ago • 3 comments

Describe the bug Generated QRs are lack of black band at three corners, make QR code unreadable.

To Reproduce

QrImage(
                backgroundColor: Colors.white,
                data: "http://www.github.com",
                version: QrVersions.auto,
                size: 320,
              )

Using it in iOS simulator.

image Above image can not scan

Expected behavior Should have black borders at three positional marks.

kobkrit avatar Jun 15 '22 01:06 kobkrit

Seems to be happening because of impeller.

cachapa avatar Oct 30 '22 19:10 cachapa

On further testing, it's only happening on Flutter master. Looks fine on stable and beta.

cachapa avatar Oct 31 '22 20:10 cachapa

Using flutter stable, I'm getting broken qr codes from time to time (web android mobile). The 3 squares in the 3 corners have strange right and bottom gaps.

AdrienLemaire avatar Nov 07 '22 16:11 AdrienLemaire