Run Flutter code formatting and analysis workflow (analyze, fix, format)
Automates Flutter code cleanup: analyzes, fixes, formats, and re-verifies your code. Use it before commits to ensure clean, consistently formatted code without introducing new errors.
/plugin marketplace add LucasXu0/claude-code-plugin/plugin install lucasxu0-flutter-skills-plugins-flutter-skills@LucasXu0/claude-code-pluginRun automated Flutter/Dart code formatting and cleanup workflow.
Apply the flutter-format skill to:
flutter analyze to identify issuesdart fix --applydart formatflutter analyzeThis ensures:
The workflow will ask for confirmation before: