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

Update dependencies #125

Merged
merged 2 commits into from
Aug 22, 2024
Merged

Update dependencies #125

merged 2 commits into from
Aug 22, 2024

Conversation

alperenekin
Copy link

@alperenekin alperenekin commented May 21, 2024

In the newer Flutter versions(3.19 in my case), it is not possible to build the app due to File dependency.

@bvoq
Copy link

bvoq commented May 30, 2024

If need be this can also be file: >=6.0.0 <8.0.0. But please support the newest flutter versions!

@bvoq
Copy link

bvoq commented Jun 5, 2024

@santitigaga please merge it 😇

@danielgomezrico
Copy link

This fixes:

@danielgomezrico
Copy link

@alperenekin Im curious, why updating pub_updater is important?

@alperenekin
Copy link
Author

@danielgomezrico

Because pub_updater <0.4.0 depends on process ^4.2.3 which depends on file ^6.0.0, pub_updater <0.4.0 requires file ^6.0.0.
So, because dart_code_linter depends on both file ^7.0.0 and pub_updater ^0.3.0, version solving failed

I updated the PR as it is suggested by @bvoq. Using a range seems to work fine, since it is actually comptabile with the older version.

@santitigaga
Copy link
Contributor

@alperenekin Thanks for the help!!!

@santitigaga santitigaga merged commit 9e68afb into bancolombia:trunk Aug 22, 2024
1 check passed
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 this pull request may close these issues.

4 participants