Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.27 KB

File metadata and controls

33 lines (27 loc) · 1.27 KB

Changelog

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.

[1.0.0] - 2025-02-16

Added

  • 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: false in 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)

Features

  • 🎯 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

Philosophy

  • Clean slate approach - no tutorial code to remove
  • Latest Flutter template as base, modified for production use
  • Developer experience focused - ready to build immediately