File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
pkgs/dart_mcp_server/test_fixtures/counter_app Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ description: "A new Flutter project."
3
3
publish_to : " none"
4
4
version : 0.1.0-wip
5
5
6
- resolution : workspace
6
+ # As this is a flutter project we exclude it from the workspace.
7
+ # This avoids making flutter SDK a dependency during development.
8
+ # resolution: workspace
7
9
environment :
8
10
sdk : ^3.6.1
9
11
Original file line number Diff line number Diff line change @@ -8,5 +8,8 @@ workspace:
8
8
- mcp_examples/
9
9
- pkgs/dart_mcp/
10
10
- pkgs/dart_mcp_server/
11
- - pkgs/dart_mcp_server/test_fixtures/counter_app/
12
11
- pkgs/dart_mcp_server/test_fixtures/dart_cli_app/
12
+ # The flutter counter_app is excluded from workspace
13
+ # This avoids making flutter SDK a dependency during
14
+ # development.
15
+ # - pkgs/dart_mcp_server/test_fixtures/counter_app/
You can’t perform that action at this time.
0 commit comments