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
The "update all" functionality seems to cause wrong versions to be incorrectly set when packages have similar names.
Example:
path_provider: ^2.0.8provider: ^6.0.3
Results in:
path_provider: ^6.0.5 # Broken, should be 2.1.1provider: ^6.0.3 # Not updated, should be 6.0.5
It seems the problem is that the provider version has been applied to path_provider, presumably because both have the word provider in the package name.
The text was updated successfully, but these errors were encountered:
The "update all" functionality seems to cause wrong versions to be incorrectly set when packages have similar names.
Example:
Results in:
It seems the problem is that the
provider
version has been applied topath_provider
, presumably because both have the wordprovider
in the package name.The text was updated successfully, but these errors were encountered: