Lightweight Flutter development skill for building enterprise applications using feature-based clean architecture patterns.
| 1 | Feature-Based Structure | Modular, scalable code organization | | 2 | Clean Architecture | Separation of concerns and testability | | 3 | Dependency Injection | Loose coupling and maintainability | | 4 | Enterprise Patterns | Proven enterprise development practices | | 5 | Code Generation | Boilerplate reduction and consistency |
| Presentation | UI and State Management | Pages, Widgets, Providers/Bloc | | Domain | Business Logic | Entities, Use Cases, Repository Interfaces | | Data | Data Implementation | Models, Data Sources, Repository Implementations |
기능 기반의 클린 아키텍처에 중점을 둔 경량 Flutter 엔터프라이즈 개발 기술입니다. 사용자가 다음을 요청할 때 사용합니다. (1) 깔끔한 아키텍처로 엔터프라이즈 Flutter 앱 구축, (2) 기능 기반 모듈식 구조 구현, (3) 확장 가능한 Flutter 프로젝트 구성 설정, (4) 유지 관리 가능한 엔터프라이즈 코드베이스 생성. 트리거: Flutter 엔터프라이즈 앱, 클린 아키텍처 Flutter, 기능 기반 Flutter, 엔터프라이즈 Flutter 구조, 모듈식 Flutter 아키텍처 출처: ajianaz/skills-collection.