Flutter Tools icon

Flutter Tools

4

Provides tools for interacting with the Flutter SDK to analyze and fix Dart/Flutter files.

关于

Flutter Tools provides an MCP server with tools to streamline Dart/Flutter development. It includes functionalities like `get_diagnostics` to retrieve diagnostic information for Dart/Flutter files and `apply_fixes` to automatically apply suggested fixes, enhancing code quality and efficiency. By integrating with the Flutter SDK, this server aids in identifying and resolving issues within your Flutter projects.

主要功能

  • Applies Dart fix suggestions to a specified file.
  • Retrieves Flutter/Dart diagnostics for a specified file.
  • Relies on node-pty for terminal interaction.
  • Uses @modelcontextprotocol/sdk for MCP integration.
  • Built using TypeScript for type safety and maintainability.

使用案例

  • Quickly fixing common Dart/Flutter issues with automated fixes.
  • Integrating Flutter SDK tools into an MCP environment.
  • Automated code analysis within a development pipeline.
Craft Better Prompts with AnyPrompt
Sponsored
    Flutter Tools: Analyze & Fix Dart/Flutter Code