hi according to google com.google.firebase:firebase-ml-vision are Deprecated libraries.
and need to use com.google.mlkit libraries
https://developers.google.com/ml-kit/vision/barcode-scanning/android
when flutter planing to adopt it?
Too would like to know
Any progress here?
Any updates on how to migrate to ML Kit from Firebase ML?
Google split ML Kit for Firebase into two new projects: Firebase Machine Learning, which requires a Firebase project and supports Cloud computation and ML Kit, which is a standalone solution that does not require Firebase and works on device.
I guess firebase_ml_vision has to be migrated to Firebase ML. I'm not sure if it's possible to support Firebase ML and ML Kit with one Flutter plugin? Maybe a new plugin needs to be written for ML Kit?
Trying to use ML Kit with the current version of firebase_ml_vision does not work.
Any updates on this? >﹏<
In the written documentation it can be used with or without Firebase but in the usage section to use this plugin should configure Firebase for each platform project o(一︿一+)o , what should i do? just configure it?
Most helpful comment
Google split ML Kit for Firebase into two new projects: Firebase Machine Learning, which requires a Firebase project and supports Cloud computation and ML Kit, which is a standalone solution that does not require Firebase and works on device.
I guess
firebase_ml_visionhas to be migrated to Firebase ML. I'm not sure if it's possible to support Firebase ML and ML Kit with one Flutter plugin? Maybe a new plugin needs to be written for ML Kit?Trying to use ML Kit with the current version of
firebase_ml_visiondoes not work.