Skip to content
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

version solving failed. #11

Open
danedyy opened this issue Jan 31, 2020 · 4 comments
Open

version solving failed. #11

danedyy opened this issue Jan 31, 2020 · 4 comments

Comments

@danedyy
Copy link

danedyy commented Jan 31, 2020

Because every version of flutter_test from sdk depends on crypto 2.1.3 and every version of ravepay depends on crypto ^2.1.4, flutter_test from sdk is incompatible with ravepay.

So, because fast_gas depends on both ravepay ^0.0.1+2 and flutter_test any from sdk, version solving failed.
pub get failed (1; So, because fast_gas depends on both ravepay ^0.0.1+2 and flutter_test any from sdk, version solving failed.)

@jogboms
Copy link
Owner

jogboms commented Jan 31, 2020

Hey @danedyy

Could you drop the contents of flutter doctor?

@danedyy
Copy link
Author

danedyy commented Jan 31, 2020

[✓] Flutter (Channel stable, v1.12.13+hotfix.5, on Linux, locale en_US.UTF-8)
• Flutter version 1.12.13+hotfix.5 at /home/eteka/flutter/flutter
• Framework revision 27321ebbad (7 weeks ago), 2019-12-10 18:15:01 -0800
• Engine revision 2994f7e1e6
• Dart version 2.7.0

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
• Android SDK at /home/eteka/Android/Sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-29, build-tools 29.0.2
• Java binary at: /home/eteka/android-stu/android-studio/jre/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
• All Android licenses accepted.

[✓] Android Studio (version 3.5)
• Android Studio at /home/eteka/android-stu/android-studio
• Flutter plugin version 42.1.1
• Dart plugin version 191.8593
• Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)

[✓] VS Code (version 1.41.0)
• VS Code at /usr/share/code
• Flutter extension version 3.7.1

@jogboms
Copy link
Owner

jogboms commented Feb 4, 2020

Hey @danedyy

I just went through the changelogs. I am guessing a dependency_override would do the trick for this one.

https://dart.dev/tools/pub/dependencies#dependency-overrides

@jogboms
Copy link
Owner

jogboms commented Feb 12, 2020

Hey @danedyy
Is this till an issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants