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
Running pub get doesn't upgrade your dependencies.
You need to use pub upgrade for this, especially for transitive dependencies.
Like in this issue, record package hasn't changed while sub-packages have.
With, pub get, Your CI just takes the lock file to retrieve the dependencies and stay constitent with the state of your development. This is absolutly normal, you don't want any diff between what you had on your side and what you will push to your users.
Note: each time I release record root package, I try to update the dependencies to enforce a seamless upgrade for you.
current web: 0.5.1 dependency got incompatibly error with some other packages.
The text was updated successfully, but these errors were encountered: