25 lines
471 B
YAML
25 lines
471 B
YAML
|
|
name: feature_game_dictation
|
||
|
|
description: Dictation game for auditory memory training.
|
||
|
|
version: 0.0.1
|
||
|
|
publish_to: 'none'
|
||
|
|
resolution: workspace
|
||
|
|
environment:
|
||
|
|
sdk: '^3.9.2'
|
||
|
|
flutter: '>=3.10.0'
|
||
|
|
|
||
|
|
dependencies:
|
||
|
|
flutter:
|
||
|
|
sdk: flutter
|
||
|
|
|
||
|
|
# 🗣️ 텍스트를 음성으로 변환 (TTS)
|
||
|
|
flutter_tts: ^3.8.3
|
||
|
|
|
||
|
|
# 공통 모듈
|
||
|
|
feature_common:
|
||
|
|
path: ../feature_common
|
||
|
|
service_api:
|
||
|
|
path: ../service_api
|
||
|
|
|
||
|
|
dev_dependencies:
|
||
|
|
flutter_test:
|
||
|
|
sdk: flutter
|