Closed
Description
Should we consider letting dart pub get
do a dart pub get
in all folders that contain a pubspec.yaml
?
For example, when one has a package with an example/
folder that contains a full package.
Or when opening a mono-repo with pkgs/
.
I often find myself manually going to folders to do pub get
.
Flutter already does this by default.
And so does Dart-Code the VSCode plugin.
(I believe this was discussed before, but I can't find a tracking bug.)