22 lines
391 B
YAML
22 lines
391 B
YAML
name: feature_game_schulte
|
|
description: Schulte table game for attention training.
|
|
version: 0.0.1
|
|
publish_to: 'none'
|
|
resolution: workspace
|
|
environment:
|
|
sdk: '^3.9.2'
|
|
flutter: '>=3.10.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
# 공통 모듈
|
|
feature_common:
|
|
path: ../feature_common
|
|
service_api:
|
|
path: ../service_api
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter |