-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it's reading nothing #84
Comments
Not working. Using master branch. |
Hello! @mohamed3051215 @nicks258 I'll need a bit more of info. What platform and a snippet on how you implemented it. Thank you! |
I have an app that's been using this plugin for reading QR codes. Recently I've bumped up versions of dependencies (flutter, deps, this plugin) and it stopped reading QR codes on Andriods (works fine with iOS). Seems like something related to MLKit, but I don't see any errors in the logs. Investigating this now, but if someone is aware of possible reasons of why it might be broken on Android. (the only issue I found is when camera settings isn't set to 'high' MLKit doesn't read QR codes, but I do have 'high' set). |
So I tested an example/ app from the master branch and it doesn't read QR codes either. flutter doctor -vflutter doctor -v [✓] Flutter (Channel stable, 2.5.3, on macOS 11.4 20F71 darwin-arm, locale en-GB) • Flutter version 2.5.3 at /Users/divan/flutter • Upstream repository [email protected]:flutter/flutter.git • Framework revision 18116933e7 (6 weeks ago), 2021-10-15 10:46:35 -0700 • Engine revision d3ea636dc5 • Dart version 2.14.4 console output➜ example git:(master) flutter run -d ZY326H86XN Running "flutter pub get" in example... 1,859ms Launching lib/main.dart on moto g 7 play in debug mode... Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Running Gradle task 'assembleDebug'... 30.1s ✓ Built build/app/outputs/flutter-apk/app-debug.apk. Installing build/app/outputs/flutter-apk/app.apk... 6.6s W/FlutterActivityAndFragmentDelegate(13953): A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps. I/flutter (13953): checkCameraPermission() Syncing files to device moto g 7 play... 670ms |
@divan @facundomedica any updates on this? I've just noticed that this thing stopped working. |
@babulpatel1309 I switched to another plugin (https://pub.dev/packages/qr_code_scanner), which worked out of the box. |
Any updates on this yet? I got the same behaviour |
No description provided.
The text was updated successfully, but these errors were encountered: