simple_barcode_scanner icon indicating copy to clipboard operation
simple_barcode_scanner copied to clipboard

simple_barcode_scanner wont scan

Open jlassi-marwen opened this issue 1 year ago • 1 comments

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?

jlassi-marwen avatar May 10 '24 19:05 jlassi-marwen

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

cesar17Almeida avatar May 11 '24 21:05 cesar17Almeida

permission is handle by permission_handler, no need to add external permission for camera access.

CodingWithTashi avatar Oct 03 '24 18:10 CodingWithTashi