-
-
Notifications
You must be signed in to change notification settings - Fork 860
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_test version conflict: version solving failed #31
Comments
Meanwhile there is no fix for this, I recommend you to change the The preovious release to the updagre of quiver version in flutter repository is Hope it helps you @CarloRamponi |
You change the quiver version to 0.29 like this as a workaround or just add this to your pubspec.yml:
|
You can also set dependency_overrides:
quiver: ^0.29.0 |
Thank you very much for your answers! |
And how did you solve it? @CarloRamponi |
The latest version of flutter_map doesn't depend on quiver anymore https://github.com/apptreesoftware/flutter_map/pull/32 |
I don't know if it's still needed because i'm not into it anymore...
Like johnpryan suggested. |
You shouldn't need dependency overrides, Upgrading to |
Hello,
I'm new in flutter and i wanted to use flutter_map to display some maps in my new application.
I started with flutter_map 0.0.1 and there were no problems but once I've updated flutter I had an error (#12) that was solved in version 0.0.3 so I changed the version in my pubspec.yaml from
to
But when I try to run
I get this error:
I have found no solutions...
Here is my pubspec.yaml if you need it:
Thanks in advance.
Carlo
The text was updated successfully, but these errors were encountered: