pdliuw / ai_barcode

Barcode generation,Barcode scanning,qrcode,qrcode generation,qrcode creator,flutter barcode,flutter qrcode,support android iOS web platform
BSD 3-Clause "New" or "Revised" License
125 stars 82 forks source link

How can I stop camera preview in flutter web version? #48

Open karimi1064 opened 3 years ago

karimi1064 commented 3 years ago

I successfully scan QR code in flutter web app, but after scanning and get a result, camera preview doesn't stop, even using these commands:

_scannerController?.stopCameraPreview();
_scannerController?.stopCamera(); 

In mobile version, everything goes OK. My issue is only in web version in stopping camera preview.