flutter-architecting-apps
Enforces a three-layer architecture (UI, Logic, Data) for scalable Flutter apps with unidirectional data flow.
Install
npx skills add https://github.com/flutter/skills --skill flutter-architecting-appsStats
| Total installs | 2,800 |
| Weekly installs | 2.8K |
| GitHub stars | 833 |
| First seen | Mar 13, 2026 |
| Source | @flutter/skills |
Summary
- Enforces three-layer structure (UI, Logic, Data) with unidirectional data flow and a single source of truth in the Data layer
- UI layer contains lean Views and ViewModels that transform domain models into presentation state; Logic layer (optional) handles complex business orchestration; Data layer divides strictly into stateless Services and caching Repositories
- Provides step-by-step feature implementation workflow from domain models through Services, Repositories, ViewModels, and Views, with validation via unit and widget tests
- Includes complete code examples demonstrating Service wrapping, Repository caching and transformation, ViewModel state management, and reactive View binding
Tags
Related skills
| Skill | Installs | vs flutter-architecting-apps |
|---|---|---|
| python-observability | 3,220 | +420 |
| copilot-spaces | 3,051 | +251 |
| react-best-practices | 3,161 | +361 |
| parallel-debugging | 2,558 | -242 |
| langgraph-persistence | 2,629 | -171 |
FAQ
- How many installs does flutter-architecting-apps have?
- flutter-architecting-apps has 2,800 total installs and 2.8K installs this week.
- Where is flutter-architecting-apps hosted?
- flutter-architecting-apps is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-architecting-apps have?
- flutter-architecting-apps has 833 GitHub stars.
- When was flutter-architecting-apps first indexed?
- OrangeBot.AI first indexed flutter-architecting-apps on Mar 13, 2026.
- How do I install flutter-architecting-apps?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-architecting-apps