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

Dependencies conflict #30

Closed
Auuufff opened this issue Dec 1, 2020 · 5 comments · Fixed by #32
Closed

Dependencies conflict #30

Auuufff opened this issue Dec 1, 2020 · 5 comments · Fixed by #32
Labels
bug Something isn't working

Comments

@Auuufff
Copy link

Auuufff commented Dec 1, 2020

Hello. Have a conflict with build_runner 1.10.6

So, because project depends on both environment_config ^2.2.4 and build_runner ^1.10.6, version solving failed.)

@TatsuUkraine
Copy link
Owner

Hi. Hm, this package doesn't have build runner deps. Maybe you have conflict in other dependency?

@alfinbi
Copy link

alfinbi commented Dec 17, 2020

dart_style should be using latest version to solve the dependencies conflict. Please update dart_style to higher version or change the dependencies constraint

@TatsuUkraine
Copy link
Owner

@alfinbi @Auuufff new version is available in pub.dev, let me know if it works fine or if you get a problem similar to this one #26 , since dart_style max version was originally limited because of this issue

@CoMatu
Copy link

CoMatu commented Feb 24, 2025

Because background depends on pigeon ^24.2.1 which depends on dart_style ^3.0.0, dart_style ^3.0.0 is required.
And because environment_config 3.2.0 depends on dart_style ^2.0.0, environment_config 3.2.0 is forbidden.
So, because no versions of environment_config match >3.2.0 <4.0.0 and rms_mobile_v2 depends on environment_config ^3.2.0, version solving failed.
Failed to update packages.

@TatsuUkraine
Copy link
Owner

@CoMatu might be you have the same issue as this user #52
Will try to address it ASAP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants