dart-flutter-mcp
Installation
SKILL.md
<quick_start> <common_workflows> Validate code quality:
dart_analyzer → Check for errors/warnings
dart_format → Ensure consistent style
Run tests:
dart_analyzer → Catch compile errors first
dart_run_tests → Execute tests