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
I would like to have a command in order to manage all my dependencies in all worspace pubspec.yaml files.
dart pub upgrade --tighten or --major-versions update constraints in all workspace pubspec.yaml files, but I could not manage my depedency constraint by myself.
For example, I would to fix a version on Camera package on 0.11.0+2 version:
I want to set the 0.11.0+2 version on the root pubspec.yaml
and launch a new command which will report my Camera version constraint in all workspace pubspec.yaml files, like I set this in the root pubspec.yaml