All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial release of creating-clean-flutter skill
- Minimal Flutter project generation with clean code
- Simple App class with empty Scaffold (no MyHomePage)
- Automatic comment removal from all Dart and YAML files
debugShowCheckedModeBanner: falsein MaterialApp- Strict linting rules (prefer_single_quotes, avoid_print)
- placeholder_test.dart for CI/CD (replaces widget_test.dart)
- GitHub Actions CI workflow (main.yml)
- Automatic formatting, analysis, and testing
- Support for custom organization and platform selection
- AI auto-invocation support (Claude can invoke automatically)
- 🎯 Minimal, production-ready Flutter projects
- 🚫 No comments or boilerplate code
- 📏 Strict linting enabled by default
- 🧪 CI/CD ready with GitHub Actions
- ✅ All checks pass before completion
- Clean slate approach - no tutorial code to remove
- Latest Flutter template as base, modified for production use
- Developer experience focused - ready to build immediately