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.