Closed
Description
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?
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
A3XXFR commentedon Aug 5, 2020
Too would like to know
wildsurfer commentedon Aug 10, 2020
Any progress here?
prakharb10 commentedon Aug 17, 2020
Any updates on how to migrate to ML Kit from Firebase ML?
svenjacobs commentedon Sep 9, 2020
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.Miko2x commentedon Oct 16, 2020
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?
bottle-rocket-11 commentedon Dec 22, 2020
Also curious about any updates on this?
mazmellow commentedon Jan 26, 2021
Has anyone know who's trying to convert google new MK Kit to flutter plugin?
2shrestha22 commentedon May 3, 2021
any updates?
Salakar commentedon May 10, 2021
Hey, all 👋, the
firebase_ml_vision
package is now discontinued since its APIs have been deprecated and removed from the Android & iOS Firebase SDKs.I'd recommend switching to the alternatives now;
Authentication and Functions, which gives you a managed, serverless gateway to the Google Cloud Vision APIs. For an example Functions project see the vision-annotate-images sample project. You'd deploy this project for example and then call the cloud function from your app with your image data to get the annotation result.
Apologies for any inconvenience here and best of luck switching over the the new APIs.
firebase_ml_custom
is not affected by this deprecation.Thanks