You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I've installed v1.0.0 and during product scan i am getting rainbow pixels(looks like random noise) instead of image from camera. I've downloaded source code and compiled the apk with disabled impeller and got scanner working. Latest version that has scanner working on my device is v 0.6.14. Looks like the issue is in the Vulkan/Mali/Impeller combination that worked previously but not working in latest version. Could you please take a look?
the fix:
adding <meta-data android:name="io.flutter.embedding.android.EnableImpeller" android:value="false" /> under <application tag in AndroidManifest.xml or running debug with --no-enable-impeller e.g. flutter run --no-enable-impeller