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

I am getting an exception when navigating to another screen after scanning or just switching screens without scanning The camera attempts to complete a state change even when it is...

bug

`mobile_scanner 2.0.0` Describe the bug Qr code not scanning in dark mode that same Qr code scanning without dark mode QR code picture ![a6baeda83bc4104045a1a67b4d43b6f](https://user-images.githubusercontent.com/29707716/187340922-080224b9-49c5-4809-8fbe-46b53f6b0951.png)

Please, update border like qr-code-scanner. If i scan a product has multiple QR code, its crash.

user interface

### What - Hi, I want to ask, since this library provide to allow scan duplicate data, can i give timer for next scan? cause every time i hit api...

I am running into below issue ``` MissingPluginException(No implementation found for method state on channel dev.steenbakker.mobile_scanner/scanner/event) ``` The Exception comes through ``` MobileScannerState state = MobileScannerState .values[await methodChannel.invokeMethod('state') as int];...

Hello, I have an app where I need to stop the camera in order to take some time for processing the qrcode. I also have a torchlight implemented using the...

flashlight

controller.hasTorch returns always false, tested on iOS & Android with torch devices.

flashlight

When putting the ios application in background, the torch turns off but the value notifier keeps the TorchState.on value

ios
flashlight

# QR Scanner not scanning the QR Code for the second time. #### Device Specifications * Flutter SDK version:- 3.0.1 * Mobile Scanner version:- 2.0.0 * minSDKVersion:- 21 * CompileSDKVersion:-...

bug

Hi, Thanks for creating this fantastic library! I noticed that `mobile_scanner` could check if an image was a QR code via the `MobileScannerController#analyzeImage` method. However, I'm surprised to notice that...

question
QRCodes