Skip to content

Latest commit

 

History

History
62 lines (55 loc) · 2.19 KB

README.ko.md

File metadata and controls

62 lines (55 loc) · 2.19 KB

🎨 Trouble Painter

Trouble Painter - #Drawing Mafia Game  | Product Hunt

ko1-min ko2-min ko3-min ko4-min

특징

  • Flutter
  • Flavor : dev / prod
  • Riverpod
  • Design System
  • Multi-language support

시작 방법

  • Run make init

프로젝트 구조

lib
 ├─ .env
 │   ├─ dev
 │   │  ├─ .env
 │   │  ├─ firebase_options.dart
 │   │  ├─ google-services.json
 │   │  └─ GoogleService-Info.plist
 │   ├─ prod
 │   │  ├─ .env
 │   │  ├─ firebase_options.dart
 │   │  ├─ google-services.json
 │   │  └─ GoogleService-Info.plist
 │   └─ flavorizr.yaml
 ├─ app
 │   ├─ pages
 │   └─ routes
 ├─ core
 │   ├─ localization
 │   ├─ theme
 │   └─ utils
 └─ features
     └─ feature1
        ├─ data
        │  ├─ models
        │  ├─ repositories
        │  └─ sources
        └─ domain
           ├─ entities
           ├─ usecases
           └─ services

참고