-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Could not find com.google.firebase:firebase-ml-vision #146
Comments
I have the same problem |
Any solution? |
I have the same problem |
its not longer valid to use firebase-ml-vision need to refactor it to use below: |
I also had this issue, after some time I found out the problem was originating from the |
Any solution? |
help me solution |
I ended up using |
can you share example |
In the docs there is broken link to setup firebase, is that step that is missing - leading to this error? |
When I added flutter_camera_ml_vision to an existing project, I got the following error.
I didn't know what caused it, so I copied the code (from the official website).
After that, I tried to link firebase and added only flutter_camera_ml_vision, but I got the same error as above.
The main.dart is the same as the URL above, and the other files that I changed are as follows.
The version of flutter_camera_ml_vision is 3.0.1.
As a supplement, the
./gradlew
command succeeds.The text was updated successfully, but these errors were encountered: