theyakka/qr.flutter

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

Opened this issue · 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.

Seems to be happening because of impeller.

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

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.