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

Flutter not resolving #3024

Closed
dickermoshe opened this issue May 24, 2024 · 0 comments · Fixed by #3025
Closed

Flutter not resolving #3024

dickermoshe opened this issue May 24, 2024 · 0 comments · Fixed by #3025
Assignees

Comments

@dickermoshe
Copy link
Collaborator

dickermoshe commented May 24, 2024

mick@MD-LAPTOP-1:~/drift/examples/app$ flutter pub get
Resolving dependencies... 
Note: meta is pinned to version 1.12.0 by flutter_test from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.


Because every version of drift_dev from path depends on analyzer ^6.5.0 and no versions of analyzer match >6.5.0 <7.0.0, every version of drift_dev from path requires analyzer 6.5.0.
And because analyzer 6.5.0 depends on meta ^1.14.0 and every version of flutter_test from sdk depends on meta 1.12.0, drift_dev from path is incompatible with flutter_test from sdk.
So, because app depends on both flutter_test from sdk and drift_dev from path, version solving failed.

@simolus3
I moved back the analyzer and am working on a PR
I'm also adding a flutter test for versions 3.19 and 3.21

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

Successfully merging a pull request may close this issue.

2 participants