flutter-format

Format Flutter/Dart code and apply automated lint fixes.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/LucasXu0/claude-code-plugin --skill flutter-format
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flutter-format
Source: https://github.com/LucasXu0/claude-code-plugin/tree/main/plugins/flutter-skills/skills/flutter-format
Command: npx skills add https://github.com/LucasXu0/claude-code-plugin --skill flutter-format

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes Flutter/Dart code formatting, runs static analysis to identify issues, and applies automated fixes where safe.

Core Features & Use Cases

  • Code formatting: Apply consistent indentation, line length, and style per Dart guidelines.
  • Automation loop: Run flutter analyze, apply dart fix --apply, and dart format to ensure clean code.
  • Use Case: Before committing, format a Flutter project to ensure clean diffs and reduce review time.

Quick Start

Run the Flutter formatting workflow on your project to reformat code and fix fixable lint issues.