Skip to content

Releases: AgenticFish/creating-clean-flutter

v1.0.0 - Initial Release: Minimal Flutter Projects for Claude Code

16 Feb 21:21

Choose a tag to compare

🎉 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 - no MyHomePage, 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_quotes and avoid_print rules out of the box
  • 🧪 CI/CD Ready: Ships with GitHub Actions workflow that runs formatting, analysis, and tests
  • ✅ Validated: Every generated project passes flutter analyze and flutter test before 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.