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 using it on both Android and IOS, on IOS it works fines! But on Android after run the app it gives an exception in Logcat and when I...

documentation
android

**Description**: I am experiencing an issue with the MobileScannerController where it recognizes barcode formats that are not specified in the formats list. **Code Snippet**: ``` formats = [BarcodeFormat.qrCode]; final MobileScannerController...

bug

A user requested a way to be able to stop the scanner, while the camera preview is still open and providing video input. This issue serves as a feature request...

enhancement

The old version, 4.x, was super simple. The new version is way more complex and is crying out for better documentation. Consider my use of the old way ``` Widget...

documentation

Hello, I'm trying to implement a start / stop function scanning. When I press the button, it will start scanning, and when it found a barcode, read from it, a...

Android 11 crash issue still persists. None of the solutions I tried worked. Steps : - Run app in android emulator - Open QR page - and app crashed Console...

android

Need to set focus mode and change focus when scanning, and focus thread may be needed to display touch focus

Hi,plugin 4.0.1 version provided declaration of 'Product': ![屏幕截图 2024-04-26 183837](https://github.com/juliansteenbakker/mobile_scanner/assets/22020135/0271d4c4-8a42-4c90-8b9e-1d8c32059ffa) but,the 'barcode.dart' file not get method of product value. Is there an indirect way to obtain it?

I have simple code with: Flutter: 3.13.7 mobile_scanner: ^3.4.1 Device: Samsung Galaxy A8 ``` Widget build(BuildContext context) { return Scaffold( appBar: AppBar(title: const Text('Mobile Scanner')), body: MobileScanner( // fit: BoxFit.contain,...