barcode_scan2
barcode_scan2 copied to clipboard
[reborned barcode_scan] A flutter plugin for reading 2D barcodes and QR codes.
Not opening camera feed screen after allowing camera permission, below is my code: Future _scanQR(String sponsorId,BuildContext context) async { try { ScanResult qrResult = await BarcodeScanner.scan(); Map valueMap = jsonDecode(qrResult.rawContent);...
First of all, thanks the great job! It will be wonderful if zooming feature added.
**BUG REPORTS WITHOUT PROVIDING THESE INFORMATIONS WILL BE CLOSED DIRECTLY. DON'T REMOVE THE SECTIONS!** **Describe the bug** A build warning that .devices(for:) is deprecated `'devices(for:)' was deprecated in iOS 10.0:...
**BUG REPORTS WITHOUT PROVIDING THESE INFORMATIONS WILL BE CLOSED DIRECTLY. DON'T REMOVE THE SECTIONS!** **Describe the bug** When you scan a 12-digit UPC_A barcode, Codescan recoginaze it as EAN13 and...
**BUG REPORTS WITHOUT PROVIDING THESE INFORMATIONS WILL BE CLOSED DIRECTLY. DON'T REMOVE THE SECTIONS!** **Describe the bug** The front camera flash doesn't turn on at all. I'm using a Samsung...
'flashMode' was deprecated in iOS 10.0: Use AVCapturePhotoSettings.flashMode instead.
**Describe the bug** Since JCenter is going down, the `build.gradle` file should be updated to use `mavenCentral()` instead of `jcenter()`. However, if changed manually, `zxing` could not be found also,...
is there any development to add compatibility with the web?
**Describe the bug** A fresh build of an app using this plugin slows down the build process. **To Reproduce** Bulding an app using this plugin. Run `flutter build apk -v`....
**Is your feature request related to a problem? Please describe.** For now is use app name in titile. but I need change it. **Describe the solution you'd like** i want...