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

# About In some cases, on read a QR codes, the app crash and don't emit any log. In Firebase Crashlytics a event is emitted and a NullPointerException get logged....

Using the latest version of mobile_scanner often the value returned from rawValue is not the expected value. Use with BAR CODE. The best way to reproduce the problem is to...

Hey! Thanks for implementing this great package! I found a bug with devices that only have one camera: 1. Create an Android Emulator with only a backward camera 2. Use...

bug
android

I want to scan a single file, without using a camera. However, if I try to do this, the controller requests permission. Is it possible to do this without it

enhancement
android

We use this package at 2 page, and can move from one page to another. When user is at QRScanPage1, and move to QRScanPage2, onDetect callback is not Working. Cameca...

Hey! I hope that I'm not missing something but as far as I see it, there is currently no possibility to react to permission-issues. This would be good for the...

enhancement

after locking the phone (side power button), exception: [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: 'package:mobile_scanner/src/mobile_scanner_controller.dart': Failed assertion: line 269 pos 12: 'hashCode == _controllerHashcode': MobileScannerController.startAsync called after MobileScannerController.dispose package:mobile_scanner/src/mobile_scanner_controller.dart:269 E/flutter ( 3105): MobileScannerController...

after tapping on the screen multiple times, camera controller get disposed and Navigator.pop() get called (apparently).

When I open the web app on my phone, the scanner is only used from the front camera. I tried to set the facing of the camera using initial values...

bug
web

### **APP crashes when I turn on debug or profile mode.** **Version: mobile_scanner:0.2.0 flutter:2.10.3 And 2.8.1 (Both versions 2.10.3 and 2.8.1 have appeared, and other Flutter versions have not been...

bug
android