Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.0

- Removed the `flutter_launcher` MCP server because it has been integrated into
the Dart MCP server in [dart-lang/ai#292](https://github.com/dart-lang/ai/pull/292)

## 0.2.2

- Fixes the executable path for the flutter_launcher MCP server.
Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,6 @@ The new commands will be available in new Gemini CLI sessions. The following com
- `/modify` - Manages a structured modification session with automated planning.
- `/commit` - Automates pre-commit checks and generates a descriptive commit message.

### 3. Available Tools

This extension also installs an MCP server (`flutter_launcher`) that provides tools for starting, stopping, and interacting with Flutter applications. This server is started automatically, and the following tools are made available:

- `launch_app`: Launches a Flutter application on a specified device.
- `stop_app`: Stops a running Flutter application.
- `list_devices`: Lists all available devices that can run Flutter applications.
- `get_app_logs`: Retrieves the logs from a running Flutter application.
- `list_running_apps`: Lists all Flutter applications currently running that were started by this extension.

## 💡 Usage

This extension provides powerful commands to automate key phases of the development lifecycle.
Expand Down
4 changes: 0 additions & 4 deletions flutter_launcher_mcp/.gitignore

This file was deleted.

235 changes: 0 additions & 235 deletions flutter_launcher_mcp/DESIGN.md

This file was deleted.

Loading