mobile_scanner icon indicating copy to clipboard operation
mobile_scanner copied to clipboard

A universal scanner for Flutter based on MLKit. Uses CameraX on Android and AVFoundation on iOS.

Results 279 mobile_scanner issues
Sort by recently updated
recently updated
newest added

Will be really cool to have some kind of support for scanning QRs in Linux, even if it's just by loading an image from disk.

enhancement

Hello dear best regards

enhancement

I use the command below to build my project. `flutter build web --web-renderer canvaskit ` When I test my app with my iPhone that running iOS 15.4, the area that...

It works really good when opened first. Then does not respond to QR codes any more or does not even show camera view - shows blank black container. I noticed...

1. Capture a photo return correct value 2. Capture another photo with different QR code it returns the old value(returns value from image captured in 1 step)

All works great until I updated to latest version of Flutter and mobile_scanner. App compiles to devices and simulators fine. Flutter run --release to iOS and Android works as expected...

Heya Julian, first up thanks for the maint on the package, appreciate the effort. I am having an issue where flutter can't find the plugin at buildtime. ``` ..java/io/flutter/plugins/GeneratedPluginRegistrant.java:114: error:...

On web, jsQR is limited to QR codes only. We should migrate to qr-scanner or something similar to support other barcodes aswell.

enhancement

I need to have multiple QR Code scanners in my app. My attempts to get this working have been rather fruitless: 1. Trying to turn on/off the mobile scanners as...

Hi, first of all, I don't tested this lib with a IOS physical device yet, but when testing with Android, I get some weird results on scan, with the same...