Open tnagasak opened 3 years ago
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: google_ml_kit: ^0.6.0
I also had this issue, after some time I found out the problem was originating from the .iml
file, called flutter_camera_ml_vision.iml
in the example in this package. I tried switching mine out for theirs and then this error finally disappeared. Then I compared the two to find the issue.
Any solution?
help me solution
I ended up using google_ml_kit
I ended up using
google_ml_kit
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.