ai_barcode
ai_barcode copied to clipboard
How can I stop camera preview in flutter web version?
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.