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

Any ideas how can we achieve a dynamic scanner view? - Use a Flutter view which gets the current preview image + meta information where detected barcodes are located to...

Feature
tracker

My app is crashing when building release. For example Flutter build apk --release and installing the apk. Seems to work find when running flutter run --release to the physical device....

When compiling any code (example included) I get these warnings: if I clean build folder ``` Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for...

bug

Does this support scanning multiple barcodes without automatically popping back to the previous view? If so how? I see I can call BarcodeScanner.scan().asStream(); Am I headed in the right direction...

Feature
3.x

This PR introduces web support, using the [JsQRScanner](https://github.com/jbialobr/JsQRScanner) JavaScript library. The interface is implemented in HTML and CSS and tries to resemble as much as possible the one found on...

**BUG REPORTS WITHOUT PROVIDING THESE INFORMATIONS WILL BE CLOSED DIRECTLY. DON'T REMOVE THE SECTIONS!** **Describe the bug** A clear and concise description of what the bug is. I'm not able...

bug

This package is not reading the PDF417 barcode found in driving licenses on Android. But able to read other formats like Code128, upce etc. In iOS, the PDF417 barcode read...

bug

![IMG_20200927_172111](https://user-images.githubusercontent.com/71915767/94364330-fd2c9400-00e5-11eb-891a-3f257edaf77d.jpg)

bug

### Overview In this pull request, I want to change the title, status bar color, action bar color of activity on the Android ### Other You can clear/set the title...