Skip to content

Adds a check to pub tool to see if a root is a Flutter project. #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update CHANGELOG.md
  • Loading branch information
gspencergoog committed May 6, 2025
commit 6692df36d59d58a98ba7bce2e0fae6c15db6fedb
3 changes: 3 additions & 0 deletions pkgs/dart_mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 0.2.1-wip

- Adds a check in the pub tool that checks to see if a project is a Flutter
project before it calls the pub tool. If it is, then it automatically runs
'flutter pub' instead of 'dart pub'.
- Update workflow example to show thinking spinner and input and output token
usage.

Expand Down