2025-12-12 13:27:49 +09:00
|
|
|
name: feature_brain_trainer
|
2025-12-15 18:18:17 +09:00
|
|
|
description: Brain training features including assessment, recommendation logic, and daily course management.
|
2025-12-12 13:27:49 +09:00
|
|
|
version: 0.0.1
|
2025-12-15 18:18:17 +09:00
|
|
|
publish_to: 'none'
|
|
|
|
|
resolution: workspace
|
2025-12-12 13:27:49 +09:00
|
|
|
|
|
|
|
|
environment:
|
2025-12-15 18:18:17 +09:00
|
|
|
sdk: '^3.9.2'
|
|
|
|
|
flutter: '>=3.10.0'
|
2025-12-12 13:27:49 +09:00
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
flutter:
|
|
|
|
|
sdk: flutter
|
|
|
|
|
|
2025-12-15 18:18:17 +09:00
|
|
|
# 1. 상태 관리
|
|
|
|
|
provider: ^6.0.0
|
|
|
|
|
|
|
|
|
|
# 2. 공통 서비스 (IdentityService, BrainTrainingService, 모델 등)
|
|
|
|
|
service_api:
|
|
|
|
|
path: ../service_api
|
|
|
|
|
|
|
|
|
|
# 3. 공통 UI (CommonGameShell, 버튼 스타일 등)
|
|
|
|
|
feature_common:
|
|
|
|
|
path: ../feature_common
|
|
|
|
|
|
|
|
|
|
feature_game_sudoku:
|
|
|
|
|
path: ../feature_game_sudoku
|
|
|
|
|
feature_game_cardflip:
|
|
|
|
|
path: ../feature_game_cardflip
|
|
|
|
|
feature_game_colormatch:
|
|
|
|
|
path: ../feature_game_colormatch
|
|
|
|
|
feature_game_schulte:
|
|
|
|
|
path: ../feature_game_schulte
|
|
|
|
|
feature_game_sequence:
|
|
|
|
|
path: ../feature_game_sequence
|
|
|
|
|
feature_game_finddiff:
|
|
|
|
|
path: ../feature_game_finddiff
|
|
|
|
|
feature_game_mathquiz:
|
|
|
|
|
path: ../feature_game_mathquiz
|
|
|
|
|
# ... 나머지 게임 패키지들도 추가
|
|
|
|
|
feature_game_tracing:
|
|
|
|
|
path: ../feature_game_tracing
|
|
|
|
|
feature_game_read_aloud:
|
|
|
|
|
path: ../feature_game_read_aloud
|
|
|
|
|
feature_game_dictation:
|
|
|
|
|
path: ../feature_game_dictation
|
|
|
|
|
|
|
|
|
|
# (선택) 날짜 포맷팅 등이 필요하면 추가
|
|
|
|
|
intl: ^0.18.0
|
|
|
|
|
|
2025-12-12 13:27:49 +09:00
|
|
|
dev_dependencies:
|
|
|
|
|
flutter_test:
|
|
|
|
|
sdk: flutter
|
2025-12-15 18:18:17 +09:00
|
|
|
lints: ^3.0.0
|