qr_code_tools icon indicating copy to clipboard operation
qr_code_tools copied to clipboard

The Flutter plugin for iOS and Android to decoding QR codes.

Results 13 qr_code_tools issues
Sort by recently updated
recently updated
newest added

If this image is jpg type, and size is around 20MB, will crash in **Android**. There is no issue with a 25MB png file. For iOS, like iPadOS 14.5, works...

Fix Android crash issue when decoding very high size image: set maximum 5616(w), 3744(h), if processing image is larger than defined size, will use the scaled bitmap for QR decoding....

tried this: no feedback from scanQRDataByImage(String path, ImagePickerQRScanCallback callback) async{ print(path); async QrCodeToolsPlugin.decodeFrom(path).then((data){ print("SCANNED DATA"); print(data); }); }

Hey, I'm currently creating an app using flutter 2 and dart null safety, 'm using your package but there is no null-safe version so I made one. Giving it back...

assets Image or image gallery path does not work. Please see this issue posted on stackoverflow: https://stackoverflow.com/questions/56883471/how-can-i-read-a-qr-code-from-a-image-in-flutter-using-proper-package Please share any suggestion.

hi there, If i try to build on iOS, i get this: > `qr_code_tools` does not specify a Swift version and none of the targets (`Runner`) integrating it have the...