Open hedraadel1 opened 3 years ago
same here
same to me. who resolve it?
It seems https://github.com/leyan95/qrcode_scanner/commit/c7f6f87e70a9b65ae1cfbb3fc2b4fa4d3afc137b completely regressed all permission seeking and now the camera access is getting denied.
Downgraded by using qrscan: 0.2.19
works still
I realised the example code https://github.com/leyan95/qrcode_scanner/blob/c7f6f87e70a9b65ae1cfbb3fc2b4fa4d3afc137b/example/README.md now has
await Permission.camera.request();
probably will make it work.
i saw just blank screen when try to run scanner.scan();