Releases: AgenticFish/creating-clean-flutter
Releases · AgenticFish/creating-clean-flutter
v1.0.0 - Initial Release: Minimal Flutter Projects for Claude Code
🎉 Initial Release
A Claude Code skill that generates minimal, production-ready Flutter projects with no comments, no boilerplate, and CI/CD ready from day
one.
✨ Key Features
- 🎯 Minimal by Design: Creates Flutter projects with just an empty
Scaffold- noMyHomePage, no tutorial code to delete - 🚫 Zero Comments: Automatically removes all comments from Dart and YAML files for clean, production-ready code
- 📏 Strict Linting: Includes
prefer_single_quotesandavoid_printrules out of the box - 🧪 CI/CD Ready: Ships with GitHub Actions workflow that runs formatting, analysis, and tests
- ✅ Validated: Every generated project passes
flutter analyzeandflutter testbefore completion - 🤖 AI Auto-Invocation: Claude automatically calls this skill when you ask to create a Flutter project
First time using Claude Code skills? Check out the https://github.com/m11v/creating-clean-flutter#readme for detailed documentation and examples.