-
Notifications
You must be signed in to change notification settings - Fork 785
a newer version of google_mlkit_text_recognition that supports GoogleDataTransport (~> 10.0) #669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This comment was marked as resolved.
This comment was marked as resolved.
I'm also looking for a fix for this
|
send a PR and I will review, contributions are always welcome and easier to release. |
google/GoogleDataTransport#149 I open new issue, directly in GoogleDataTransport.. |
I solved my problem downgrading my firebase versions to be compatible to google_mlkit_text_recognition - firebase_analytics: '11.0.0'firebase_dynamic_links: ^6.0.0 |
The fix, I talk with Google member and recommend this actions: google/GoogleDataTransport#149 (comment) firebase_core: ^2.32.0 Or the version old 3 month. |
Yeah I locked those version as a workaround in the meanwhile |
There are no mlkit updates for ios yet |
I have the same problem |
I'm having this issue [!] CocoaPods could not find compatible versions for pod "GoogleDataTransport":
|
That's easy for a Without changing my pubspec.yaml I did The flutter/firebase/google ecosystem isn't quite as joined up and tested as us poor confused app developers would like. Sorry this is mostly an unhelpful rant. (but it helped me; to feel better) |
Yeah faced unexpectedly when cleared build cache. in ios folder: |
same issue firebase_analytics: Using Firebase SDK version '11.0.0' defined in 'firebase_core'
google_mlkit_text_recognition: ^0.13.0 Flutter 3.24.3 • channel stable • https://github.com/flutter/flutter.git |
Duplicate of #675, in particular see #675 (comment) Here's a link to Google's issue tracker about this problem and a link to an issue in another repo running into the same problem in case they figure out another solution. |
So no news, it’s starting to become blocking. I can't release a version of my app... |
It is blocking, not just starting to be. In my understanding the "root" issue is this: https://issuetracker.google.com/issues/362452861 |
This is outside of our scope, we do not manage dependencies between the different Google's native frameworks. Posting here won't surface the issue to Google. This plugin is not supported by Google. Post in Google's threads to let them know about the issue and that it is blocking your app. This plugin only consumes Google's native dependencies and expose them to Flutter, but the authors of this plugin do not have access to the native source code of those dependencies. |
For what it's worth, I got it working with this pubspec.yaml. Basically
what other posters are saying, to downgrade firebase.
#firebase packages
firebase_core: 3.1.0
firebase_auth: 5.1.0
firebase_storage: 12.0.1
firebase_analytics: 11.0.1
firebase_crashlytics: 4.0.1
cloud_firestore: 5.0.1
cloud_functions: 5.0.1
google_sign_in: ^6.2.1
sign_in_with_apple: ^6.0.0
google_mlkit_text_recognition: ^0.13.0
…On Fri, Sep 20, 2024, 16:35 Francisco Bernal ***@***.***> wrote:
This is outside of our scope, we do not manage dependencies between the
different Google's native frameworks. Posting here won't surface the issue
to Google. This plugin is not supported by Google. Post in Google's threads
to let them know about the issue and that it is blocking your app. This
plugin only consumes Google's native dependencies and expose them to
Flutter, but the authors of this plugin do not have access to the native
source code of those dependencies.
—
Reply to this email directly, view it on GitHub
<#669 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAETNIVX2OHEOCNQ2AFFQVDZXQXCXAVCNFSM6AAAAABNGNZE3SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRTHA4DGMBXG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Someone opened an issue to Google update MLKitCommons dependencies |
I'm facing this issue too. Xcode 16 requires the latest firebase packages, but google_mlkit_text_recognition is blocking it |
Go to the Google Issue and hit the |
The I believe this PR will fix the issue. |
I tested with this dependency changes, and thanks to it, I was able to resolve the related issues. I'm really grateful. |
I upgrade the google_mlkit_face_detection: ^0.11.1 my pod is not updating it gives an error like below [!] CocoaPods could not find compatible versions for pod "GoogleDataTransport": In Podfile:
You have either:
|
It's resolved with |
We can close this now! 👍 |
a newer version of google_mlkit_text_recognition that supports GoogleDataTransport (~> 10.0).
Firebase just update their package requires GoogleDataTransport (~> 10.0) , however google_mlkit_text_recognition depends on an earlier version of GoogleDataTransport (< 10.0). it caused conflict . I'm unable to install my pod commands in project.
The text was updated successfully, but these errors were encountered: