Skip to content

QR code distorted on Pocophone F1, Flutter 3.29.0, Impeller #227

Open
@WieFel

Description

@WieFel

Describe the bug
QR code is distorted when running the app on Pocophone F1, using Flutter 3.29.0 with Impeller

To Reproduce
Steps to reproduce the behavior:

  1. Use qr_flutter version 4.1.0 and Flutter version 3.29.0
  2. Add a QrImageView to the app:
QrImageView(
  data: "12345",
  version: QrVersions.auto,
  dataModuleStyle: QrDataModuleStyle(
    color: Colors.blue,
    dataModuleShape: QrDataModuleShape.square,
  ),
  eyeStyle: QrEyeStyle(
    color: Colors.blue,
    eyeShape: QrEyeShape.square,
  ),
)
  1. Run the app on the Pocophone F1
  2. See the distorted QR Code

Expected behavior
The QR code should show normally

Screenshots
Image

Smartphone (please complete the following information):

  • Device: Pocophone F1
  • OS: Android 10
  • MIUI Version 12.0.3

Additional context
When running the app without impeller (using the flag --no-enable-impeller) the error is gone. So, it seems to be related to Impeller.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions