Reputation: 657871
When pub get
or pub upgrade
doesn't get the package versions I expect or when there are problems with dependency resolution, how can I find the culprit.
Upvotes: 1
Views: 55
Reputation: 657871
pub deps
To show the constraints on each dependency, use
pub deps -s list
Upvotes: 1