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

Scanning works fine in apps and web ran on desktop, but on mobile iOS Chrome it does not ask for a permission and shows black screen. Going to the dev...

web
permissions

I've created a fresh Flutter project, installed the package and added the example widget. Gradle settings: ``` compileSdkVersion 32 minSdkVersion 28 targetSdkVersion 28 ``` In android emulator the virtual scene...

android
devops

### What - Google announced today the beta of CameraX 1.2.0-beta01, `with a new ML Kit integration, which can reduce boilerplate code when using ML Kit in a CameraX app`...

enhancement
android
MLKit

flutter: MobileScanner: No camera found or failed to open camera! Lost connection to device. jim@JamessMacStudio example % jim@JamessMacStudio example % flutter doctor Doctor summary (to see all details, run flutter...

macos

I looked at this but couldn't find a nice way to do it in dart. In swift, this looked like it was going in the right direction, but the returned...

enhancement

Hey thanks for this awesome package. Can we add a feature for duplicate scanning alert if there is. `MobileScanner( allowDuplicates: false, controller: cameraController, key: qrKey,onDetect: onDetect),` I've added this `allowDuplicates`...

enhancement

When I first entered the page on IOS 15.4.1, it gave me a black screen. I need to switch to the background and come back for it to work. But...

bug
ios

Hi, thank you for your great work, I've tried to the deploy the example on Firebase Hosting and the camera is not working, neither on desktop browser nor mobile, which...

bug
web

I'm trying to implement a fallback screen when the user does not grant permisson for the camera. On mobile i'm doing this with the permisson_handler package. On web i get...