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/flutter_skills/plugin install flutter-skills@flutter-skillsRun 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: