대한민국 실시간 이슈 토론
| 김민우 @DoReMinWoo |
유안지 |
양승민 |
|---|---|---|
소셜로그인, 프로필, 내정보, 채팅 |
이용약관, 이슈방, 찬성/반대 |
채팅 고도화 |
![]() |
![]() |
![]() |
|---|---|---|
소셜로그인 |
프로필 입력/수정 |
내 프로필 |
![]() |
![]() |
![]() |
메인화면 |
이슈맵 |
토론방 |
| Title | Content |
|---|---|
| Architecture | Clean Architecture, MVVM |
| Design Pattern | Repository Pattern, Adapter Pattern, Delegation Pattern, Observer Pattern |
| Dependency Injection | get |
| State Management | get |
| Network | retrofit, http, dio |
| WebSocket | stomp_dart_client |
| Strategy | Git Flow |
| CI | GitHub Action(Lint, Complie Check) |
| Other Tool | Notion, Figma, Discord, Postman |
📂 lib
┣ 📂 common
┃ ┣ 📂 constants
┃ ┣ 📂 enums
┣ 📂 core
┃ ┣ 📂 constants
┃ ┣ 📂 errors
┃ ┣ 📂 model
┃ ┣ 📂 network
┃ ┣ 📂 routers
┃ ┣ 📂 services
┣ 📂 features
┃ ┣ 📂 auth
┃ ┃ ┃ ┣ 📂 bindings
┃ ┃ ┃ ┣ 📂 data
┃ ┃ ┃ ┃ ┣ 📂 data_sources
┃ ┃ ┃ ┃ ┣ 📂 models
┃ ┃ ┃ ┃ ┣ 📂 repository_impls
┃ ┃ ┃ ┣ 📂 domain
┃ ┃ ┃ ┃ ┣ 📂 entities
┃ ┃ ┃ ┃ ┣ 📂 repositories
┃ ┃ ┃ ┣ 📂 presentation
┃ ┃ ┃ ┃ ┣ 📂 models
┃ ┃ ┃ ┃ ┣ 📂 view_models
┃ ┃ ┃ ┃ ┣ 📂 views
┃ ┃ ┃ ┃ ┣ 📂 widges
┃ ┣ 📂 chat
┃ ┣ 📂 ...
┣ 📂 utils
┃ ┣ 📂 base
┣ 📂 widgets
┣ main.dart





