flutter-architecture
Installation
SKILL.md
Flutter 组件化 + MVVM 架构规范
核心架构
四层纵向依赖(严格单向):
app → business → component → foundation
业务模块内 MVVM:
View (page/view) → ViewModel → Repository → Model
四层纵向依赖(严格单向):
app → business → component → foundation
业务模块内 MVVM:
View (page/view) → ViewModel → Repository → Model