-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
fix: #1155 - MissingPluginException (iOS scanner issue) #1210
fix: #1155 - MissingPluginException (iOS scanner issue) #1210
Conversation
on the same line as you @M123-dev |
Just to make sure, @cli1005 you tested with |
Yes, I tried to remove the firebase dependency, but failed, i will make a second try today 😉 |
- Use an old version of google_ml_kit to remove firebase link
The only approach I found is to use an old version of google_ml_kit, any versions after requires firebase configuration, the PR is updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good, thanks for your efford @cli1005
So okay this will increase the app size by a lot but it's just temporary until we'll find a good way to just use the scanner
What
Scanner does not work on iOS system due to MissingPluginException thrown, to fix the issue:
**: later versions require firebase configuration cause of RemoteModelManager added for iOS since version 0.7 (flutter-ml/google_ml_kit_flutter@aabc7eb)
Screenshot
Tested on iphone 11pro iOS 15:
fix-1155-test-proof.mp4
Fixes bug(s)
Related issue(s)