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

Strange dependency conflict #843

Open
malibu1966 opened this issue Dec 27, 2024 · 1 comment
Open

Strange dependency conflict #843

malibu1966 opened this issue Dec 27, 2024 · 1 comment

Comments

@malibu1966
Copy link

malibu1966 commented Dec 27, 2024

Hi there, I'd like to know how the dependencies changed between v4.2.1 and v5.0.0. For some reason, there are a couple packages that I use that, once installed, will cause flutter pub add to install only the version 4.2.1 of flutter_secure_storage. Before I install the packages 'connectanum' and 'build_runner', flutter pub selects v9.2.2 of flutter_secure_storage, but after I install those, only 4.2.1 is selected. I can also remove these packages and then install flutter_secure_storage at 9.2.2 again.

Any thoughts on why this may be happening? I'm going to install the other packages after so I can use 9.2.2 and hope that works, but I would like to know why this behavior may be happening.

Thank you.

@NeoFahrenheit
Copy link

NeoFahrenheit commented Dec 28, 2024

I got a similar problem:
https://stackoverflow.com/questions/79313061/cant-install-recent-version-of-flutter-secure-storage-on-flutter

I am stuck at version ^4.2.1 as well. I uninstalled build_runner and the error continues. In my case, it seems that async, flutter_secure_storage, intl and path are conflicting. And those are some core flutter packages!

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