-
Notifications
You must be signed in to change notification settings - Fork 4k
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
🐛 [firebase_ml_vision: ^0.9.8] In project 'app' a resolved Google Play services library dependency depends on another at an exact version (e.g. "[19.0. 2]", but isn't being resolved to that version. #4011
Comments
sunilmishra
added
Needs Attention
This issue needs maintainer attention.
type: bug
Something isn't working
labels
Nov 1, 2020
Duplicate of #3995 |
10 tasks
Same issue ... my pubspec.yamlfirebase_ml_vision: ^0.9.8 It happened after I upgraded firebase_ml_vision to ^0.9.8
|
Closing this as duplicate of 3995 |
darshankawar
removed
Needs Attention
This issue needs maintainer attention.
type: bug
Something isn't working
labels
Nov 2, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug report
Describe the bug
In project 'app' a resolved Google Play services library dependency depends on another at an exact version (e.g. "[19.0.
2]", but isn't being resolved to that version. Behavior exhibited by the library will be unknown.
Steps to reproduce
Steps to reproduce the behavior:
Additional context
using google service:
classpath 'com.google.gms:google-services:4.3.3'
Flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 1.22.3, on Mac OS X 10.15.6 19G2021, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 12.1)
[!] Android Studio (version 4.1)
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
[✓] VS Code (version 1.50.1)
[✓] Connected device (1 available)
ERROR OUTPUT
Flutter dependencies
Firebase plugins
firebase_core: ^0.5.0
firebase_auth: ^0.18.0
cloud_firestore: ^0.14.0
firebase_storage: ^4.0.0
firebase_messaging: ^7.0.0
firebase_ml_vision: ^0.9.8
FYI
Even if did the googleServices { disableVersionCheck = false } to ignore the version check, the project still won't be compiled.
The text was updated successfully, but these errors were encountered: