flutter-ml / google_ml_kit_flutter

A flutter plugin that implements Google's standalone ML Kit
MIT License
952 stars 727 forks source link

After integrating google_ml_kit my project stops working. #561

Closed AyeshaIftikhar closed 5 months ago

AyeshaIftikhar commented 9 months ago

Title: After integrating google_ml_kit my project stops working. Describe the bug I am working on a project that required kYC verification for that I use google_ml_kit package for scanning Identity Card but it has made my application stopped working. And making my app's cloud_firestore to throw this exception [cloud_firestore/unavailable] The service is currently unavailable. This is a most likely a transient condition and may be corrected by retrying with a backoff.

Platform (please complete the following information):

fbernaly commented 9 months ago

@AyeshaIftikhar : First of all, google_ml_kit an umbrella plugin and you should be using instead the specific plugin for the functionality you want to use, I believe it is google_mlkit_entity_extraction or google_mlkit_text_recognition.

Look at the closed issues this seems like a duplicated issue that someone already reported: https://github.com/flutter-ml/google_ml_kit_flutter/issues?q=is%3Aissue+cloud_firestore+is%3Aclosed

AyeshaIftikhar commented 9 months ago

@fbernaly I tried to use those but they also throws an exception or won't let the application to run

bensonarafat commented 5 months ago

This is a duplicate issue. See here #286 contains possible fix