Skip to content

YAPP-Github/24th-App-Team-2-Flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8de01ce Β· Oct 16, 2024
Aug 16, 2024
Aug 16, 2024
Oct 14, 2024
Oct 4, 2024
Oct 14, 2024
Oct 8, 2024
Oct 16, 2024
Aug 16, 2024
May 29, 2024
Aug 22, 2024
May 29, 2024
Oct 16, 2024
Sep 11, 2024
Sep 25, 2024
Aug 16, 2024
Aug 16, 2024
Oct 2, 2024
Aug 16, 2024
Aug 16, 2024
Aug 16, 2024
Sep 12, 2024
Oct 14, 2024

Repository files navigation

🎨 Trouble Painter

Deprecation Notice

The project repository has been moved here. This repository will no longer be updated.


Trouble Painter - #Drawing Mafia Game  | Product Hunt

en1-min en2-min en3-min en4-min

Features

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

How to start

  • Run make init

Project Structure

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

References