simple_barcode_scanner
simple_barcode_scanner copied to clipboard
simple_barcode_scanner wont scan
hi i downloaded the dependencie and followed the instructions as said in the documentation , but in my web version of the flutter app the barcode scanner just open the camera and stay there , i didn't really get the html5 qr code part , do i need to install a new package to get barcode to scan in web?
Hi, i have one question,
Your browser requests you permission for camera usage ? please try to add camera web dependency. In your pubspec.yaml camera_web: ^0.3.3
permission is handle by permission_handler, no need to add external permission for camera access.