Closed tensor-programming closed 5 years ago
@tensor-programming how you get that google service version?. Today i only see com.google.gms:google-services:4.2.0
Sorry, I mistyped, the version I was using is the com.google.gms:google-services:4.2.0
you mentioned.
I have a similar problem.~
I'll release fix version in this week.
No pressure folk. Current, i using these and it works.
@ihsanberahim Thats fine, I've used the other library but it doesn't have the APIs that I need in it yet. I want the natural language processor and the official flutterfire library simply doesn't have it yet; this library does though.
@azihsoyn good to hear.
Hi,@ihsanberahim @tensor-programming, I used official firebase_ml_vision and this plugin, This plugin is more comprehensive than the official plugin. thanks @azihsoyn
I'm sorry to late.
Now in progress.
Thanks.
I released flutter_mlkit@0.12.0.
Please try it.
Thanks😄
Building a project with the latest version of
google-services:4.2.0
, the one recommended on the firebase console causes a dependency error. The newercom.google.firebase:firebase-ml-common@19.0.0
doesn't let gradle compile due to your library being dependent uponcom.google.firebase:firebase-ml-vision@18.0.2
. Might be worth making a note of in the readme if you don't plan on updating anytime soon.