-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[firebase_ml_vision] crashes after several launches on Android 5 #249
Comments
Tested on more android versions. It crashes everywhere. Very easy to reproduce |
@caseyryan are you using deprecated support libraries or androidx support libraries? https://www.josh.app/blog/flutter-with-androidx/ |
@CoreyCole, no, I'm using the latest libraries. I even tried to download an official example app and build it as is. It produces exactly the same result. I can run qr code scanner 3 - 5 times and after that the app crashes with this exception. So it's definitely no a problem of my code or libs |
Hey, 👋, the I'd recommend switching to the alternatives now;
Apologies for any inconvenience here and best of luck switching over the the new APIs. Thanks |
I need to add a barcode scan functionality to my app. I wanted to use Firebase ML vision.
So I've downloaded an official ml vision example project and launched it on Android 5.0.2 without any changes. I can launch a scanner 2 times. Every time i go back from the scanner page I get tons of errors, and after I do it twice and try to open the page for the third time, the whole app hangs and then crashes.
Here is the complete log of the app work:
And here is the doctor summary
Exactly the same happens on Android 9, except for the legacy camera information.
Unfortunately, the current version of Firebase ML vision is absolutely unusable.
The text was updated successfully, but these errors were encountered: