azihsoyn / flutter_mlkit

A Flutter plugin to use the Firebase ML Kit.
MIT License
391 stars 90 forks source link

issue with latest google-services dependency #59

Closed tensor-programming closed 5 years ago

tensor-programming commented 5 years ago

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 newer com.google.firebase:firebase-ml-common@19.0.0 doesn't let gradle compile due to your library being dependent upon com.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.

ihsanberahim commented 5 years ago

@tensor-programming how you get that google service version?. Today i only see com.google.gms:google-services:4.2.0

tensor-programming commented 5 years ago

Sorry, I mistyped, the version I was using is the com.google.gms:google-services:4.2.0 you mentioned.

liyoung1992 commented 5 years ago

I have a similar problem.~

azihsoyn commented 5 years ago

I'll release fix version in this week.

ihsanberahim commented 5 years ago

No pressure folk. Current, i using these and it works.

tensor-programming commented 5 years ago

@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.

liyoung1992 commented 5 years ago

Hi,@ihsanberahim @tensor-programming, I used official firebase_ml_vision and this plugin, This plugin is more comprehensive than the official plugin. thanks @azihsoyn

azihsoyn commented 5 years ago

I'm sorry to late.

Now in progress.

Thanks.

azihsoyn commented 5 years ago

I released flutter_mlkit@0.12.0.

Please try it.

Thanks😄