Closed thierrylee closed 8 months ago
Hi again, I just tried and it does fix the issue !
Although not ideal, I will be using a forked version until next update!
Hi @thierrylee ! Thanks for report it. It's strange, do you can't open a pull request? Ok, I'll fix it. Thanks!
Fixed in 0.7.6
Thanks !
Hello,
I had an issue with the
TypeCamera
that occurred on the web version: even though I specified to use the back camera, the front one was used. I believe this is due to this part of the code:lib/src/qr_code_dart_scan_view.dart From line 100
I think you should check the
camera.lensDirection
to better detect the correct camera to use, with this code:I tried to open a pull request but couldn't (can't push a new branch), thus making this issue. Best regards,
PS: I did not have the time to try this fix yet, I'll keep you updated