Skip to content

Commit 792d239

Browse files
committed
fix: Exclude flutter counter_app project from workspace to avoid making Flutter SDK a dependency during development
1 parent c13598c commit 792d239

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

pkgs/dart_mcp_server/test_fixtures/counter_app/pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ description: "A new Flutter project."
33
publish_to: "none"
44
version: 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
79
environment:
810
sdk: ^3.6.1
911

pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)