Günter Zöchbauer
Günter Zöchbauer

Reputation: 657871

How can I analyze my projects pub dependencies

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

Answers (1)

Günter Zöchbauer
Günter Zöchbauer

Reputation: 657871

pub deps

To show the constraints on each dependency, use

pub deps -s list

Upvotes: 1

Related Questions