Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Flutter 폴더 구조 변경 #2

Open
yeonns2 opened this issue Oct 1, 2021 · 0 comments
Open

[Docs] Flutter 폴더 구조 변경 #2

yeonns2 opened this issue Oct 1, 2021 · 0 comments

Comments

@yeonns2
Copy link
Member

yeonns2 commented Oct 1, 2021

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: 공용 위젯들
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant