What problem does it solve?
This Skill provides comprehensive guardrails, patterns, and best practices for developing Flutter applications, ensuring consistency, maintainability, and adherence to modern standards.
Core Features & Use Cases
- Framework Guidance: Enforces best practices for widget composition, state management (Riverpod), and navigation (go_router).
- Project Structure: Offers a recommended directory structure for scalable Flutter projects.
- Code Quality: Includes rules for naming conventions, widget design, and state handling.
- Use Case: When starting a new Flutter project or refactoring an existing one, use this Skill to establish a robust and scalable architecture, ensuring all developers follow the same guidelines for state management, navigation, and UI development.
Quick Start
Use the flutter skill to generate a new Riverpod provider for managing user authentication state.