Flutter Tools icon

Flutter Tools

Createddkpoulsen

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

About

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.

Key Features

  • 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.

Use Cases

  • Quickly fixing common Dart/Flutter issues with automated fixes.
  • Integrating Flutter SDK tools into an MCP environment.
  • Automated code analysis within a development pipeline.