Labsco
MCP SERVER

Flutter Tools

by dkpoulsen

Get the Dart analyzer's diagnostics for a file, then apply the fixes the SDK itself suggests.

Code Intelligence & Repository Indexing
Summary
The analyzer's answer, not the model's.

It keeps an assistant honest about Dart: the diagnostics come from the SDK and the fixes are the SDK's own, so a suggested change is one the toolchain already endorses.

What it is

A two-tool bridge to the Flutter SDK. One returns the Dart and Flutter diagnostics for a file you name; the other applies the SDK's own fix suggestions to it.

What you get
  • Dart and Flutter diagnostics for a single file, read from the SDK rather than inferred
  • The SDK's own fix suggestions applied to that file
  • Both tools take a file path and nothing else
Requirements

The Flutter SDK installed and available on your PATH, plus Node.js and a local build. The tools operate on one file at a time.