Documentation
README
Flutter Architecture โ Feature-First Skill
This skill defines how to design, structure, and implement Flutter applications using the recommended layered architecture with feature-first file organization.
It is state management agnostic: the business logic holder in the UI layer may be named ViewModel, Controller, Cubit, Bloc, Provider, or Notifier โ depending on the chosen state management approach. The architectural rules apply equally to all of them.
When to Use
Use this skill when:
This is the opening of the README. Read the full README on GitHub.