barcode_scan2
barcode_scan2 copied to clipboard
[reborned barcode_scan] A flutter plugin for reading 2D barcodes and QR codes.
**BUG REPORTS WITHOUT PROVIDING THESE INFORMATIONS WILL BE CLOSED DIRECTLY. DON'T REMOVE THE SECTIONS!** **Describe the bug** Hi, thanks for the package I see this is still using jCenter() which...
I am reading a DataMatrix file and the result is stored in `ScanResult` as a `String` field called `rawContent`. However, the data stored in the DataMatrix is data compressed with...
**BUG REPORTS WITHOUT PROVIDING THESE INFORMATIONS WILL BE CLOSED DIRECTLY. DON'T REMOVE THE SECTIONS!** **Describe the bug** when scan finish,it will appear a black screen
Getting error in some of the android devices. Unable to start activity ComponentInfo{com.washitlaundry.partner/de.mintware.barcode_scan.BarcodeScannerActivity}: android.content.res.Resources$NotFoundException: Drawable com.washitlaundry.partner:drawable/compat_splash_screen_no_icon_background with resource ID #0x7f070073 Please fix it
I've encountered a deprecation warning when using the [barcode_scan2] package on iOS. The warning is related to the use of `flashMode` which was deprecated in iOS 10.0. The specific warning...
**Issue is in iPhone 17.6 version and above. Works fine in Android** **To Reproduce** Steps to reproduce the behavior: 1. Open camera to scan barcode 2. take slowly focus on...
Remove references to deprecated v1 Android embedding To ensure this plugin will work with users running the next stable version of Flutter remove references to the v1 embedding. The v1...
**BUG REPORTS WITHOUT PROVIDING THESE INFORMATIONS WILL BE CLOSED DIRECTLY. DON'T REMOVE THE SECTIONS!** **Describe the bug** * What went wrong: Execution failed for task ':barcode_scan2:generateReleaseRFile'. > Could not resolve...
**Describe the bug** Running the Android example causes a ClassCastException. **To Reproduce** Steps to reproduce the behavior: 1. Clone the project 2. Run `flutter run` on an Android device 3....