-
Notifications
You must be signed in to change notification settings - Fork 261
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
Flutter version solving failed. #2
Comments
Hey @gabilanbrc! |
I also have a similar issue, is this related ?
pubspec.yaml
|
@comeonbuddy your issue is not related to this thread. This thread is regarding a conflict between rxdart versions of two libraries @gabilanbrc is using. |
I have the following version solving error:
Could you please check if it is possible to depend on the latest version? |
@fliermanrw the version has been now upgraded to match all official plugins. |
Is there any thing by which i can solve it ?? |
I'm having a similar issue to mr0kaushik. Because geoflutterfire >=2.0.3+7 depends on rxdart ^0.23.1 and flutter_google_places 0.2.5 depends on rxdart ^0.24.0, geoflutterfire >=2.0.3+7 is incompatible with flutter_google_places 0.2.5. Edit: I can see there is a more recent/open ticket about this: #95 Leaving this comment here as Google brought me here. |
I am getting the below error in FlutterFlow... How do I fix this? I don't what package brought in the rxdart nor how to remove it. thanks in advance cloud_firestore 4.8.0, every version of geoflutterfire requires rxdart ^0.26.0. |
Hi, im getting
Because flutter_google_places >=0.1.3 depends on rxdart ^0.19.0 and flutter_google_places <0.1.3 depends on rxdart ^0.18.1, every version of flutter_google_places requires rxdart ^0.18.1 or ^0.19.0.
And because every version of geoflutterfire depends on rxdart ^0.20.0, flutter_google_places is incompatible with geoflutterfire.
So, because XXXX depends on both geoflutterfire ^1.0.2 and flutter_google_places any, version solving failed.
pub get failed (1)
Process finished with exit code 1
Here is my flutter doctor
C:\src\flutter\bin\flutter.bat doctor --verbose
[√] Flutter (Channel master, v1.1.10-pre.200, on Microsoft Windows [Versión 6.1.7601], locale es-AR)
• Flutter version 1.1.10-pre.200 at C:\src\flutter
• Framework revision 74ebdacad5 (5 hours ago), 2019-01-28 13:07:02 -0500
• Engine revision 9b6d5031a3
• Dart version 2.1.1 (build 2.1.1-dev.3.2 a5030ed92f)
[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
• Android SDK at C:\Users****\AppData\Local\Android\sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.0.3
• Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01)
• All Android licenses accepted.
[√] Android Studio (version 3.3)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin version 32.0.1
• Dart plugin version 182.5124
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01)
[!] Connected device
! No devices available
! Doctor found issues in 1 category.
Process finished with exit code 0
Thanks you in advance
The text was updated successfully, but these errors were encountered: