Open
Description
Now that pub workspaces are a thing, we should probably have an automated way of creating the outer pubspec.yaml
for it and updating the projects pubspec.yaml
to add resolution: workspace
.
I'm not sure we need any information from the user besides what path to do this (not sure if anyone has a workspace folder with non-workspace projects inside or something), but maybe something to think about.
CC @DanTup