architecture-feature-first

Community

Feature-first architecture for Flutter apps.

Authorevanca
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Organizes Flutter projects using a feature-first, layered architecture that clearly separates UI, business logic, and data concerns for scalable, maintainable codebases.

Core Features & Use Cases

  • Feature-centric directory structure: group all layers of a feature together in a single directory to simplify navigation and collaboration.
  • Clear layer responsibilities and data flow: UI components, a business-logic holder (ViewModel/Cubit/Controller/Provider), and data repositories/services with unidirectional data flow.
  • State-management agnostic: supports Bloc/Cubit, Provider, Riverpod, or other state-management approaches without enforcing a specific pattern.
  • Dependency injection guidance: demonstrates how to wire dependencies across layers for testability and flexibility.

Quick Start

Create a new feature directory and organize its UI, logic, and data files under that directory following the feature-first structure.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: architecture-feature-first
Download link: https://github.com/evanca/flutter-ai-rules/archive/main.zip#architecture-feature-first

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.