-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Findit-app
├─lib
│ └─src
│ ├─constants
│ ├─controllers
│ ├─helpers
│ ├─models
│ ├─repositories
│ └─screens
│ ├─auth
│ └─widgets
├─test
- constants: 전역변수 관리 (테마, 언어 등)
- controllers
- helpers: 공용 api (utils도 많이 보임)
- models
- repositories: 원격/로컬 저장소 관리
- screens: pages 또는 ui로 하는 형태도 많이 보임
- auth: 화면 파일들이 많은 경우 디렉토리 분리
- widgets: 공용 위젯들
Metadata
Metadata
Assignees
Labels
No labels