flutter_barcode_reader icon indicating copy to clipboard operation
flutter_barcode_reader copied to clipboard

A flutter plugin for reading 2D barcodes and QR codes.

Results 28 flutter_barcode_reader issues
Sort by recently updated
recently updated
newest added

can we zoom the image while scanning QR code? it's not convenient when the QR code image is small .

Feature

**BUG REPORTS WITHOUT PROVIDING THESE INFORMATIONS WILL BE CLOSED DIRECTLY. DON'T REMOVE THE SECTIONS!** **Describe the bug** On iOS I can tap through scanner screen. Android works fine. **To Reproduce**...

bug
help wanted

This is not a bug in the package. Your app was created with Flutter pre 1.12. Follow this to solve the Problem: https://github.com/mintware-de/flutter_barcode_reader/blob/master/UPGRADE.md#upgrade-from-2x-to-300

invalid

Basically what I mean is, could be a good alternative for the web, instead of reading from the webcam, send an image (file or image data) and just decode it,...

Feature

Is it possible use a CameraPreview for scanning, insted of open a new one? II can pass to BarcodeScanner the camera_id but not the CameraPreview object. Thanks

Feature

Hi I'm using QR codes to transfer binary data. This does generally work if the encoding is set to ISO8859-1 in the QR code and the code reading library respects...

Are you planning on adding web support to it? It would be useful for example while building a PWA that can run on mobile devices. If you don't mind, I...

Feature