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

### What - Currently it is not possible to set `allowDuplicates` without using the widget. - However there are some use cases where the widget isn't needed and we can...

enhancement

It would be nice to have the possibility to customize the view with an overlay, like in the predecessor package

enhancement
user interface

I had the same problem: LOADING a QR code image from an gallery, I couldn't recognize it, the analyzeImage method always returned false on "Redmi 5A mobile" , my env...

bug

### What - Add callback to authorization status request. ### Why - Useful to display a "warning" / "explanation" widget when user denied authorization. ### May be related to -...

enhancement

### What - [ ] ci: automate the publication to pub.dev ### Inspired by - https://medium.com/evenbit/publishing-dart-packages-with-github-actions-5240068a2f7d and https://birju.dev/posts/publish-your-flutter-package-using-github-actions/ ### Secrets to add to the repo - PUB_DEV_CREDENTIALS_JSON - OAUTH_REFRESH_TOKEN -...

github_actions

I use the Android phone in landscape mode and start QR code scanning, but the MobileScanner view cannot achieve the expected effect.

enhancement
landscape mode

While trying to scan a QR code the app got crashed. Both scan and image upload have the issue. I wasn't able to handle the crash using exception handling in...

bug
android
QRCodes
crash

Hi, this request from: https://github.com/juliuscanute/qr_code_scanner/issues/473 Can you help with this. Kind Regards, Thien

enhancement
zoom

### What Hi, Is there any way for us to disable the request for permission for files and media? Thank you.

question
permissions

I am on Flutter 3.0.2 and mobile_scanner 2.0.0. I get this warning when building on android. ``` Launching lib/main.dart on sdk gphone arm64 in debug mode... lib/main.dart:1 Warning: The plugin...

android