What problem does it solve?
This Skill provides essential, non-negotiable guidelines for developing Flutter applications, ensuring consistency and best practices in UI/UX, state management, networking, and API integration.
Core Features & Use Cases
- UI/UX Design: Enforces theme-based styling, consistent spacing, and specific design principles (e.g., Comic Design).
- State Management: Guides on using Provider for efficient state management.
- Navigation: Details routing with GoRouter, including parameter passing and redirects.
- API Integration: Covers networking, API calls, and data caching strategies.
- Use Case: A developer needs to implement a new feature requiring a complex UI layout with state management and API calls. This Skill provides the exact workflow and code patterns to follow, ensuring adherence to project standards.
Quick Start
Follow the workflow outlined in the SKILL.md file to implement the requested feature.