What problem does it solve?
This Skill simplifies the complex setup of Flutter projects with Clean Architecture, Riverpod 3.0, and modern packages like Drift and Dio. It automates boilerplate generation, ensuring a well-structured, scalable, and production-ready app from the start.
Core Features & Use Cases
- Domain-Driven Project Generation: Choose from Todo, Habit, Note, Expense, or custom domains for tailored app structures.
- Clean Architecture: Automatically sets up
core, data, domain, and presentation layers for maintainability.
- Modern Stack Presets: Integrate Riverpod 3.0 for state management, Drift for local database, Dio for networking, and GoRouter for navigation.
- Automated Code Generation & Analysis: Runs
build_runner and flutter analyze to ensure code quality and type safety.
- Use Case: Start a new habit tracker app. Select the "Habit" domain and "Full Stack" preset, and the skill will scaffold the entire project with habit tracking, streak management, and a modern Flutter tech stack.
Quick Start
Ask Claude to "Create a new Flutter project for a Habit tracker app using the Essential stack preset."