Description
To add support for Pub Workspaces in our templates, we need to add a boolean workspace flag (can have a ws alias) to add the necessary configuration for the package to look up its parent workspace.
This is the configuration the flag should wrap:
environment:
sdk: ^3.12.0
resolution: workspace # new configuration to wrap in pubspec.yaml
To add the package to the workspace, there will be another issue created in the CLI project. The scope of this is just adding the configuration for the templates.
Requirements
Additional Context
VeryGoodOpenSource/very_good_cli#1635
Description
To add support for Pub Workspaces in our templates, we need to add a boolean
workspaceflag (can have awsalias) to add the necessary configuration for the package to look up its parent workspace.This is the configuration the flag should wrap:
To add the package to the workspace, there will be another issue created in the CLI project. The scope of this is just adding the configuration for the templates.
Requirements
Additional Context
VeryGoodOpenSource/very_good_cli#1635