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."
33publish_to : " none"
44version : 0.1.0-wip
55
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
79environment :
810 sdk : ^3.9.0
911
Original file line number Diff line number Diff line change @@ -8,5 +8,8 @@ workspace:
88 - mcp_examples/
99 - pkgs/dart_mcp/
1010 - pkgs/dart_mcp_server/
11- - pkgs/dart_mcp_server/test_fixtures/counter_app/
1211 - 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