yottsa
Results
3
comments of
yottsa
Any updates, since I have the same problem? I am trying to build `/android` project in Android Studio Flamingo | 2022.2.1 Patch 2 on MacBook Pro 2020 with M1. I...
In `ScannerOverlay` example class, changing from: ```dart final backgroundPaint = Paint() ..color = Colors.black.withOpacity(0.5) ..style = PaintingStyle.fill ..blendMode = BlendMode.dstOut; ``` to ```dart final backgroundPaint = Paint() ..color = Colors.black.withOpacity(0.5)...