You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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.
The text was updated successfully, but these errors were encountered: