diff --git a/.dart_tool/package_config.json b/.dart_tool/package_config.json
index 508c84d..de182a4 100644
--- a/.dart_tool/package_config.json
+++ b/.dart_tool/package_config.json
@@ -85,6 +85,12 @@
"packageUri": "lib/",
"languageVersion": "3.3"
},
+ {
+ "name": "feature_game_tracing",
+ "rootUri": "../packages/feature_game_tracing",
+ "packageUri": "lib/",
+ "languageVersion": "3.9"
+ },
{
"name": "ffi",
"rootUri": "file:///Users/jibumhan/.pub-cache/hosted/pub.dev/ffi-2.1.4",
@@ -157,6 +163,12 @@
"packageUri": "lib/",
"languageVersion": "3.8"
},
+ {
+ "name": "flutter_tts",
+ "rootUri": "file:///Users/jibumhan/.pub-cache/hosted/pub.dev/flutter_tts-3.8.5",
+ "packageUri": "lib/",
+ "languageVersion": "2.12"
+ },
{
"name": "flutter_web_plugins",
"rootUri": "file:///Users/jibumhan/prjct/fluuter_prjts/flutter/packages/flutter_web_plugins",
@@ -235,6 +247,12 @@
"packageUri": "lib/",
"languageVersion": "3.4"
},
+ {
+ "name": "intl",
+ "rootUri": "file:///Users/jibumhan/.pub-cache/hosted/pub.dev/intl-0.18.1",
+ "packageUri": "lib/",
+ "languageVersion": "2.12"
+ },
{
"name": "io",
"rootUri": "file:///Users/jibumhan/.pub-cache/hosted/pub.dev/io-1.0.5",
@@ -355,6 +373,48 @@
"packageUri": "lib/",
"languageVersion": "3.2"
},
+ {
+ "name": "pedantic",
+ "rootUri": "file:///Users/jibumhan/.pub-cache/hosted/pub.dev/pedantic-1.11.1",
+ "packageUri": "lib/",
+ "languageVersion": "2.12"
+ },
+ {
+ "name": "permission_handler",
+ "rootUri": "file:///Users/jibumhan/.pub-cache/hosted/pub.dev/permission_handler-11.4.0",
+ "packageUri": "lib/",
+ "languageVersion": "3.5"
+ },
+ {
+ "name": "permission_handler_android",
+ "rootUri": "file:///Users/jibumhan/.pub-cache/hosted/pub.dev/permission_handler_android-12.1.0",
+ "packageUri": "lib/",
+ "languageVersion": "3.5"
+ },
+ {
+ "name": "permission_handler_apple",
+ "rootUri": "file:///Users/jibumhan/.pub-cache/hosted/pub.dev/permission_handler_apple-9.4.7",
+ "packageUri": "lib/",
+ "languageVersion": "2.18"
+ },
+ {
+ "name": "permission_handler_html",
+ "rootUri": "file:///Users/jibumhan/.pub-cache/hosted/pub.dev/permission_handler_html-0.1.3+5",
+ "packageUri": "lib/",
+ "languageVersion": "3.3"
+ },
+ {
+ "name": "permission_handler_platform_interface",
+ "rootUri": "file:///Users/jibumhan/.pub-cache/hosted/pub.dev/permission_handler_platform_interface-4.3.0",
+ "packageUri": "lib/",
+ "languageVersion": "3.5"
+ },
+ {
+ "name": "permission_handler_windows",
+ "rootUri": "file:///Users/jibumhan/.pub-cache/hosted/pub.dev/permission_handler_windows-0.2.1",
+ "packageUri": "lib/",
+ "languageVersion": "2.12"
+ },
{
"name": "petitparser",
"rootUri": "file:///Users/jibumhan/.pub-cache/hosted/pub.dev/petitparser-7.0.1",
@@ -487,6 +547,24 @@
"packageUri": "lib/",
"languageVersion": "3.1"
},
+ {
+ "name": "speech_to_text",
+ "rootUri": "file:///Users/jibumhan/.pub-cache/hosted/pub.dev/speech_to_text-6.6.0",
+ "packageUri": "lib/",
+ "languageVersion": "3.0"
+ },
+ {
+ "name": "speech_to_text_macos",
+ "rootUri": "file:///Users/jibumhan/.pub-cache/hosted/pub.dev/speech_to_text_macos-1.1.0",
+ "packageUri": "lib/",
+ "languageVersion": "3.0"
+ },
+ {
+ "name": "speech_to_text_platform_interface",
+ "rootUri": "file:///Users/jibumhan/.pub-cache/hosted/pub.dev/speech_to_text_platform_interface-2.3.0",
+ "packageUri": "lib/",
+ "languageVersion": "3.0"
+ },
{
"name": "stack_trace",
"rootUri": "file:///Users/jibumhan/.pub-cache/hosted/pub.dev/stack_trace-1.12.1",
@@ -697,6 +775,12 @@
"packageUri": "lib/",
"languageVersion": "3.9"
},
+ {
+ "name": "NeuroGym",
+ "rootUri": "../apps/neuro_gym",
+ "packageUri": "lib/",
+ "languageVersion": "3.9"
+ },
{
"name": "service_api",
"rootUri": "../packages/service_api",
@@ -750,6 +834,30 @@
"rootUri": "../packages/feature_game_finddiff",
"packageUri": "lib/",
"languageVersion": "3.9"
+ },
+ {
+ "name": "feature_brain_trainer",
+ "rootUri": "../packages/feature_brain_trainer",
+ "packageUri": "lib/",
+ "languageVersion": "3.9"
+ },
+ {
+ "name": "feature_game_read_aloud",
+ "rootUri": "../packages/feature_game_read_aloud",
+ "packageUri": "lib/",
+ "languageVersion": "3.9"
+ },
+ {
+ "name": "feature_game_dictation",
+ "rootUri": "../packages/feature_game_dictation",
+ "packageUri": "lib/",
+ "languageVersion": "3.9"
+ },
+ {
+ "name": "feature_game_schulte",
+ "rootUri": "../packages/feature_game_schulte",
+ "packageUri": "lib/",
+ "languageVersion": "3.9"
}
],
"generator": "pub",
diff --git a/.dart_tool/package_graph.json b/.dart_tool/package_graph.json
index 48789ad..42df2d1 100644
--- a/.dart_tool/package_graph.json
+++ b/.dart_tool/package_graph.json
@@ -1,5 +1,6 @@
{
"roots": [
+ "NeuroGym",
"app_cardflip",
"app_colormatch",
"app_finddiff",
@@ -7,11 +8,15 @@
"app_sequence",
"app_spider",
"app_sudoku",
+ "feature_brain_trainer",
"feature_common",
"feature_game_cardflip",
"feature_game_colormatch",
+ "feature_game_dictation",
"feature_game_finddiff",
"feature_game_mathquiz",
+ "feature_game_read_aloud",
+ "feature_game_schulte",
"feature_game_sequence",
"feature_game_spider",
"feature_game_sudoku",
@@ -141,6 +146,29 @@
"flutter_test"
]
},
+ {
+ "name": "NeuroGym",
+ "version": "1.0.0",
+ "dependencies": [
+ "feature_brain_trainer",
+ "feature_common",
+ "feature_game_cardflip",
+ "feature_game_colormatch",
+ "feature_game_finddiff",
+ "feature_game_mathquiz",
+ "feature_game_read_aloud",
+ "feature_game_sequence",
+ "feature_game_spider",
+ "feature_game_sudoku",
+ "feature_game_tracing",
+ "flutter",
+ "provider",
+ "service_api"
+ ],
+ "devDependencies": [
+ "flutter_test"
+ ]
+ },
{
"name": "service_api",
"version": "1.0.0",
@@ -267,6 +295,70 @@
"lints"
]
},
+ {
+ "name": "feature_brain_trainer",
+ "version": "0.0.1",
+ "dependencies": [
+ "feature_common",
+ "feature_game_cardflip",
+ "feature_game_colormatch",
+ "feature_game_dictation",
+ "feature_game_finddiff",
+ "feature_game_mathquiz",
+ "feature_game_read_aloud",
+ "feature_game_schulte",
+ "feature_game_sequence",
+ "feature_game_sudoku",
+ "feature_game_tracing",
+ "flutter",
+ "intl",
+ "provider",
+ "service_api"
+ ],
+ "devDependencies": [
+ "flutter_test",
+ "lints"
+ ]
+ },
+ {
+ "name": "feature_game_read_aloud",
+ "version": "0.0.1",
+ "dependencies": [
+ "feature_common",
+ "flutter",
+ "permission_handler",
+ "service_api",
+ "speech_to_text"
+ ],
+ "devDependencies": [
+ "flutter_test"
+ ]
+ },
+ {
+ "name": "feature_game_dictation",
+ "version": "0.0.1",
+ "dependencies": [
+ "feature_common",
+ "flutter",
+ "flutter_tts",
+ "service_api"
+ ],
+ "devDependencies": [
+ "flutter_test"
+ ]
+ },
+ {
+ "name": "feature_game_schulte",
+ "version": "0.0.1",
+ "dependencies": [
+ "feature_common",
+ "flutter",
+ "service_api"
+ ],
+ "devDependencies": [
+ "flutter_test"
+ ]
+ },
{
"name": "melos",
"version": "7.3.0",
@@ -297,11 +389,6 @@
"yaml_edit"
]
},
- {
- "name": "lints",
- "version": "3.0.0",
- "dependencies": []
- },
{
"name": "flutter_test",
"version": "0.0.0",
@@ -320,15 +407,6 @@
"vector_math"
]
},
- {
- "name": "provider",
- "version": "6.1.5+1",
- "dependencies": [
- "collection",
- "flutter",
- "nested"
- ]
- },
{
"name": "flutter",
"version": "0.0.0",
@@ -341,6 +419,74 @@
"vector_math"
]
},
+ {
+ "name": "flutter_tts",
+ "version": "3.8.5",
+ "dependencies": [
+ "flutter",
+ "flutter_web_plugins"
+ ]
+ },
+ {
+ "name": "permission_handler",
+ "version": "11.4.0",
+ "dependencies": [
+ "flutter",
+ "meta",
+ "permission_handler_android",
+ "permission_handler_apple",
+ "permission_handler_html",
+ "permission_handler_platform_interface",
+ "permission_handler_windows"
+ ]
+ },
+ {
+ "name": "speech_to_text",
+ "version": "6.6.0",
+ "dependencies": [
+ "clock",
+ "flutter",
+ "flutter_web_plugins",
+ "js",
+ "json_annotation",
+ "meta",
+ "pedantic",
+ "speech_to_text_macos",
+ "speech_to_text_platform_interface"
+ ]
+ },
+ {
+ "name": "lints",
+ "version": "3.0.0",
+ "dependencies": []
+ },
+ {
+ "name": "intl",
+ "version": "0.18.1",
+ "dependencies": [
+ "clock",
+ "meta",
+ "path"
+ ]
+ },
+ {
+ "name": "feature_game_tracing",
+ "version": "0.0.1",
+ "dependencies": [
+ "feature_common",
+ "flutter",
+ "service_api"
+ ]
+ },
+ {
+ "name": "provider",
+ "version": "6.1.5+1",
+ "dependencies": [
+ "collection",
+ "flutter",
+ "nested"
+ ]
+ },
{
"name": "flutter_lints",
"version": "3.0.2",
@@ -682,13 +828,6 @@
"term_glyph"
]
},
- {
- "name": "nested",
- "version": "1.0.0",
- "dependencies": [
- "flutter"
- ]
- },
{
"name": "sky_engine",
"version": "0.0.0",
@@ -706,6 +845,100 @@
"version": "1.4.0",
"dependencies": []
},
+ {
+ "name": "flutter_web_plugins",
+ "version": "0.0.0",
+ "dependencies": [
+ "flutter"
+ ]
+ },
+ {
+ "name": "permission_handler_platform_interface",
+ "version": "4.3.0",
+ "dependencies": [
+ "flutter",
+ "meta",
+ "plugin_platform_interface"
+ ]
+ },
+ {
+ "name": "permission_handler_windows",
+ "version": "0.2.1",
+ "dependencies": [
+ "flutter",
+ "permission_handler_platform_interface"
+ ]
+ },
+ {
+ "name": "permission_handler_html",
+ "version": "0.1.3+5",
+ "dependencies": [
+ "flutter",
+ "flutter_web_plugins",
+ "permission_handler_platform_interface",
+ "web"
+ ]
+ },
+ {
+ "name": "permission_handler_apple",
+ "version": "9.4.7",
+ "dependencies": [
+ "flutter",
+ "permission_handler_platform_interface"
+ ]
+ },
+ {
+ "name": "permission_handler_android",
+ "version": "12.1.0",
+ "dependencies": [
+ "flutter",
+ "permission_handler_platform_interface"
+ ]
+ },
+ {
+ "name": "js",
+ "version": "0.6.7",
+ "dependencies": [
+ "meta"
+ ]
+ },
+ {
+ "name": "pedantic",
+ "version": "1.11.1",
+ "dependencies": []
+ },
+ {
+ "name": "json_annotation",
+ "version": "4.9.0",
+ "dependencies": [
+ "meta"
+ ]
+ },
+ {
+ "name": "speech_to_text_macos",
+ "version": "1.1.0",
+ "dependencies": [
+ "flutter",
+ "plugin_platform_interface",
+ "speech_to_text_platform_interface"
+ ]
+ },
+ {
+ "name": "speech_to_text_platform_interface",
+ "version": "2.3.0",
+ "dependencies": [
+ "flutter",
+ "meta",
+ "plugin_platform_interface"
+ ]
+ },
+ {
+ "name": "nested",
+ "version": "1.0.0",
+ "dependencies": [
+ "flutter"
+ ]
+ },
{
"name": "url_launcher_windows",
"version": "3.1.4",
@@ -995,13 +1228,6 @@
"meta"
]
},
- {
- "name": "json_annotation",
- "version": "4.9.0",
- "dependencies": [
- "meta"
- ]
- },
{
"name": "checked_yaml",
"version": "2.0.4",
@@ -1067,13 +1293,6 @@
"string_scanner"
]
},
- {
- "name": "flutter_web_plugins",
- "version": "0.0.0",
- "dependencies": [
- "flutter"
- ]
- },
{
"name": "plugin_platform_interface",
"version": "2.1.8",
@@ -1122,13 +1341,6 @@
"version": "2.1.4",
"dependencies": []
},
- {
- "name": "js",
- "version": "0.6.7",
- "dependencies": [
- "meta"
- ]
- },
{
"name": "typed_data",
"version": "1.4.0",
diff --git a/apps/neuro_gym/.gitignore b/apps/neuro_gym/.gitignore
new file mode 100644
index 0000000..3820a95
--- /dev/null
+++ b/apps/neuro_gym/.gitignore
@@ -0,0 +1,45 @@
+# Miscellaneous
+*.class
+*.log
+*.pyc
+*.swp
+.DS_Store
+.atom/
+.build/
+.buildlog/
+.history
+.svn/
+.swiftpm/
+migrate_working_dir/
+
+# IntelliJ related
+*.iml
+*.ipr
+*.iws
+.idea/
+
+# The .vscode folder contains launch configuration and tasks you configure in
+# VS Code which you may wish to be included in version control, so this line
+# is commented out by default.
+#.vscode/
+
+# Flutter/Dart/Pub related
+**/doc/api/
+**/ios/Flutter/.last_build_id
+.dart_tool/
+.flutter-plugins-dependencies
+.pub-cache/
+.pub/
+/build/
+/coverage/
+
+# Symbolication related
+app.*.symbols
+
+# Obfuscation related
+app.*.map.json
+
+# Android Studio will place build artifacts here
+/android/app/debug
+/android/app/profile
+/android/app/release
diff --git a/apps/neuro_gym/.metadata b/apps/neuro_gym/.metadata
new file mode 100644
index 0000000..5f4336f
--- /dev/null
+++ b/apps/neuro_gym/.metadata
@@ -0,0 +1,45 @@
+# This file tracks properties of this Flutter project.
+# Used by Flutter tool to assess capabilities and perform upgrades etc.
+#
+# This file should be version controlled and should not be manually edited.
+
+version:
+ revision: "adc901062556672b4138e18a4dc62a4be8f4b3c2"
+ channel: "stable"
+
+project_type: app
+
+# Tracks metadata for the flutter migrate command
+migration:
+ platforms:
+ - platform: root
+ create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
+ base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
+ - platform: android
+ create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
+ base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
+ - platform: ios
+ create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
+ base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
+ - platform: linux
+ create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
+ base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
+ - platform: macos
+ create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
+ base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
+ - platform: web
+ create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
+ base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
+ - platform: windows
+ create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
+ base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
+
+ # User provided section
+
+ # List of Local paths (relative to this file) that should be
+ # ignored by the migrate tool.
+ #
+ # Files that are not part of the templates will be ignored by default.
+ unmanaged_files:
+ - 'lib/main.dart'
+ - 'ios/Runner.xcodeproj/project.pbxproj'
diff --git a/apps/neuro_gym/README.md b/apps/neuro_gym/README.md
new file mode 100644
index 0000000..dbb05c4
--- /dev/null
+++ b/apps/neuro_gym/README.md
@@ -0,0 +1,16 @@
+# neuro_gym
+
+A new Flutter project.
+
+## Getting Started
+
+This project is a starting point for a Flutter application.
+
+A few resources to get you started if this is your first Flutter project:
+
+- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
+- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
+
+For help getting started with Flutter development, view the
+[online documentation](https://docs.flutter.dev/), which offers tutorials,
+samples, guidance on mobile development, and a full API reference.
diff --git a/apps/neuro_gym/analysis_options.yaml b/apps/neuro_gym/analysis_options.yaml
new file mode 100644
index 0000000..0d29021
--- /dev/null
+++ b/apps/neuro_gym/analysis_options.yaml
@@ -0,0 +1,28 @@
+# This file configures the analyzer, which statically analyzes Dart code to
+# check for errors, warnings, and lints.
+#
+# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
+# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
+# invoked from the command line by running `flutter analyze`.
+
+# The following line activates a set of recommended lints for Flutter apps,
+# packages, and plugins designed to encourage good coding practices.
+include: package:flutter_lints/flutter.yaml
+
+linter:
+ # The lint rules applied to this project can be customized in the
+ # section below to disable rules from the `package:flutter_lints/flutter.yaml`
+ # included above or to enable additional rules. A list of all available lints
+ # and their documentation is published at https://dart.dev/lints.
+ #
+ # Instead of disabling a lint rule for the entire project in the
+ # section below, it can also be suppressed for a single line of code
+ # or a specific dart file by using the `// ignore: name_of_lint` and
+ # `// ignore_for_file: name_of_lint` syntax on the line or in the file
+ # producing the lint.
+ rules:
+ # avoid_print: false # Uncomment to disable the `avoid_print` rule
+ # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
+
+# Additional information about this file can be found at
+# https://dart.dev/guides/language/analysis-options
diff --git a/apps/neuro_gym/android/.gitignore b/apps/neuro_gym/android/.gitignore
new file mode 100644
index 0000000..be3943c
--- /dev/null
+++ b/apps/neuro_gym/android/.gitignore
@@ -0,0 +1,14 @@
+gradle-wrapper.jar
+/.gradle
+/captures/
+/gradlew
+/gradlew.bat
+/local.properties
+GeneratedPluginRegistrant.java
+.cxx/
+
+# Remember to never publicly share your keystore.
+# See https://flutter.dev/to/reference-keystore
+key.properties
+**/*.keystore
+**/*.jks
diff --git a/apps/neuro_gym/android/app/build.gradle.kts b/apps/neuro_gym/android/app/build.gradle.kts
new file mode 100644
index 0000000..459ede9
--- /dev/null
+++ b/apps/neuro_gym/android/app/build.gradle.kts
@@ -0,0 +1,44 @@
+plugins {
+ id("com.android.application")
+ id("kotlin-android")
+ // The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins.
+ id("dev.flutter.flutter-gradle-plugin")
+}
+
+android {
+ namespace = "kr.lunaticbum.brain.neuro_gym"
+ compileSdk = flutter.compileSdkVersion
+ ndkVersion = flutter.ndkVersion
+
+ compileOptions {
+ sourceCompatibility = JavaVersion.VERSION_11
+ targetCompatibility = JavaVersion.VERSION_11
+ }
+
+ kotlinOptions {
+ jvmTarget = JavaVersion.VERSION_11.toString()
+ }
+
+ defaultConfig {
+ // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
+ applicationId = "kr.lunaticbum.brain.neuro_gym"
+ // You can update the following values to match your application needs.
+ // For more information, see: https://flutter.dev/to/review-gradle-config.
+ minSdk = flutter.minSdkVersion
+ targetSdk = flutter.targetSdkVersion
+ versionCode = flutter.versionCode
+ versionName = flutter.versionName
+ }
+
+ buildTypes {
+ release {
+ // TODO: Add your own signing config for the release build.
+ // Signing with the debug keys for now, so `flutter run --release` works.
+ signingConfig = signingConfigs.getByName("debug")
+ }
+ }
+}
+
+flutter {
+ source = "../.."
+}
diff --git a/apps/neuro_gym/android/app/src/debug/AndroidManifest.xml b/apps/neuro_gym/android/app/src/debug/AndroidManifest.xml
new file mode 100644
index 0000000..399f698
--- /dev/null
+++ b/apps/neuro_gym/android/app/src/debug/AndroidManifest.xml
@@ -0,0 +1,7 @@
+
+
+
+
diff --git a/apps/neuro_gym/android/app/src/main/AndroidManifest.xml b/apps/neuro_gym/android/app/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..e82c3ca
--- /dev/null
+++ b/apps/neuro_gym/android/app/src/main/AndroidManifest.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/apps/neuro_gym/android/app/src/main/kotlin/kr/lunaticbum/brain/neuro_gym/MainActivity.kt b/apps/neuro_gym/android/app/src/main/kotlin/kr/lunaticbum/brain/neuro_gym/MainActivity.kt
new file mode 100644
index 0000000..117dc0c
--- /dev/null
+++ b/apps/neuro_gym/android/app/src/main/kotlin/kr/lunaticbum/brain/neuro_gym/MainActivity.kt
@@ -0,0 +1,5 @@
+package kr.lunaticbum.brain.neuro_gym
+
+import io.flutter.embedding.android.FlutterActivity
+
+class MainActivity : FlutterActivity()
diff --git a/apps/neuro_gym/android/app/src/main/res/drawable-v21/launch_background.xml b/apps/neuro_gym/android/app/src/main/res/drawable-v21/launch_background.xml
new file mode 100644
index 0000000..f74085f
--- /dev/null
+++ b/apps/neuro_gym/android/app/src/main/res/drawable-v21/launch_background.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
diff --git a/apps/neuro_gym/android/app/src/main/res/drawable/launch_background.xml b/apps/neuro_gym/android/app/src/main/res/drawable/launch_background.xml
new file mode 100644
index 0000000..304732f
--- /dev/null
+++ b/apps/neuro_gym/android/app/src/main/res/drawable/launch_background.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
diff --git a/apps/neuro_gym/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/apps/neuro_gym/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..db77bb4
Binary files /dev/null and b/apps/neuro_gym/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/apps/neuro_gym/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/apps/neuro_gym/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..17987b7
Binary files /dev/null and b/apps/neuro_gym/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/apps/neuro_gym/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/apps/neuro_gym/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..09d4391
Binary files /dev/null and b/apps/neuro_gym/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/apps/neuro_gym/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/apps/neuro_gym/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..d5f1c8d
Binary files /dev/null and b/apps/neuro_gym/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/apps/neuro_gym/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/apps/neuro_gym/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..4d6372e
Binary files /dev/null and b/apps/neuro_gym/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/apps/neuro_gym/android/app/src/main/res/values-night/styles.xml b/apps/neuro_gym/android/app/src/main/res/values-night/styles.xml
new file mode 100644
index 0000000..06952be
--- /dev/null
+++ b/apps/neuro_gym/android/app/src/main/res/values-night/styles.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
diff --git a/apps/neuro_gym/android/app/src/main/res/values/styles.xml b/apps/neuro_gym/android/app/src/main/res/values/styles.xml
new file mode 100644
index 0000000..cb1ef88
--- /dev/null
+++ b/apps/neuro_gym/android/app/src/main/res/values/styles.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
diff --git a/apps/neuro_gym/android/app/src/profile/AndroidManifest.xml b/apps/neuro_gym/android/app/src/profile/AndroidManifest.xml
new file mode 100644
index 0000000..399f698
--- /dev/null
+++ b/apps/neuro_gym/android/app/src/profile/AndroidManifest.xml
@@ -0,0 +1,7 @@
+
+
+
+
diff --git a/apps/neuro_gym/android/build.gradle.kts b/apps/neuro_gym/android/build.gradle.kts
new file mode 100644
index 0000000..dbee657
--- /dev/null
+++ b/apps/neuro_gym/android/build.gradle.kts
@@ -0,0 +1,24 @@
+allprojects {
+ repositories {
+ google()
+ mavenCentral()
+ }
+}
+
+val newBuildDir: Directory =
+ rootProject.layout.buildDirectory
+ .dir("../../build")
+ .get()
+rootProject.layout.buildDirectory.value(newBuildDir)
+
+subprojects {
+ val newSubprojectBuildDir: Directory = newBuildDir.dir(project.name)
+ project.layout.buildDirectory.value(newSubprojectBuildDir)
+}
+subprojects {
+ project.evaluationDependsOn(":app")
+}
+
+tasks.register("clean") {
+ delete(rootProject.layout.buildDirectory)
+}
diff --git a/apps/neuro_gym/android/gradle.properties b/apps/neuro_gym/android/gradle.properties
new file mode 100644
index 0000000..f018a61
--- /dev/null
+++ b/apps/neuro_gym/android/gradle.properties
@@ -0,0 +1,3 @@
+org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
+android.useAndroidX=true
+android.enableJetifier=true
diff --git a/apps/neuro_gym/android/settings.gradle.kts b/apps/neuro_gym/android/settings.gradle.kts
new file mode 100644
index 0000000..fb605bc
--- /dev/null
+++ b/apps/neuro_gym/android/settings.gradle.kts
@@ -0,0 +1,26 @@
+pluginManagement {
+ val flutterSdkPath =
+ run {
+ val properties = java.util.Properties()
+ file("local.properties").inputStream().use { properties.load(it) }
+ val flutterSdkPath = properties.getProperty("flutter.sdk")
+ require(flutterSdkPath != null) { "flutter.sdk not set in local.properties" }
+ flutterSdkPath
+ }
+
+ includeBuild("$flutterSdkPath/packages/flutter_tools/gradle")
+
+ repositories {
+ google()
+ mavenCentral()
+ gradlePluginPortal()
+ }
+}
+
+plugins {
+ id("dev.flutter.flutter-plugin-loader") version "1.0.0"
+ id("com.android.application") version "8.9.1" apply false
+ id("org.jetbrains.kotlin.android") version "2.1.0" apply false
+}
+
+include(":app")
diff --git a/apps/neuro_gym/ios/.gitignore b/apps/neuro_gym/ios/.gitignore
new file mode 100644
index 0000000..7a7f987
--- /dev/null
+++ b/apps/neuro_gym/ios/.gitignore
@@ -0,0 +1,34 @@
+**/dgph
+*.mode1v3
+*.mode2v3
+*.moved-aside
+*.pbxuser
+*.perspectivev3
+**/*sync/
+.sconsign.dblite
+.tags*
+**/.vagrant/
+**/DerivedData/
+Icon?
+**/Pods/
+**/.symlinks/
+profile
+xcuserdata
+**/.generated/
+Flutter/App.framework
+Flutter/Flutter.framework
+Flutter/Flutter.podspec
+Flutter/Generated.xcconfig
+Flutter/ephemeral/
+Flutter/app.flx
+Flutter/app.zip
+Flutter/flutter_assets/
+Flutter/flutter_export_environment.sh
+ServiceDefinitions.json
+Runner/GeneratedPluginRegistrant.*
+
+# Exceptions to above rules.
+!default.mode1v3
+!default.mode2v3
+!default.pbxuser
+!default.perspectivev3
diff --git a/apps/neuro_gym/ios/Flutter/AppFrameworkInfo.plist b/apps/neuro_gym/ios/Flutter/AppFrameworkInfo.plist
new file mode 100644
index 0000000..1dc6cf7
--- /dev/null
+++ b/apps/neuro_gym/ios/Flutter/AppFrameworkInfo.plist
@@ -0,0 +1,26 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ App
+ CFBundleIdentifier
+ io.flutter.flutter.app
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ App
+ CFBundlePackageType
+ FMWK
+ CFBundleShortVersionString
+ 1.0
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ 1.0
+ MinimumOSVersion
+ 13.0
+
+
diff --git a/apps/neuro_gym/ios/Flutter/Debug.xcconfig b/apps/neuro_gym/ios/Flutter/Debug.xcconfig
new file mode 100644
index 0000000..ec97fc6
--- /dev/null
+++ b/apps/neuro_gym/ios/Flutter/Debug.xcconfig
@@ -0,0 +1,2 @@
+#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
+#include "Generated.xcconfig"
diff --git a/apps/neuro_gym/ios/Flutter/Release.xcconfig b/apps/neuro_gym/ios/Flutter/Release.xcconfig
new file mode 100644
index 0000000..c4855bf
--- /dev/null
+++ b/apps/neuro_gym/ios/Flutter/Release.xcconfig
@@ -0,0 +1,2 @@
+#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
+#include "Generated.xcconfig"
diff --git a/apps/neuro_gym/ios/Podfile b/apps/neuro_gym/ios/Podfile
new file mode 100644
index 0000000..620e46e
--- /dev/null
+++ b/apps/neuro_gym/ios/Podfile
@@ -0,0 +1,43 @@
+# Uncomment this line to define a global platform for your project
+# platform :ios, '13.0'
+
+# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
+ENV['COCOAPODS_DISABLE_STATS'] = 'true'
+
+project 'Runner', {
+ 'Debug' => :debug,
+ 'Profile' => :release,
+ 'Release' => :release,
+}
+
+def flutter_root
+ generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
+ unless File.exist?(generated_xcode_build_settings_path)
+ raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first"
+ end
+
+ File.foreach(generated_xcode_build_settings_path) do |line|
+ matches = line.match(/FLUTTER_ROOT\=(.*)/)
+ return matches[1].strip if matches
+ end
+ raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get"
+end
+
+require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)
+
+flutter_ios_podfile_setup
+
+target 'Runner' do
+ use_frameworks!
+
+ flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
+ target 'RunnerTests' do
+ inherit! :search_paths
+ end
+end
+
+post_install do |installer|
+ installer.pods_project.targets.each do |target|
+ flutter_additional_ios_build_settings(target)
+ end
+end
diff --git a/apps/neuro_gym/ios/Podfile.lock b/apps/neuro_gym/ios/Podfile.lock
new file mode 100644
index 0000000..715e917
--- /dev/null
+++ b/apps/neuro_gym/ios/Podfile.lock
@@ -0,0 +1,151 @@
+PODS:
+ - AppAuth (2.0.0):
+ - AppAuth/Core (= 2.0.0)
+ - AppAuth/ExternalUserAgent (= 2.0.0)
+ - AppAuth/Core (2.0.0)
+ - AppAuth/ExternalUserAgent (2.0.0):
+ - AppAuth/Core
+ - AppCheckCore (11.2.0):
+ - GoogleUtilities/Environment (~> 8.0)
+ - GoogleUtilities/UserDefaults (~> 8.0)
+ - PromisesObjC (~> 2.4)
+ - Flutter (1.0.0)
+ - flutter_secure_storage (6.0.0):
+ - Flutter
+ - flutter_tts (0.0.1):
+ - Flutter
+ - Google-Mobile-Ads-SDK (11.13.0):
+ - GoogleUserMessagingPlatform (>= 1.1)
+ - google_mobile_ads (5.3.1):
+ - Flutter
+ - Google-Mobile-Ads-SDK (~> 11.13.0)
+ - webview_flutter_wkwebview
+ - google_sign_in_ios (0.0.1):
+ - Flutter
+ - FlutterMacOS
+ - GoogleSignIn (~> 9.0)
+ - GTMSessionFetcher (>= 3.4.0)
+ - GoogleSignIn (9.0.0):
+ - AppAuth (~> 2.0)
+ - AppCheckCore (~> 11.0)
+ - GTMAppAuth (~> 5.0)
+ - GTMSessionFetcher/Core (~> 3.3)
+ - GoogleUserMessagingPlatform (3.1.0)
+ - GoogleUtilities/Environment (8.1.0):
+ - GoogleUtilities/Privacy
+ - GoogleUtilities/Logger (8.1.0):
+ - GoogleUtilities/Environment
+ - GoogleUtilities/Privacy
+ - GoogleUtilities/Privacy (8.1.0)
+ - GoogleUtilities/UserDefaults (8.1.0):
+ - GoogleUtilities/Logger
+ - GoogleUtilities/Privacy
+ - GTMAppAuth (5.0.0):
+ - AppAuth/Core (~> 2.0)
+ - GTMSessionFetcher/Core (< 4.0, >= 3.3)
+ - GTMSessionFetcher (3.5.0):
+ - GTMSessionFetcher/Full (= 3.5.0)
+ - GTMSessionFetcher/Core (3.5.0)
+ - GTMSessionFetcher/Full (3.5.0):
+ - GTMSessionFetcher/Core
+ - path_provider_foundation (0.0.1):
+ - Flutter
+ - FlutterMacOS
+ - permission_handler_apple (9.3.0):
+ - Flutter
+ - PromisesObjC (2.4.0)
+ - shared_preferences_foundation (0.0.1):
+ - Flutter
+ - FlutterMacOS
+ - sign_in_with_apple (0.0.1):
+ - Flutter
+ - speech_to_text (0.0.1):
+ - Flutter
+ - Try
+ - Try (2.1.1)
+ - url_launcher_ios (0.0.1):
+ - Flutter
+ - webview_flutter_wkwebview (0.0.1):
+ - Flutter
+ - FlutterMacOS
+
+DEPENDENCIES:
+ - Flutter (from `Flutter`)
+ - flutter_secure_storage (from `.symlinks/plugins/flutter_secure_storage/ios`)
+ - flutter_tts (from `.symlinks/plugins/flutter_tts/ios`)
+ - google_mobile_ads (from `.symlinks/plugins/google_mobile_ads/ios`)
+ - google_sign_in_ios (from `.symlinks/plugins/google_sign_in_ios/darwin`)
+ - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
+ - permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
+ - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
+ - sign_in_with_apple (from `.symlinks/plugins/sign_in_with_apple/ios`)
+ - speech_to_text (from `.symlinks/plugins/speech_to_text/ios`)
+ - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
+ - webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/darwin`)
+
+SPEC REPOS:
+ trunk:
+ - AppAuth
+ - AppCheckCore
+ - Google-Mobile-Ads-SDK
+ - GoogleSignIn
+ - GoogleUserMessagingPlatform
+ - GoogleUtilities
+ - GTMAppAuth
+ - GTMSessionFetcher
+ - PromisesObjC
+ - Try
+
+EXTERNAL SOURCES:
+ Flutter:
+ :path: Flutter
+ flutter_secure_storage:
+ :path: ".symlinks/plugins/flutter_secure_storage/ios"
+ flutter_tts:
+ :path: ".symlinks/plugins/flutter_tts/ios"
+ google_mobile_ads:
+ :path: ".symlinks/plugins/google_mobile_ads/ios"
+ google_sign_in_ios:
+ :path: ".symlinks/plugins/google_sign_in_ios/darwin"
+ path_provider_foundation:
+ :path: ".symlinks/plugins/path_provider_foundation/darwin"
+ permission_handler_apple:
+ :path: ".symlinks/plugins/permission_handler_apple/ios"
+ shared_preferences_foundation:
+ :path: ".symlinks/plugins/shared_preferences_foundation/darwin"
+ sign_in_with_apple:
+ :path: ".symlinks/plugins/sign_in_with_apple/ios"
+ speech_to_text:
+ :path: ".symlinks/plugins/speech_to_text/ios"
+ url_launcher_ios:
+ :path: ".symlinks/plugins/url_launcher_ios/ios"
+ webview_flutter_wkwebview:
+ :path: ".symlinks/plugins/webview_flutter_wkwebview/darwin"
+
+SPEC CHECKSUMS:
+ AppAuth: 1c1a8afa7e12f2ec3a294d9882dfa5ab7d3cb063
+ AppCheckCore: cc8fd0a3a230ddd401f326489c99990b013f0c4f
+ Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
+ flutter_secure_storage: d33dac7ae2ea08509be337e775f6b59f1ff45f12
+ flutter_tts: 0f492aab6accf87059b72354fcb4ba934304771d
+ Google-Mobile-Ads-SDK: 14f57f2dc33532a24db288897e26494640810407
+ google_mobile_ads: fe0e2c1764ad95323dd0e3081d0bb2d58411f957
+ google_sign_in_ios: 055d43c4754f2860a53decd5133b78d05615fffd
+ GoogleSignIn: c7f09cfbc85a1abf69187be091997c317cc33b77
+ GoogleUserMessagingPlatform: befe603da6501006420c206222acd449bba45a9c
+ GoogleUtilities: 00c88b9a86066ef77f0da2fab05f65d7768ed8e1
+ GTMAppAuth: 217a876b249c3c585a54fd6f73e6b58c4f5c4238
+ GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6
+ path_provider_foundation: 0b743cbb62d8e47eab856f09262bb8c1ddcfe6ba
+ permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2
+ PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
+ shared_preferences_foundation: 5086985c1d43c5ba4d5e69a4e8083a389e2909e6
+ sign_in_with_apple: f3bf75217ea4c2c8b91823f225d70230119b8440
+ speech_to_text: b43a7d99aef037bd758ed8e45d79bbac035d2dfe
+ Try: 5ef669ae832617b3cee58cb2c6f99fb767a4ff96
+ url_launcher_ios: bb13df5870e8c4234ca12609d04010a21be43dfa
+ webview_flutter_wkwebview: 29eb20d43355b48fe7d07113835b9128f84e3af4
+
+PODFILE CHECKSUM: 3c63482e143d1b91d2d2560aee9fb04ecc74ac7e
+
+COCOAPODS: 1.16.2
diff --git a/apps/neuro_gym/ios/Runner.xcodeproj/project.pbxproj b/apps/neuro_gym/ios/Runner.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..60544c1
--- /dev/null
+++ b/apps/neuro_gym/ios/Runner.xcodeproj/project.pbxproj
@@ -0,0 +1,749 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 54;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
+ 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
+ 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
+ 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
+ 8E0CA887E4AC2D47DFA27946 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A21977E0B65F4C1C5E3837B /* Pods_RunnerTests.framework */; };
+ 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
+ 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
+ 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
+ C4E4F203D629CA96DDFBC5C3 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 188B6CB88B5F52434A3EB3EE /* Pods_Runner.framework */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+ 331C8085294A63A400263BE5 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 97C146E61CF9000F007C117D /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 97C146ED1CF9000F007C117D;
+ remoteInfo = Runner;
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+ 9705A1C41CF9048500538489 /* Embed Frameworks */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = "";
+ dstSubfolderSpec = 10;
+ files = (
+ );
+ name = "Embed Frameworks";
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+ 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; };
+ 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; };
+ 188B6CB88B5F52434A3EB3EE /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ 331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = ""; };
+ 331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = ""; };
+ 6D7A8B2B84693B030E7C223B /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = ""; };
+ 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = ""; };
+ 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; };
+ 748E645B3B0095EA46B38B7C /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = ""; };
+ 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = ""; };
+ 8A21977E0B65F4C1C5E3837B /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = ""; };
+ 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = ""; };
+ 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; };
+ 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; };
+ 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; };
+ 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ CD988B5916368E5D04184824 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = ""; };
+ ED46BA6EA1E7BF16982CD93E /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = ""; };
+ FB5A491155810C5933018E13 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = ""; };
+ FD065E287E7639F8E099ABB6 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = ""; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 97C146EB1CF9000F007C117D /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ C4E4F203D629CA96DDFBC5C3 /* Pods_Runner.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ FA9BE9B6EA7E7BCBD42252E6 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 8E0CA887E4AC2D47DFA27946 /* Pods_RunnerTests.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 326A107DF296D2AC97C5325B /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ 188B6CB88B5F52434A3EB3EE /* Pods_Runner.framework */,
+ 8A21977E0B65F4C1C5E3837B /* Pods_RunnerTests.framework */,
+ );
+ name = Frameworks;
+ sourceTree = "";
+ };
+ 331C8082294A63A400263BE5 /* RunnerTests */ = {
+ isa = PBXGroup;
+ children = (
+ 331C807B294A618700263BE5 /* RunnerTests.swift */,
+ );
+ path = RunnerTests;
+ sourceTree = "";
+ };
+ 893D8ED7738CFA6804C0A4EA /* Pods */ = {
+ isa = PBXGroup;
+ children = (
+ 748E645B3B0095EA46B38B7C /* Pods-Runner.debug.xcconfig */,
+ CD988B5916368E5D04184824 /* Pods-Runner.release.xcconfig */,
+ FD065E287E7639F8E099ABB6 /* Pods-Runner.profile.xcconfig */,
+ 6D7A8B2B84693B030E7C223B /* Pods-RunnerTests.debug.xcconfig */,
+ ED46BA6EA1E7BF16982CD93E /* Pods-RunnerTests.release.xcconfig */,
+ FB5A491155810C5933018E13 /* Pods-RunnerTests.profile.xcconfig */,
+ );
+ name = Pods;
+ path = Pods;
+ sourceTree = "";
+ };
+ 9740EEB11CF90186004384FC /* Flutter */ = {
+ isa = PBXGroup;
+ children = (
+ 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
+ 9740EEB21CF90195004384FC /* Debug.xcconfig */,
+ 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
+ 9740EEB31CF90195004384FC /* Generated.xcconfig */,
+ );
+ name = Flutter;
+ sourceTree = "";
+ };
+ 97C146E51CF9000F007C117D = {
+ isa = PBXGroup;
+ children = (
+ 9740EEB11CF90186004384FC /* Flutter */,
+ 97C146F01CF9000F007C117D /* Runner */,
+ 97C146EF1CF9000F007C117D /* Products */,
+ 331C8082294A63A400263BE5 /* RunnerTests */,
+ 893D8ED7738CFA6804C0A4EA /* Pods */,
+ 326A107DF296D2AC97C5325B /* Frameworks */,
+ );
+ sourceTree = "";
+ };
+ 97C146EF1CF9000F007C117D /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 97C146EE1CF9000F007C117D /* Runner.app */,
+ 331C8081294A63A400263BE5 /* RunnerTests.xctest */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ 97C146F01CF9000F007C117D /* Runner */ = {
+ isa = PBXGroup;
+ children = (
+ 97C146FA1CF9000F007C117D /* Main.storyboard */,
+ 97C146FD1CF9000F007C117D /* Assets.xcassets */,
+ 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
+ 97C147021CF9000F007C117D /* Info.plist */,
+ 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
+ 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
+ 74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
+ 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
+ );
+ path = Runner;
+ sourceTree = "";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 331C8080294A63A400263BE5 /* RunnerTests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
+ buildPhases = (
+ D188D3D4824E38DF9A9816E9 /* [CP] Check Pods Manifest.lock */,
+ 331C807D294A63A400263BE5 /* Sources */,
+ 331C807F294A63A400263BE5 /* Resources */,
+ FA9BE9B6EA7E7BCBD42252E6 /* Frameworks */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 331C8086294A63A400263BE5 /* PBXTargetDependency */,
+ );
+ name = RunnerTests;
+ productName = RunnerTests;
+ productReference = 331C8081294A63A400263BE5 /* RunnerTests.xctest */;
+ productType = "com.apple.product-type.bundle.unit-test";
+ };
+ 97C146ED1CF9000F007C117D /* Runner */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
+ buildPhases = (
+ AE209E9A9F6D7CF9B9066872 /* [CP] Check Pods Manifest.lock */,
+ 9740EEB61CF901F6004384FC /* Run Script */,
+ 97C146EA1CF9000F007C117D /* Sources */,
+ 97C146EB1CF9000F007C117D /* Frameworks */,
+ 97C146EC1CF9000F007C117D /* Resources */,
+ 9705A1C41CF9048500538489 /* Embed Frameworks */,
+ 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
+ E21207B228410755B017592C /* [CP] Embed Pods Frameworks */,
+ 9E4D8C3E866412C6132E20AD /* [CP] Copy Pods Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = Runner;
+ productName = Runner;
+ productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
+ productType = "com.apple.product-type.application";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 97C146E61CF9000F007C117D /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ BuildIndependentTargetsInParallel = YES;
+ LastUpgradeCheck = 1510;
+ ORGANIZATIONNAME = "";
+ TargetAttributes = {
+ 331C8080294A63A400263BE5 = {
+ CreatedOnToolsVersion = 14.0;
+ TestTargetID = 97C146ED1CF9000F007C117D;
+ };
+ 97C146ED1CF9000F007C117D = {
+ CreatedOnToolsVersion = 7.3.1;
+ LastSwiftMigration = 1100;
+ };
+ };
+ };
+ buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
+ compatibilityVersion = "Xcode 9.3";
+ developmentRegion = en;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ Base,
+ );
+ mainGroup = 97C146E51CF9000F007C117D;
+ productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 97C146ED1CF9000F007C117D /* Runner */,
+ 331C8080294A63A400263BE5 /* RunnerTests */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ 331C807F294A63A400263BE5 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 97C146EC1CF9000F007C117D /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
+ 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
+ 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
+ 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXShellScriptBuildPhase section */
+ 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
+ isa = PBXShellScriptBuildPhase;
+ alwaysOutOfDate = 1;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
+ );
+ name = "Thin Binary";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
+ };
+ 9740EEB61CF901F6004384FC /* Run Script */ = {
+ isa = PBXShellScriptBuildPhase;
+ alwaysOutOfDate = 1;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "Run Script";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
+ };
+ 9E4D8C3E866412C6132E20AD /* [CP] Copy Pods Resources */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputFileListPaths = (
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
+ );
+ name = "[CP] Copy Pods Resources";
+ outputFileListPaths = (
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
+ showEnvVarsInLog = 0;
+ };
+ AE209E9A9F6D7CF9B9066872 /* [CP] Check Pods Manifest.lock */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputFileListPaths = (
+ );
+ inputPaths = (
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
+ "${PODS_ROOT}/Manifest.lock",
+ );
+ name = "[CP] Check Pods Manifest.lock";
+ outputFileListPaths = (
+ );
+ outputPaths = (
+ "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
+ showEnvVarsInLog = 0;
+ };
+ D188D3D4824E38DF9A9816E9 /* [CP] Check Pods Manifest.lock */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputFileListPaths = (
+ );
+ inputPaths = (
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
+ "${PODS_ROOT}/Manifest.lock",
+ );
+ name = "[CP] Check Pods Manifest.lock";
+ outputFileListPaths = (
+ );
+ outputPaths = (
+ "$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
+ showEnvVarsInLog = 0;
+ };
+ E21207B228410755B017592C /* [CP] Embed Pods Frameworks */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputFileListPaths = (
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
+ );
+ name = "[CP] Embed Pods Frameworks";
+ outputFileListPaths = (
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
+ showEnvVarsInLog = 0;
+ };
+/* End PBXShellScriptBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 331C807D294A63A400263BE5 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 97C146EA1CF9000F007C117D /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
+ 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+ 331C8086294A63A400263BE5 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 97C146ED1CF9000F007C117D /* Runner */;
+ targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
+/* Begin PBXVariantGroup section */
+ 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 97C146FB1CF9000F007C117D /* Base */,
+ );
+ name = Main.storyboard;
+ sourceTree = "";
+ };
+ 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 97C147001CF9000F007C117D /* Base */,
+ );
+ name = LaunchScreen.storyboard;
+ sourceTree = "";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ 249021D3217E4FDB00AE95B9 /* Profile */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ ENABLE_USER_SCRIPT_SANDBOXING = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ SDKROOT = iphoneos;
+ SUPPORTED_PLATFORMS = iphoneos;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Profile;
+ };
+ 249021D4217E4FDB00AE95B9 /* Profile */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CLANG_ENABLE_MODULES = YES;
+ CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+ DEVELOPMENT_TEAM = TDVYRQ3Z3E;
+ ENABLE_BITCODE = NO;
+ INFOPLIST_FILE = Runner/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = kr.lunaticbum.brain.neuroGym;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
+ SWIFT_VERSION = 5.0;
+ VERSIONING_SYSTEM = "apple-generic";
+ };
+ name = Profile;
+ };
+ 331C8088294A63A400263BE5 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 6D7A8B2B84693B030E7C223B /* Pods-RunnerTests.debug.xcconfig */;
+ buildSettings = {
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ GENERATE_INFOPLIST_FILE = YES;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = kr.lunaticbum.brain.neuroGym.RunnerTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ SWIFT_VERSION = 5.0;
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
+ };
+ name = Debug;
+ };
+ 331C8089294A63A400263BE5 /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = ED46BA6EA1E7BF16982CD93E /* Pods-RunnerTests.release.xcconfig */;
+ buildSettings = {
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ GENERATE_INFOPLIST_FILE = YES;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = kr.lunaticbum.brain.neuroGym.RunnerTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
+ };
+ name = Release;
+ };
+ 331C808A294A63A400263BE5 /* Profile */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = FB5A491155810C5933018E13 /* Pods-RunnerTests.profile.xcconfig */;
+ buildSettings = {
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ GENERATE_INFOPLIST_FILE = YES;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = kr.lunaticbum.brain.neuroGym.RunnerTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
+ };
+ name = Profile;
+ };
+ 97C147031CF9000F007C117D /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ ENABLE_TESTABILITY = YES;
+ ENABLE_USER_SCRIPT_SANDBOXING = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ MTL_ENABLE_DEBUG_INFO = YES;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = iphoneos;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Debug;
+ };
+ 97C147041CF9000F007C117D /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ ENABLE_USER_SCRIPT_SANDBOXING = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ SDKROOT = iphoneos;
+ SUPPORTED_PLATFORMS = iphoneos;
+ SWIFT_COMPILATION_MODE = wholemodule;
+ SWIFT_OPTIMIZATION_LEVEL = "-O";
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+ 97C147061CF9000F007C117D /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CLANG_ENABLE_MODULES = YES;
+ CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+ DEVELOPMENT_TEAM = TDVYRQ3Z3E;
+ ENABLE_BITCODE = NO;
+ INFOPLIST_FILE = Runner/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = kr.lunaticbum.brain.neuroGym;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ SWIFT_VERSION = 5.0;
+ VERSIONING_SYSTEM = "apple-generic";
+ };
+ name = Debug;
+ };
+ 97C147071CF9000F007C117D /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CLANG_ENABLE_MODULES = YES;
+ CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+ DEVELOPMENT_TEAM = TDVYRQ3Z3E;
+ ENABLE_BITCODE = NO;
+ INFOPLIST_FILE = Runner/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = kr.lunaticbum.brain.neuroGym;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
+ SWIFT_VERSION = 5.0;
+ VERSIONING_SYSTEM = "apple-generic";
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 331C8088294A63A400263BE5 /* Debug */,
+ 331C8089294A63A400263BE5 /* Release */,
+ 331C808A294A63A400263BE5 /* Profile */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 97C147031CF9000F007C117D /* Debug */,
+ 97C147041CF9000F007C117D /* Release */,
+ 249021D3217E4FDB00AE95B9 /* Profile */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 97C147061CF9000F007C117D /* Debug */,
+ 97C147071CF9000F007C117D /* Release */,
+ 249021D4217E4FDB00AE95B9 /* Profile */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 97C146E61CF9000F007C117D /* Project object */;
+}
diff --git a/apps/neuro_gym/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/apps/neuro_gym/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..919434a
--- /dev/null
+++ b/apps/neuro_gym/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/apps/neuro_gym/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/apps/neuro_gym/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000..18d9810
--- /dev/null
+++ b/apps/neuro_gym/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/apps/neuro_gym/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/apps/neuro_gym/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
new file mode 100644
index 0000000..f9b0d7c
--- /dev/null
+++ b/apps/neuro_gym/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
@@ -0,0 +1,8 @@
+
+
+
+
+ PreviewsEnabled
+
+
+
diff --git a/apps/neuro_gym/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/apps/neuro_gym/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
new file mode 100644
index 0000000..e3773d4
--- /dev/null
+++ b/apps/neuro_gym/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/apps/neuro_gym/ios/Runner.xcworkspace/contents.xcworkspacedata b/apps/neuro_gym/ios/Runner.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..21a3cc1
--- /dev/null
+++ b/apps/neuro_gym/ios/Runner.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
diff --git a/apps/neuro_gym/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/apps/neuro_gym/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000..18d9810
--- /dev/null
+++ b/apps/neuro_gym/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/apps/neuro_gym/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/apps/neuro_gym/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
new file mode 100644
index 0000000..f9b0d7c
--- /dev/null
+++ b/apps/neuro_gym/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
@@ -0,0 +1,8 @@
+
+
+
+
+ PreviewsEnabled
+
+
+
diff --git a/apps/neuro_gym/ios/Runner/AppDelegate.swift b/apps/neuro_gym/ios/Runner/AppDelegate.swift
new file mode 100644
index 0000000..6266644
--- /dev/null
+++ b/apps/neuro_gym/ios/Runner/AppDelegate.swift
@@ -0,0 +1,13 @@
+import Flutter
+import UIKit
+
+@main
+@objc class AppDelegate: FlutterAppDelegate {
+ override func application(
+ _ application: UIApplication,
+ didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
+ ) -> Bool {
+ GeneratedPluginRegistrant.register(with: self)
+ return super.application(application, didFinishLaunchingWithOptions: launchOptions)
+ }
+}
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 0000000..d36b1fa
--- /dev/null
+++ b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,122 @@
+{
+ "images" : [
+ {
+ "size" : "20x20",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-20x20@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "20x20",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-20x20@3x.png",
+ "scale" : "3x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-29x29@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-29x29@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-29x29@3x.png",
+ "scale" : "3x"
+ },
+ {
+ "size" : "40x40",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-40x40@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "40x40",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-40x40@3x.png",
+ "scale" : "3x"
+ },
+ {
+ "size" : "60x60",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-60x60@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "60x60",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-60x60@3x.png",
+ "scale" : "3x"
+ },
+ {
+ "size" : "20x20",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-20x20@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "20x20",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-20x20@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-29x29@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-29x29@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "40x40",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-40x40@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "40x40",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-40x40@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "76x76",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-76x76@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "76x76",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-76x76@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "83.5x83.5",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-83.5x83.5@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "1024x1024",
+ "idiom" : "ios-marketing",
+ "filename" : "Icon-App-1024x1024@1x.png",
+ "scale" : "1x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
new file mode 100644
index 0000000..dc9ada4
Binary files /dev/null and b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png differ
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
new file mode 100644
index 0000000..7353c41
Binary files /dev/null and b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png differ
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
new file mode 100644
index 0000000..797d452
Binary files /dev/null and b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png differ
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
new file mode 100644
index 0000000..6ed2d93
Binary files /dev/null and b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png differ
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
new file mode 100644
index 0000000..4cd7b00
Binary files /dev/null and b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png differ
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
new file mode 100644
index 0000000..fe73094
Binary files /dev/null and b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png differ
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
new file mode 100644
index 0000000..321773c
Binary files /dev/null and b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png differ
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
new file mode 100644
index 0000000..797d452
Binary files /dev/null and b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png differ
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
new file mode 100644
index 0000000..502f463
Binary files /dev/null and b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png differ
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
new file mode 100644
index 0000000..0ec3034
Binary files /dev/null and b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png differ
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
new file mode 100644
index 0000000..0ec3034
Binary files /dev/null and b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png differ
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
new file mode 100644
index 0000000..e9f5fea
Binary files /dev/null and b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png differ
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
new file mode 100644
index 0000000..84ac32a
Binary files /dev/null and b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png differ
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
new file mode 100644
index 0000000..8953cba
Binary files /dev/null and b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png differ
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
new file mode 100644
index 0000000..0467bf1
Binary files /dev/null and b/apps/neuro_gym/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png differ
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json b/apps/neuro_gym/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
new file mode 100644
index 0000000..0bedcf2
--- /dev/null
+++ b/apps/neuro_gym/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
@@ -0,0 +1,23 @@
+{
+ "images" : [
+ {
+ "idiom" : "universal",
+ "filename" : "LaunchImage.png",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "universal",
+ "filename" : "LaunchImage@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "universal",
+ "filename" : "LaunchImage@3x.png",
+ "scale" : "3x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png b/apps/neuro_gym/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
new file mode 100644
index 0000000..9da19ea
Binary files /dev/null and b/apps/neuro_gym/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png differ
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png b/apps/neuro_gym/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
new file mode 100644
index 0000000..9da19ea
Binary files /dev/null and b/apps/neuro_gym/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png differ
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png b/apps/neuro_gym/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
new file mode 100644
index 0000000..9da19ea
Binary files /dev/null and b/apps/neuro_gym/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png differ
diff --git a/apps/neuro_gym/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md b/apps/neuro_gym/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
new file mode 100644
index 0000000..89c2725
--- /dev/null
+++ b/apps/neuro_gym/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
@@ -0,0 +1,5 @@
+# Launch Screen Assets
+
+You can customize the launch screen with your own desired assets by replacing the image files in this directory.
+
+You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images.
\ No newline at end of file
diff --git a/apps/neuro_gym/ios/Runner/Base.lproj/LaunchScreen.storyboard b/apps/neuro_gym/ios/Runner/Base.lproj/LaunchScreen.storyboard
new file mode 100644
index 0000000..f2e259c
--- /dev/null
+++ b/apps/neuro_gym/ios/Runner/Base.lproj/LaunchScreen.storyboard
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/apps/neuro_gym/ios/Runner/Base.lproj/Main.storyboard b/apps/neuro_gym/ios/Runner/Base.lproj/Main.storyboard
new file mode 100644
index 0000000..f3c2851
--- /dev/null
+++ b/apps/neuro_gym/ios/Runner/Base.lproj/Main.storyboard
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/apps/neuro_gym/ios/Runner/Info.plist b/apps/neuro_gym/ios/Runner/Info.plist
new file mode 100644
index 0000000..8843902
--- /dev/null
+++ b/apps/neuro_gym/ios/Runner/Info.plist
@@ -0,0 +1,55 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleDisplayName
+ Neuro Gym
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ neuro_gym
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ $(FLUTTER_BUILD_NAME)
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ $(FLUTTER_BUILD_NUMBER)
+ LSRequiresIPhoneOS
+
+ UILaunchStoryboardName
+ LaunchScreen
+ UIMainStoryboardFile
+ Main
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationPortraitUpsideDown
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ CADisableMinimumFrameDurationOnPhone
+
+ UIApplicationSupportsIndirectInputEvents
+
+ GADApplicationIdentifier
+ ca-app-pub-3940256099942544~1458002511
+ NSSpeechRecognitionUsageDescription
+ 말하기 훈련을 위해 음성 인식이 필요합니다.
+ NSMicrophoneUsageDescription
+ 목소리를 듣기 위해 마이크 권한이 필요합니다.
+
+
diff --git a/apps/neuro_gym/ios/Runner/Runner-Bridging-Header.h b/apps/neuro_gym/ios/Runner/Runner-Bridging-Header.h
new file mode 100644
index 0000000..308a2a5
--- /dev/null
+++ b/apps/neuro_gym/ios/Runner/Runner-Bridging-Header.h
@@ -0,0 +1 @@
+#import "GeneratedPluginRegistrant.h"
diff --git a/apps/neuro_gym/ios/RunnerTests/RunnerTests.swift b/apps/neuro_gym/ios/RunnerTests/RunnerTests.swift
new file mode 100644
index 0000000..86a7c3b
--- /dev/null
+++ b/apps/neuro_gym/ios/RunnerTests/RunnerTests.swift
@@ -0,0 +1,12 @@
+import Flutter
+import UIKit
+import XCTest
+
+class RunnerTests: XCTestCase {
+
+ func testExample() {
+ // If you add code to the Runner application, consider adding tests here.
+ // See https://developer.apple.com/documentation/xctest for more information about using XCTest.
+ }
+
+}
diff --git a/apps/neuro_gym/lib/main.dart b/apps/neuro_gym/lib/main.dart
new file mode 100644
index 0000000..0275513
--- /dev/null
+++ b/apps/neuro_gym/lib/main.dart
@@ -0,0 +1,63 @@
+import 'package:flutter/material.dart';
+import 'package:flutter/services.dart';
+import 'package:provider/provider.dart';
+import 'package:feature_brain_trainer/feature_brain_trainer.dart';
+import 'package:service_api/service_api.dart';
+import 'package:feature_common/feature_common.dart'; // ThemeNotifier가 여기 포함되어 있습니다.
+
+void main() async {
+ WidgetsFlutterBinding.ensureInitialized();
+
+ // 세로 모드 고정
+ await SystemChrome.setPreferredOrientations([
+ DeviceOrientation.portraitUp,
+ DeviceOrientation.portraitDown,
+ ]);
+
+ // 1. 서비스 및 Notifier 인스턴스 생성
+ final identityService = IdentityService();
+ final sessionNotifier = SessionNotifier(identityService);
+
+ // [Fix] ThemeNotifier 생성 (에러 원인 해결)
+ final themeNotifier = ThemeNotifier();
+
+ // 2. 초기 데이터 로드
+ await sessionNotifier.loadSession();
+
+ runApp(
+ MultiProvider(
+ providers: [
+ // 기존 Provider
+ Provider.value(value: identityService),
+ ChangeNotifierProvider.value(value: sessionNotifier),
+
+ // [Fix] ThemeNotifier 등록 (이 줄이 없어서 에러가 났습니다)
+ ChangeNotifierProvider.value(value: themeNotifier),
+ ],
+ child: const NeuroGymApp(),
+ ),
+ );
+}
+
+class NeuroGymApp extends StatelessWidget {
+ const NeuroGymApp({super.key});
+
+ @override
+ Widget build(BuildContext context) {
+ // ThemeNotifier를 통해 테마를 동적으로 가져올 수도 있지만,
+ // 기본적으로 Consumer를 쓰거나 context.watch를 씁니다.
+ // 여기서는 기본 설정을 유지합니다.
+
+ return Consumer(
+ builder: (context, theme, child) {
+ return MaterialApp(
+ title: 'NeuroGym',
+ // [Fix] ThemeNotifier의 테마 적용 (선택 사항이나 권장됨)
+ theme: theme.getTheme(),
+ home: const BrainTrainingHome(),
+ debugShowCheckedModeBanner: false,
+ );
+ }
+ );
+ }
+}
\ No newline at end of file
diff --git a/apps/neuro_gym/linux/.gitignore b/apps/neuro_gym/linux/.gitignore
new file mode 100644
index 0000000..d3896c9
--- /dev/null
+++ b/apps/neuro_gym/linux/.gitignore
@@ -0,0 +1 @@
+flutter/ephemeral
diff --git a/apps/neuro_gym/linux/CMakeLists.txt b/apps/neuro_gym/linux/CMakeLists.txt
new file mode 100644
index 0000000..6ad3585
--- /dev/null
+++ b/apps/neuro_gym/linux/CMakeLists.txt
@@ -0,0 +1,128 @@
+# Project-level configuration.
+cmake_minimum_required(VERSION 3.13)
+project(runner LANGUAGES CXX)
+
+# The name of the executable created for the application. Change this to change
+# the on-disk name of your application.
+set(BINARY_NAME "neuro_gym")
+# The unique GTK application identifier for this application. See:
+# https://wiki.gnome.org/HowDoI/ChooseApplicationID
+set(APPLICATION_ID "kr.lunaticbum.brain.neuro_gym")
+
+# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
+# versions of CMake.
+cmake_policy(SET CMP0063 NEW)
+
+# Load bundled libraries from the lib/ directory relative to the binary.
+set(CMAKE_INSTALL_RPATH "$ORIGIN/lib")
+
+# Root filesystem for cross-building.
+if(FLUTTER_TARGET_PLATFORM_SYSROOT)
+ set(CMAKE_SYSROOT ${FLUTTER_TARGET_PLATFORM_SYSROOT})
+ set(CMAKE_FIND_ROOT_PATH ${CMAKE_SYSROOT})
+ set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
+ set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
+ set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
+ set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
+endif()
+
+# Define build configuration options.
+if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
+ set(CMAKE_BUILD_TYPE "Debug" CACHE
+ STRING "Flutter build mode" FORCE)
+ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS
+ "Debug" "Profile" "Release")
+endif()
+
+# Compilation settings that should be applied to most targets.
+#
+# Be cautious about adding new options here, as plugins use this function by
+# default. In most cases, you should add new options to specific targets instead
+# of modifying this function.
+function(APPLY_STANDARD_SETTINGS TARGET)
+ target_compile_features(${TARGET} PUBLIC cxx_std_14)
+ target_compile_options(${TARGET} PRIVATE -Wall -Werror)
+ target_compile_options(${TARGET} PRIVATE "$<$>:-O3>")
+ target_compile_definitions(${TARGET} PRIVATE "$<$>:NDEBUG>")
+endfunction()
+
+# Flutter library and tool build rules.
+set(FLUTTER_MANAGED_DIR "${CMAKE_CURRENT_SOURCE_DIR}/flutter")
+add_subdirectory(${FLUTTER_MANAGED_DIR})
+
+# System-level dependencies.
+find_package(PkgConfig REQUIRED)
+pkg_check_modules(GTK REQUIRED IMPORTED_TARGET gtk+-3.0)
+
+# Application build; see runner/CMakeLists.txt.
+add_subdirectory("runner")
+
+# Run the Flutter tool portions of the build. This must not be removed.
+add_dependencies(${BINARY_NAME} flutter_assemble)
+
+# Only the install-generated bundle's copy of the executable will launch
+# correctly, since the resources must in the right relative locations. To avoid
+# people trying to run the unbundled copy, put it in a subdirectory instead of
+# the default top-level location.
+set_target_properties(${BINARY_NAME}
+ PROPERTIES
+ RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/intermediates_do_not_run"
+)
+
+
+# Generated plugin build rules, which manage building the plugins and adding
+# them to the application.
+include(flutter/generated_plugins.cmake)
+
+
+# === Installation ===
+# By default, "installing" just makes a relocatable bundle in the build
+# directory.
+set(BUILD_BUNDLE_DIR "${PROJECT_BINARY_DIR}/bundle")
+if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
+ set(CMAKE_INSTALL_PREFIX "${BUILD_BUNDLE_DIR}" CACHE PATH "..." FORCE)
+endif()
+
+# Start with a clean build bundle directory every time.
+install(CODE "
+ file(REMOVE_RECURSE \"${BUILD_BUNDLE_DIR}/\")
+ " COMPONENT Runtime)
+
+set(INSTALL_BUNDLE_DATA_DIR "${CMAKE_INSTALL_PREFIX}/data")
+set(INSTALL_BUNDLE_LIB_DIR "${CMAKE_INSTALL_PREFIX}/lib")
+
+install(TARGETS ${BINARY_NAME} RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}"
+ COMPONENT Runtime)
+
+install(FILES "${FLUTTER_ICU_DATA_FILE}" DESTINATION "${INSTALL_BUNDLE_DATA_DIR}"
+ COMPONENT Runtime)
+
+install(FILES "${FLUTTER_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
+ COMPONENT Runtime)
+
+foreach(bundled_library ${PLUGIN_BUNDLED_LIBRARIES})
+ install(FILES "${bundled_library}"
+ DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
+ COMPONENT Runtime)
+endforeach(bundled_library)
+
+# Copy the native assets provided by the build.dart from all packages.
+set(NATIVE_ASSETS_DIR "${PROJECT_BUILD_DIR}native_assets/linux/")
+install(DIRECTORY "${NATIVE_ASSETS_DIR}"
+ DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
+ COMPONENT Runtime)
+
+# Fully re-copy the assets directory on each build to avoid having stale files
+# from a previous install.
+set(FLUTTER_ASSET_DIR_NAME "flutter_assets")
+install(CODE "
+ file(REMOVE_RECURSE \"${INSTALL_BUNDLE_DATA_DIR}/${FLUTTER_ASSET_DIR_NAME}\")
+ " COMPONENT Runtime)
+install(DIRECTORY "${PROJECT_BUILD_DIR}/${FLUTTER_ASSET_DIR_NAME}"
+ DESTINATION "${INSTALL_BUNDLE_DATA_DIR}" COMPONENT Runtime)
+
+# Install the AOT library on non-Debug builds only.
+if(NOT CMAKE_BUILD_TYPE MATCHES "Debug")
+ install(FILES "${AOT_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
+ COMPONENT Runtime)
+endif()
diff --git a/apps/neuro_gym/linux/flutter/CMakeLists.txt b/apps/neuro_gym/linux/flutter/CMakeLists.txt
new file mode 100644
index 0000000..d5bd016
--- /dev/null
+++ b/apps/neuro_gym/linux/flutter/CMakeLists.txt
@@ -0,0 +1,88 @@
+# This file controls Flutter-level build steps. It should not be edited.
+cmake_minimum_required(VERSION 3.10)
+
+set(EPHEMERAL_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ephemeral")
+
+# Configuration provided via flutter tool.
+include(${EPHEMERAL_DIR}/generated_config.cmake)
+
+# TODO: Move the rest of this into files in ephemeral. See
+# https://github.com/flutter/flutter/issues/57146.
+
+# Serves the same purpose as list(TRANSFORM ... PREPEND ...),
+# which isn't available in 3.10.
+function(list_prepend LIST_NAME PREFIX)
+ set(NEW_LIST "")
+ foreach(element ${${LIST_NAME}})
+ list(APPEND NEW_LIST "${PREFIX}${element}")
+ endforeach(element)
+ set(${LIST_NAME} "${NEW_LIST}" PARENT_SCOPE)
+endfunction()
+
+# === Flutter Library ===
+# System-level dependencies.
+find_package(PkgConfig REQUIRED)
+pkg_check_modules(GTK REQUIRED IMPORTED_TARGET gtk+-3.0)
+pkg_check_modules(GLIB REQUIRED IMPORTED_TARGET glib-2.0)
+pkg_check_modules(GIO REQUIRED IMPORTED_TARGET gio-2.0)
+
+set(FLUTTER_LIBRARY "${EPHEMERAL_DIR}/libflutter_linux_gtk.so")
+
+# Published to parent scope for install step.
+set(FLUTTER_LIBRARY ${FLUTTER_LIBRARY} PARENT_SCOPE)
+set(FLUTTER_ICU_DATA_FILE "${EPHEMERAL_DIR}/icudtl.dat" PARENT_SCOPE)
+set(PROJECT_BUILD_DIR "${PROJECT_DIR}/build/" PARENT_SCOPE)
+set(AOT_LIBRARY "${PROJECT_DIR}/build/lib/libapp.so" PARENT_SCOPE)
+
+list(APPEND FLUTTER_LIBRARY_HEADERS
+ "fl_basic_message_channel.h"
+ "fl_binary_codec.h"
+ "fl_binary_messenger.h"
+ "fl_dart_project.h"
+ "fl_engine.h"
+ "fl_json_message_codec.h"
+ "fl_json_method_codec.h"
+ "fl_message_codec.h"
+ "fl_method_call.h"
+ "fl_method_channel.h"
+ "fl_method_codec.h"
+ "fl_method_response.h"
+ "fl_plugin_registrar.h"
+ "fl_plugin_registry.h"
+ "fl_standard_message_codec.h"
+ "fl_standard_method_codec.h"
+ "fl_string_codec.h"
+ "fl_value.h"
+ "fl_view.h"
+ "flutter_linux.h"
+)
+list_prepend(FLUTTER_LIBRARY_HEADERS "${EPHEMERAL_DIR}/flutter_linux/")
+add_library(flutter INTERFACE)
+target_include_directories(flutter INTERFACE
+ "${EPHEMERAL_DIR}"
+)
+target_link_libraries(flutter INTERFACE "${FLUTTER_LIBRARY}")
+target_link_libraries(flutter INTERFACE
+ PkgConfig::GTK
+ PkgConfig::GLIB
+ PkgConfig::GIO
+)
+add_dependencies(flutter flutter_assemble)
+
+# === Flutter tool backend ===
+# _phony_ is a non-existent file to force this command to run every time,
+# since currently there's no way to get a full input/output list from the
+# flutter tool.
+add_custom_command(
+ OUTPUT ${FLUTTER_LIBRARY} ${FLUTTER_LIBRARY_HEADERS}
+ ${CMAKE_CURRENT_BINARY_DIR}/_phony_
+ COMMAND ${CMAKE_COMMAND} -E env
+ ${FLUTTER_TOOL_ENVIRONMENT}
+ "${FLUTTER_ROOT}/packages/flutter_tools/bin/tool_backend.sh"
+ ${FLUTTER_TARGET_PLATFORM} ${CMAKE_BUILD_TYPE}
+ VERBATIM
+)
+add_custom_target(flutter_assemble DEPENDS
+ "${FLUTTER_LIBRARY}"
+ ${FLUTTER_LIBRARY_HEADERS}
+)
diff --git a/apps/neuro_gym/linux/flutter/generated_plugin_registrant.cc b/apps/neuro_gym/linux/flutter/generated_plugin_registrant.cc
new file mode 100644
index 0000000..38dd0bc
--- /dev/null
+++ b/apps/neuro_gym/linux/flutter/generated_plugin_registrant.cc
@@ -0,0 +1,19 @@
+//
+// Generated file. Do not edit.
+//
+
+// clang-format off
+
+#include "generated_plugin_registrant.h"
+
+#include
+#include
+
+void fl_register_plugins(FlPluginRegistry* registry) {
+ g_autoptr(FlPluginRegistrar) flutter_secure_storage_linux_registrar =
+ fl_plugin_registry_get_registrar_for_plugin(registry, "FlutterSecureStorageLinuxPlugin");
+ flutter_secure_storage_linux_plugin_register_with_registrar(flutter_secure_storage_linux_registrar);
+ g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar =
+ fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin");
+ url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar);
+}
diff --git a/apps/neuro_gym/linux/flutter/generated_plugin_registrant.h b/apps/neuro_gym/linux/flutter/generated_plugin_registrant.h
new file mode 100644
index 0000000..e0f0a47
--- /dev/null
+++ b/apps/neuro_gym/linux/flutter/generated_plugin_registrant.h
@@ -0,0 +1,15 @@
+//
+// Generated file. Do not edit.
+//
+
+// clang-format off
+
+#ifndef GENERATED_PLUGIN_REGISTRANT_
+#define GENERATED_PLUGIN_REGISTRANT_
+
+#include
+
+// Registers Flutter plugins.
+void fl_register_plugins(FlPluginRegistry* registry);
+
+#endif // GENERATED_PLUGIN_REGISTRANT_
diff --git a/apps/neuro_gym/linux/flutter/generated_plugins.cmake b/apps/neuro_gym/linux/flutter/generated_plugins.cmake
new file mode 100644
index 0000000..65240e9
--- /dev/null
+++ b/apps/neuro_gym/linux/flutter/generated_plugins.cmake
@@ -0,0 +1,25 @@
+#
+# Generated file, do not edit.
+#
+
+list(APPEND FLUTTER_PLUGIN_LIST
+ flutter_secure_storage_linux
+ url_launcher_linux
+)
+
+list(APPEND FLUTTER_FFI_PLUGIN_LIST
+)
+
+set(PLUGIN_BUNDLED_LIBRARIES)
+
+foreach(plugin ${FLUTTER_PLUGIN_LIST})
+ add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/linux plugins/${plugin})
+ target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
+ list(APPEND PLUGIN_BUNDLED_LIBRARIES $)
+ list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
+endforeach(plugin)
+
+foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
+ add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/linux plugins/${ffi_plugin})
+ list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
+endforeach(ffi_plugin)
diff --git a/apps/neuro_gym/linux/runner/CMakeLists.txt b/apps/neuro_gym/linux/runner/CMakeLists.txt
new file mode 100644
index 0000000..e97dabc
--- /dev/null
+++ b/apps/neuro_gym/linux/runner/CMakeLists.txt
@@ -0,0 +1,26 @@
+cmake_minimum_required(VERSION 3.13)
+project(runner LANGUAGES CXX)
+
+# Define the application target. To change its name, change BINARY_NAME in the
+# top-level CMakeLists.txt, not the value here, or `flutter run` will no longer
+# work.
+#
+# Any new source files that you add to the application should be added here.
+add_executable(${BINARY_NAME}
+ "main.cc"
+ "my_application.cc"
+ "${FLUTTER_MANAGED_DIR}/generated_plugin_registrant.cc"
+)
+
+# Apply the standard set of build settings. This can be removed for applications
+# that need different build settings.
+apply_standard_settings(${BINARY_NAME})
+
+# Add preprocessor definitions for the application ID.
+add_definitions(-DAPPLICATION_ID="${APPLICATION_ID}")
+
+# Add dependency libraries. Add any application-specific dependencies here.
+target_link_libraries(${BINARY_NAME} PRIVATE flutter)
+target_link_libraries(${BINARY_NAME} PRIVATE PkgConfig::GTK)
+
+target_include_directories(${BINARY_NAME} PRIVATE "${CMAKE_SOURCE_DIR}")
diff --git a/apps/neuro_gym/linux/runner/main.cc b/apps/neuro_gym/linux/runner/main.cc
new file mode 100644
index 0000000..e7c5c54
--- /dev/null
+++ b/apps/neuro_gym/linux/runner/main.cc
@@ -0,0 +1,6 @@
+#include "my_application.h"
+
+int main(int argc, char** argv) {
+ g_autoptr(MyApplication) app = my_application_new();
+ return g_application_run(G_APPLICATION(app), argc, argv);
+}
diff --git a/apps/neuro_gym/linux/runner/my_application.cc b/apps/neuro_gym/linux/runner/my_application.cc
new file mode 100644
index 0000000..bf945eb
--- /dev/null
+++ b/apps/neuro_gym/linux/runner/my_application.cc
@@ -0,0 +1,144 @@
+#include "my_application.h"
+
+#include
+#ifdef GDK_WINDOWING_X11
+#include
+#endif
+
+#include "flutter/generated_plugin_registrant.h"
+
+struct _MyApplication {
+ GtkApplication parent_instance;
+ char** dart_entrypoint_arguments;
+};
+
+G_DEFINE_TYPE(MyApplication, my_application, GTK_TYPE_APPLICATION)
+
+// Called when first Flutter frame received.
+static void first_frame_cb(MyApplication* self, FlView *view)
+{
+ gtk_widget_show(gtk_widget_get_toplevel(GTK_WIDGET(view)));
+}
+
+// Implements GApplication::activate.
+static void my_application_activate(GApplication* application) {
+ MyApplication* self = MY_APPLICATION(application);
+ GtkWindow* window =
+ GTK_WINDOW(gtk_application_window_new(GTK_APPLICATION(application)));
+
+ // Use a header bar when running in GNOME as this is the common style used
+ // by applications and is the setup most users will be using (e.g. Ubuntu
+ // desktop).
+ // If running on X and not using GNOME then just use a traditional title bar
+ // in case the window manager does more exotic layout, e.g. tiling.
+ // If running on Wayland assume the header bar will work (may need changing
+ // if future cases occur).
+ gboolean use_header_bar = TRUE;
+#ifdef GDK_WINDOWING_X11
+ GdkScreen* screen = gtk_window_get_screen(window);
+ if (GDK_IS_X11_SCREEN(screen)) {
+ const gchar* wm_name = gdk_x11_screen_get_window_manager_name(screen);
+ if (g_strcmp0(wm_name, "GNOME Shell") != 0) {
+ use_header_bar = FALSE;
+ }
+ }
+#endif
+ if (use_header_bar) {
+ GtkHeaderBar* header_bar = GTK_HEADER_BAR(gtk_header_bar_new());
+ gtk_widget_show(GTK_WIDGET(header_bar));
+ gtk_header_bar_set_title(header_bar, "neuro_gym");
+ gtk_header_bar_set_show_close_button(header_bar, TRUE);
+ gtk_window_set_titlebar(window, GTK_WIDGET(header_bar));
+ } else {
+ gtk_window_set_title(window, "neuro_gym");
+ }
+
+ gtk_window_set_default_size(window, 1280, 720);
+
+ g_autoptr(FlDartProject) project = fl_dart_project_new();
+ fl_dart_project_set_dart_entrypoint_arguments(project, self->dart_entrypoint_arguments);
+
+ FlView* view = fl_view_new(project);
+ GdkRGBA background_color;
+ // Background defaults to black, override it here if necessary, e.g. #00000000 for transparent.
+ gdk_rgba_parse(&background_color, "#000000");
+ fl_view_set_background_color(view, &background_color);
+ gtk_widget_show(GTK_WIDGET(view));
+ gtk_container_add(GTK_CONTAINER(window), GTK_WIDGET(view));
+
+ // Show the window when Flutter renders.
+ // Requires the view to be realized so we can start rendering.
+ g_signal_connect_swapped(view, "first-frame", G_CALLBACK(first_frame_cb), self);
+ gtk_widget_realize(GTK_WIDGET(view));
+
+ fl_register_plugins(FL_PLUGIN_REGISTRY(view));
+
+ gtk_widget_grab_focus(GTK_WIDGET(view));
+}
+
+// Implements GApplication::local_command_line.
+static gboolean my_application_local_command_line(GApplication* application, gchar*** arguments, int* exit_status) {
+ MyApplication* self = MY_APPLICATION(application);
+ // Strip out the first argument as it is the binary name.
+ self->dart_entrypoint_arguments = g_strdupv(*arguments + 1);
+
+ g_autoptr(GError) error = nullptr;
+ if (!g_application_register(application, nullptr, &error)) {
+ g_warning("Failed to register: %s", error->message);
+ *exit_status = 1;
+ return TRUE;
+ }
+
+ g_application_activate(application);
+ *exit_status = 0;
+
+ return TRUE;
+}
+
+// Implements GApplication::startup.
+static void my_application_startup(GApplication* application) {
+ //MyApplication* self = MY_APPLICATION(object);
+
+ // Perform any actions required at application startup.
+
+ G_APPLICATION_CLASS(my_application_parent_class)->startup(application);
+}
+
+// Implements GApplication::shutdown.
+static void my_application_shutdown(GApplication* application) {
+ //MyApplication* self = MY_APPLICATION(object);
+
+ // Perform any actions required at application shutdown.
+
+ G_APPLICATION_CLASS(my_application_parent_class)->shutdown(application);
+}
+
+// Implements GObject::dispose.
+static void my_application_dispose(GObject* object) {
+ MyApplication* self = MY_APPLICATION(object);
+ g_clear_pointer(&self->dart_entrypoint_arguments, g_strfreev);
+ G_OBJECT_CLASS(my_application_parent_class)->dispose(object);
+}
+
+static void my_application_class_init(MyApplicationClass* klass) {
+ G_APPLICATION_CLASS(klass)->activate = my_application_activate;
+ G_APPLICATION_CLASS(klass)->local_command_line = my_application_local_command_line;
+ G_APPLICATION_CLASS(klass)->startup = my_application_startup;
+ G_APPLICATION_CLASS(klass)->shutdown = my_application_shutdown;
+ G_OBJECT_CLASS(klass)->dispose = my_application_dispose;
+}
+
+static void my_application_init(MyApplication* self) {}
+
+MyApplication* my_application_new() {
+ // Set the program name to the application ID, which helps various systems
+ // like GTK and desktop environments map this running application to its
+ // corresponding .desktop file. This ensures better integration by allowing
+ // the application to be recognized beyond its binary name.
+ g_set_prgname(APPLICATION_ID);
+
+ return MY_APPLICATION(g_object_new(my_application_get_type(),
+ "application-id", APPLICATION_ID,
+ "flags", G_APPLICATION_NON_UNIQUE,
+ nullptr));
+}
diff --git a/apps/neuro_gym/linux/runner/my_application.h b/apps/neuro_gym/linux/runner/my_application.h
new file mode 100644
index 0000000..72271d5
--- /dev/null
+++ b/apps/neuro_gym/linux/runner/my_application.h
@@ -0,0 +1,18 @@
+#ifndef FLUTTER_MY_APPLICATION_H_
+#define FLUTTER_MY_APPLICATION_H_
+
+#include
+
+G_DECLARE_FINAL_TYPE(MyApplication, my_application, MY, APPLICATION,
+ GtkApplication)
+
+/**
+ * my_application_new:
+ *
+ * Creates a new Flutter-based application.
+ *
+ * Returns: a new #MyApplication.
+ */
+MyApplication* my_application_new();
+
+#endif // FLUTTER_MY_APPLICATION_H_
diff --git a/apps/neuro_gym/macos/.gitignore b/apps/neuro_gym/macos/.gitignore
new file mode 100644
index 0000000..746adbb
--- /dev/null
+++ b/apps/neuro_gym/macos/.gitignore
@@ -0,0 +1,7 @@
+# Flutter-related
+**/Flutter/ephemeral/
+**/Pods/
+
+# Xcode-related
+**/dgph
+**/xcuserdata/
diff --git a/apps/neuro_gym/macos/Flutter/Flutter-Debug.xcconfig b/apps/neuro_gym/macos/Flutter/Flutter-Debug.xcconfig
new file mode 100644
index 0000000..4b81f9b
--- /dev/null
+++ b/apps/neuro_gym/macos/Flutter/Flutter-Debug.xcconfig
@@ -0,0 +1,2 @@
+#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
+#include "ephemeral/Flutter-Generated.xcconfig"
diff --git a/apps/neuro_gym/macos/Flutter/Flutter-Release.xcconfig b/apps/neuro_gym/macos/Flutter/Flutter-Release.xcconfig
new file mode 100644
index 0000000..5caa9d1
--- /dev/null
+++ b/apps/neuro_gym/macos/Flutter/Flutter-Release.xcconfig
@@ -0,0 +1,2 @@
+#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
+#include "ephemeral/Flutter-Generated.xcconfig"
diff --git a/apps/neuro_gym/macos/Flutter/GeneratedPluginRegistrant.swift b/apps/neuro_gym/macos/Flutter/GeneratedPluginRegistrant.swift
new file mode 100644
index 0000000..2d9d90b
--- /dev/null
+++ b/apps/neuro_gym/macos/Flutter/GeneratedPluginRegistrant.swift
@@ -0,0 +1,28 @@
+//
+// Generated file. Do not edit.
+//
+
+import FlutterMacOS
+import Foundation
+
+import flutter_secure_storage_macos
+import flutter_tts
+import google_sign_in_ios
+import path_provider_foundation
+import shared_preferences_foundation
+import sign_in_with_apple
+import speech_to_text_macos
+import url_launcher_macos
+import webview_flutter_wkwebview
+
+func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
+ FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
+ FlutterTtsPlugin.register(with: registry.registrar(forPlugin: "FlutterTtsPlugin"))
+ FLTGoogleSignInPlugin.register(with: registry.registrar(forPlugin: "FLTGoogleSignInPlugin"))
+ PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
+ SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
+ SignInWithApplePlugin.register(with: registry.registrar(forPlugin: "SignInWithApplePlugin"))
+ SpeechToTextMacosPlugin.register(with: registry.registrar(forPlugin: "SpeechToTextMacosPlugin"))
+ UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
+ WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))
+}
diff --git a/apps/neuro_gym/macos/Podfile b/apps/neuro_gym/macos/Podfile
new file mode 100644
index 0000000..ff5ddb3
--- /dev/null
+++ b/apps/neuro_gym/macos/Podfile
@@ -0,0 +1,42 @@
+platform :osx, '10.15'
+
+# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
+ENV['COCOAPODS_DISABLE_STATS'] = 'true'
+
+project 'Runner', {
+ 'Debug' => :debug,
+ 'Profile' => :release,
+ 'Release' => :release,
+}
+
+def flutter_root
+ generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'ephemeral', 'Flutter-Generated.xcconfig'), __FILE__)
+ unless File.exist?(generated_xcode_build_settings_path)
+ raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure \"flutter pub get\" is executed first"
+ end
+
+ File.foreach(generated_xcode_build_settings_path) do |line|
+ matches = line.match(/FLUTTER_ROOT\=(.*)/)
+ return matches[1].strip if matches
+ end
+ raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Flutter-Generated.xcconfig, then run \"flutter pub get\""
+end
+
+require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)
+
+flutter_macos_podfile_setup
+
+target 'Runner' do
+ use_frameworks!
+
+ flutter_install_all_macos_pods File.dirname(File.realpath(__FILE__))
+ target 'RunnerTests' do
+ inherit! :search_paths
+ end
+end
+
+post_install do |installer|
+ installer.pods_project.targets.each do |target|
+ flutter_additional_macos_build_settings(target)
+ end
+end
diff --git a/apps/neuro_gym/macos/Runner.xcodeproj/project.pbxproj b/apps/neuro_gym/macos/Runner.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..8f7dd8e
--- /dev/null
+++ b/apps/neuro_gym/macos/Runner.xcodeproj/project.pbxproj
@@ -0,0 +1,705 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 54;
+ objects = {
+
+/* Begin PBXAggregateTarget section */
+ 33CC111A2044C6BA0003C045 /* Flutter Assemble */ = {
+ isa = PBXAggregateTarget;
+ buildConfigurationList = 33CC111B2044C6BA0003C045 /* Build configuration list for PBXAggregateTarget "Flutter Assemble" */;
+ buildPhases = (
+ 33CC111E2044C6BF0003C045 /* ShellScript */,
+ );
+ dependencies = (
+ );
+ name = "Flutter Assemble";
+ productName = FLX;
+ };
+/* End PBXAggregateTarget section */
+
+/* Begin PBXBuildFile section */
+ 331C80D8294CF71000263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C80D7294CF71000263BE5 /* RunnerTests.swift */; };
+ 335BBD1B22A9A15E00E9071D /* GeneratedPluginRegistrant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */; };
+ 33CC10F12044A3C60003C045 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC10F02044A3C60003C045 /* AppDelegate.swift */; };
+ 33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F22044A3C60003C045 /* Assets.xcassets */; };
+ 33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; };
+ 33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+ 331C80D9294CF71000263BE5 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 33CC10E52044A3C60003C045 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 33CC10EC2044A3C60003C045;
+ remoteInfo = Runner;
+ };
+ 33CC111F2044C79F0003C045 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 33CC10E52044A3C60003C045 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 33CC111A2044C6BA0003C045;
+ remoteInfo = FLX;
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+ 33CC110E2044A8840003C045 /* Bundle Framework */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = "";
+ dstSubfolderSpec = 10;
+ files = (
+ );
+ name = "Bundle Framework";
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+ 331C80D5294CF71000263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ 331C80D7294CF71000263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = ""; };
+ 333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = ""; };
+ 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = ""; };
+ 33CC10ED2044A3C60003C045 /* neuro_gym.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "neuro_gym.app"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; };
+ 33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = ""; };
+ 33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; };
+ 33CC10F72044A3C60003C045 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Runner/Info.plist; sourceTree = ""; };
+ 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainFlutterWindow.swift; sourceTree = ""; };
+ 33CEB47222A05771004F2AC0 /* Flutter-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Flutter-Debug.xcconfig"; sourceTree = ""; };
+ 33CEB47422A05771004F2AC0 /* Flutter-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Flutter-Release.xcconfig"; sourceTree = ""; };
+ 33CEB47722A0578A004F2AC0 /* Flutter-Generated.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "Flutter-Generated.xcconfig"; path = "ephemeral/Flutter-Generated.xcconfig"; sourceTree = ""; };
+ 33E51913231747F40026EE4D /* DebugProfile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DebugProfile.entitlements; sourceTree = ""; };
+ 33E51914231749380026EE4D /* Release.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Release.entitlements; sourceTree = ""; };
+ 33E5194F232828860026EE4D /* AppInfo.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AppInfo.xcconfig; sourceTree = ""; };
+ 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = ""; };
+ 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = ""; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 331C80D2294CF70F00263BE5 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 33CC10EA2044A3C60003C045 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 331C80D6294CF71000263BE5 /* RunnerTests */ = {
+ isa = PBXGroup;
+ children = (
+ 331C80D7294CF71000263BE5 /* RunnerTests.swift */,
+ );
+ path = RunnerTests;
+ sourceTree = "";
+ };
+ 33BA886A226E78AF003329D5 /* Configs */ = {
+ isa = PBXGroup;
+ children = (
+ 33E5194F232828860026EE4D /* AppInfo.xcconfig */,
+ 9740EEB21CF90195004384FC /* Debug.xcconfig */,
+ 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
+ 333000ED22D3DE5D00554162 /* Warnings.xcconfig */,
+ );
+ path = Configs;
+ sourceTree = "";
+ };
+ 33CC10E42044A3C60003C045 = {
+ isa = PBXGroup;
+ children = (
+ 33FAB671232836740065AC1E /* Runner */,
+ 33CEB47122A05771004F2AC0 /* Flutter */,
+ 331C80D6294CF71000263BE5 /* RunnerTests */,
+ 33CC10EE2044A3C60003C045 /* Products */,
+ D73912EC22F37F3D000D13A0 /* Frameworks */,
+ );
+ sourceTree = "";
+ };
+ 33CC10EE2044A3C60003C045 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 33CC10ED2044A3C60003C045 /* neuro_gym.app */,
+ 331C80D5294CF71000263BE5 /* RunnerTests.xctest */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ 33CC11242044D66E0003C045 /* Resources */ = {
+ isa = PBXGroup;
+ children = (
+ 33CC10F22044A3C60003C045 /* Assets.xcassets */,
+ 33CC10F42044A3C60003C045 /* MainMenu.xib */,
+ 33CC10F72044A3C60003C045 /* Info.plist */,
+ );
+ name = Resources;
+ path = ..;
+ sourceTree = "";
+ };
+ 33CEB47122A05771004F2AC0 /* Flutter */ = {
+ isa = PBXGroup;
+ children = (
+ 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */,
+ 33CEB47222A05771004F2AC0 /* Flutter-Debug.xcconfig */,
+ 33CEB47422A05771004F2AC0 /* Flutter-Release.xcconfig */,
+ 33CEB47722A0578A004F2AC0 /* Flutter-Generated.xcconfig */,
+ );
+ path = Flutter;
+ sourceTree = "";
+ };
+ 33FAB671232836740065AC1E /* Runner */ = {
+ isa = PBXGroup;
+ children = (
+ 33CC10F02044A3C60003C045 /* AppDelegate.swift */,
+ 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */,
+ 33E51913231747F40026EE4D /* DebugProfile.entitlements */,
+ 33E51914231749380026EE4D /* Release.entitlements */,
+ 33CC11242044D66E0003C045 /* Resources */,
+ 33BA886A226E78AF003329D5 /* Configs */,
+ );
+ path = Runner;
+ sourceTree = "";
+ };
+ D73912EC22F37F3D000D13A0 /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ );
+ name = Frameworks;
+ sourceTree = "";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 331C80D4294CF70F00263BE5 /* RunnerTests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 331C80DE294CF71000263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
+ buildPhases = (
+ 331C80D1294CF70F00263BE5 /* Sources */,
+ 331C80D2294CF70F00263BE5 /* Frameworks */,
+ 331C80D3294CF70F00263BE5 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 331C80DA294CF71000263BE5 /* PBXTargetDependency */,
+ );
+ name = RunnerTests;
+ productName = RunnerTests;
+ productReference = 331C80D5294CF71000263BE5 /* RunnerTests.xctest */;
+ productType = "com.apple.product-type.bundle.unit-test";
+ };
+ 33CC10EC2044A3C60003C045 /* Runner */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */;
+ buildPhases = (
+ 33CC10E92044A3C60003C045 /* Sources */,
+ 33CC10EA2044A3C60003C045 /* Frameworks */,
+ 33CC10EB2044A3C60003C045 /* Resources */,
+ 33CC110E2044A8840003C045 /* Bundle Framework */,
+ 3399D490228B24CF009A79C7 /* ShellScript */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 33CC11202044C79F0003C045 /* PBXTargetDependency */,
+ );
+ name = Runner;
+ productName = Runner;
+ productReference = 33CC10ED2044A3C60003C045 /* neuro_gym.app */;
+ productType = "com.apple.product-type.application";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 33CC10E52044A3C60003C045 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ BuildIndependentTargetsInParallel = YES;
+ LastSwiftUpdateCheck = 0920;
+ LastUpgradeCheck = 1510;
+ ORGANIZATIONNAME = "";
+ TargetAttributes = {
+ 331C80D4294CF70F00263BE5 = {
+ CreatedOnToolsVersion = 14.0;
+ TestTargetID = 33CC10EC2044A3C60003C045;
+ };
+ 33CC10EC2044A3C60003C045 = {
+ CreatedOnToolsVersion = 9.2;
+ LastSwiftMigration = 1100;
+ ProvisioningStyle = Automatic;
+ SystemCapabilities = {
+ com.apple.Sandbox = {
+ enabled = 1;
+ };
+ };
+ };
+ 33CC111A2044C6BA0003C045 = {
+ CreatedOnToolsVersion = 9.2;
+ ProvisioningStyle = Manual;
+ };
+ };
+ };
+ buildConfigurationList = 33CC10E82044A3C60003C045 /* Build configuration list for PBXProject "Runner" */;
+ compatibilityVersion = "Xcode 9.3";
+ developmentRegion = en;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ Base,
+ );
+ mainGroup = 33CC10E42044A3C60003C045;
+ productRefGroup = 33CC10EE2044A3C60003C045 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 33CC10EC2044A3C60003C045 /* Runner */,
+ 331C80D4294CF70F00263BE5 /* RunnerTests */,
+ 33CC111A2044C6BA0003C045 /* Flutter Assemble */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ 331C80D3294CF70F00263BE5 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 33CC10EB2044A3C60003C045 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */,
+ 33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXShellScriptBuildPhase section */
+ 3399D490228B24CF009A79C7 /* ShellScript */ = {
+ isa = PBXShellScriptBuildPhase;
+ alwaysOutOfDate = 1;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputFileListPaths = (
+ );
+ inputPaths = (
+ );
+ outputFileListPaths = (
+ );
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "echo \"$PRODUCT_NAME.app\" > \"$PROJECT_DIR\"/Flutter/ephemeral/.app_filename && \"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh embed\n";
+ };
+ 33CC111E2044C6BF0003C045 /* ShellScript */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputFileListPaths = (
+ Flutter/ephemeral/FlutterInputs.xcfilelist,
+ );
+ inputPaths = (
+ Flutter/ephemeral/tripwire,
+ );
+ outputFileListPaths = (
+ Flutter/ephemeral/FlutterOutputs.xcfilelist,
+ );
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire";
+ };
+/* End PBXShellScriptBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 331C80D1294CF70F00263BE5 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 331C80D8294CF71000263BE5 /* RunnerTests.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 33CC10E92044A3C60003C045 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */,
+ 33CC10F12044A3C60003C045 /* AppDelegate.swift in Sources */,
+ 335BBD1B22A9A15E00E9071D /* GeneratedPluginRegistrant.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+ 331C80DA294CF71000263BE5 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 33CC10EC2044A3C60003C045 /* Runner */;
+ targetProxy = 331C80D9294CF71000263BE5 /* PBXContainerItemProxy */;
+ };
+ 33CC11202044C79F0003C045 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 33CC111A2044C6BA0003C045 /* Flutter Assemble */;
+ targetProxy = 33CC111F2044C79F0003C045 /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
+/* Begin PBXVariantGroup section */
+ 33CC10F42044A3C60003C045 /* MainMenu.xib */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 33CC10F52044A3C60003C045 /* Base */,
+ );
+ name = MainMenu.xib;
+ path = Runner;
+ sourceTree = "";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ 331C80DB294CF71000263BE5 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CURRENT_PROJECT_VERSION = 1;
+ GENERATE_INFOPLIST_FILE = YES;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = kr.lunaticbum.brain.neuroGym.RunnerTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/neuro_gym.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/neuro_gym";
+ };
+ name = Debug;
+ };
+ 331C80DC294CF71000263BE5 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CURRENT_PROJECT_VERSION = 1;
+ GENERATE_INFOPLIST_FILE = YES;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = kr.lunaticbum.brain.neuroGym.RunnerTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/neuro_gym.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/neuro_gym";
+ };
+ name = Release;
+ };
+ 331C80DD294CF71000263BE5 /* Profile */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CURRENT_PROJECT_VERSION = 1;
+ GENERATE_INFOPLIST_FILE = YES;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = kr.lunaticbum.brain.neuroGym.RunnerTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/neuro_gym.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/neuro_gym";
+ };
+ name = Profile;
+ };
+ 338D0CE9231458BD00FA5F75 /* Profile */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CODE_SIGN_IDENTITY = "-";
+ COPY_PHASE_STRIP = NO;
+ DEAD_CODE_STRIPPING = YES;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ ENABLE_USER_SCRIPT_SANDBOXING = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu11;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ MACOSX_DEPLOYMENT_TARGET = 10.15;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ SDKROOT = macosx;
+ SWIFT_COMPILATION_MODE = wholemodule;
+ SWIFT_OPTIMIZATION_LEVEL = "-O";
+ };
+ name = Profile;
+ };
+ 338D0CEA231458BD00FA5F75 /* Profile */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CLANG_ENABLE_MODULES = YES;
+ CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
+ CODE_SIGN_STYLE = Automatic;
+ COMBINE_HIDPI_IMAGES = YES;
+ INFOPLIST_FILE = Runner/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/../Frameworks",
+ );
+ PROVISIONING_PROFILE_SPECIFIER = "";
+ SWIFT_VERSION = 5.0;
+ };
+ name = Profile;
+ };
+ 338D0CEB231458BD00FA5F75 /* Profile */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ CODE_SIGN_STYLE = Manual;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Profile;
+ };
+ 33CC10F92044A3C60003C045 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CODE_SIGN_IDENTITY = "-";
+ COPY_PHASE_STRIP = NO;
+ DEAD_CODE_STRIPPING = YES;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ ENABLE_TESTABILITY = YES;
+ ENABLE_USER_SCRIPT_SANDBOXING = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu11;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ MACOSX_DEPLOYMENT_TARGET = 10.15;
+ MTL_ENABLE_DEBUG_INFO = YES;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = macosx;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ };
+ name = Debug;
+ };
+ 33CC10FA2044A3C60003C045 /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CODE_SIGN_IDENTITY = "-";
+ COPY_PHASE_STRIP = NO;
+ DEAD_CODE_STRIPPING = YES;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ ENABLE_USER_SCRIPT_SANDBOXING = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu11;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ MACOSX_DEPLOYMENT_TARGET = 10.15;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ SDKROOT = macosx;
+ SWIFT_COMPILATION_MODE = wholemodule;
+ SWIFT_OPTIMIZATION_LEVEL = "-O";
+ };
+ name = Release;
+ };
+ 33CC10FC2044A3C60003C045 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CLANG_ENABLE_MODULES = YES;
+ CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
+ CODE_SIGN_STYLE = Automatic;
+ COMBINE_HIDPI_IMAGES = YES;
+ INFOPLIST_FILE = Runner/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/../Frameworks",
+ );
+ PROVISIONING_PROFILE_SPECIFIER = "";
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ SWIFT_VERSION = 5.0;
+ };
+ name = Debug;
+ };
+ 33CC10FD2044A3C60003C045 /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CLANG_ENABLE_MODULES = YES;
+ CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
+ CODE_SIGN_STYLE = Automatic;
+ COMBINE_HIDPI_IMAGES = YES;
+ INFOPLIST_FILE = Runner/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/../Frameworks",
+ );
+ PROVISIONING_PROFILE_SPECIFIER = "";
+ SWIFT_VERSION = 5.0;
+ };
+ name = Release;
+ };
+ 33CC111C2044C6BA0003C045 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ CODE_SIGN_STYLE = Manual;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Debug;
+ };
+ 33CC111D2044C6BA0003C045 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ CODE_SIGN_STYLE = Automatic;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 331C80DE294CF71000263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 331C80DB294CF71000263BE5 /* Debug */,
+ 331C80DC294CF71000263BE5 /* Release */,
+ 331C80DD294CF71000263BE5 /* Profile */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 33CC10E82044A3C60003C045 /* Build configuration list for PBXProject "Runner" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 33CC10F92044A3C60003C045 /* Debug */,
+ 33CC10FA2044A3C60003C045 /* Release */,
+ 338D0CE9231458BD00FA5F75 /* Profile */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 33CC10FC2044A3C60003C045 /* Debug */,
+ 33CC10FD2044A3C60003C045 /* Release */,
+ 338D0CEA231458BD00FA5F75 /* Profile */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 33CC111B2044C6BA0003C045 /* Build configuration list for PBXAggregateTarget "Flutter Assemble" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 33CC111C2044C6BA0003C045 /* Debug */,
+ 33CC111D2044C6BA0003C045 /* Release */,
+ 338D0CEB231458BD00FA5F75 /* Profile */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 33CC10E52044A3C60003C045 /* Project object */;
+}
diff --git a/apps/neuro_gym/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/apps/neuro_gym/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000..18d9810
--- /dev/null
+++ b/apps/neuro_gym/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/apps/neuro_gym/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/apps/neuro_gym/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
new file mode 100644
index 0000000..b852fdb
--- /dev/null
+++ b/apps/neuro_gym/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/apps/neuro_gym/macos/Runner.xcworkspace/contents.xcworkspacedata b/apps/neuro_gym/macos/Runner.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..1d526a1
--- /dev/null
+++ b/apps/neuro_gym/macos/Runner.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/apps/neuro_gym/macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/apps/neuro_gym/macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000..18d9810
--- /dev/null
+++ b/apps/neuro_gym/macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/apps/neuro_gym/macos/Runner/AppDelegate.swift b/apps/neuro_gym/macos/Runner/AppDelegate.swift
new file mode 100644
index 0000000..b3c1761
--- /dev/null
+++ b/apps/neuro_gym/macos/Runner/AppDelegate.swift
@@ -0,0 +1,13 @@
+import Cocoa
+import FlutterMacOS
+
+@main
+class AppDelegate: FlutterAppDelegate {
+ override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
+ return true
+ }
+
+ override func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
+ return true
+ }
+}
diff --git a/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 0000000..a2ec33f
--- /dev/null
+++ b/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,68 @@
+{
+ "images" : [
+ {
+ "size" : "16x16",
+ "idiom" : "mac",
+ "filename" : "app_icon_16.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "16x16",
+ "idiom" : "mac",
+ "filename" : "app_icon_32.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "32x32",
+ "idiom" : "mac",
+ "filename" : "app_icon_32.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "32x32",
+ "idiom" : "mac",
+ "filename" : "app_icon_64.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "128x128",
+ "idiom" : "mac",
+ "filename" : "app_icon_128.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "128x128",
+ "idiom" : "mac",
+ "filename" : "app_icon_256.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "256x256",
+ "idiom" : "mac",
+ "filename" : "app_icon_256.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "256x256",
+ "idiom" : "mac",
+ "filename" : "app_icon_512.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "512x512",
+ "idiom" : "mac",
+ "filename" : "app_icon_512.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "512x512",
+ "idiom" : "mac",
+ "filename" : "app_icon_1024.png",
+ "scale" : "2x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
diff --git a/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png b/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png
new file mode 100644
index 0000000..82b6f9d
Binary files /dev/null and b/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png differ
diff --git a/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png b/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png
new file mode 100644
index 0000000..13b35eb
Binary files /dev/null and b/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png differ
diff --git a/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png b/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png
new file mode 100644
index 0000000..0a3f5fa
Binary files /dev/null and b/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png differ
diff --git a/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png b/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png
new file mode 100644
index 0000000..bdb5722
Binary files /dev/null and b/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png differ
diff --git a/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png b/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png
new file mode 100644
index 0000000..f083318
Binary files /dev/null and b/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png differ
diff --git a/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png b/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png
new file mode 100644
index 0000000..326c0e7
Binary files /dev/null and b/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png differ
diff --git a/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png b/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png
new file mode 100644
index 0000000..2f1632c
Binary files /dev/null and b/apps/neuro_gym/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png differ
diff --git a/apps/neuro_gym/macos/Runner/Base.lproj/MainMenu.xib b/apps/neuro_gym/macos/Runner/Base.lproj/MainMenu.xib
new file mode 100644
index 0000000..80e867a
--- /dev/null
+++ b/apps/neuro_gym/macos/Runner/Base.lproj/MainMenu.xib
@@ -0,0 +1,343 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/apps/neuro_gym/macos/Runner/Configs/AppInfo.xcconfig b/apps/neuro_gym/macos/Runner/Configs/AppInfo.xcconfig
new file mode 100644
index 0000000..dc66dc7
--- /dev/null
+++ b/apps/neuro_gym/macos/Runner/Configs/AppInfo.xcconfig
@@ -0,0 +1,14 @@
+// Application-level settings for the Runner target.
+//
+// This may be replaced with something auto-generated from metadata (e.g., pubspec.yaml) in the
+// future. If not, the values below would default to using the project name when this becomes a
+// 'flutter create' template.
+
+// The application's name. By default this is also the title of the Flutter window.
+PRODUCT_NAME = neuro_gym
+
+// The application's bundle identifier
+PRODUCT_BUNDLE_IDENTIFIER = kr.lunaticbum.brain.neuroGym
+
+// The copyright displayed in application information
+PRODUCT_COPYRIGHT = Copyright © 2025 kr.lunaticbum.brain. All rights reserved.
diff --git a/apps/neuro_gym/macos/Runner/Configs/Debug.xcconfig b/apps/neuro_gym/macos/Runner/Configs/Debug.xcconfig
new file mode 100644
index 0000000..36b0fd9
--- /dev/null
+++ b/apps/neuro_gym/macos/Runner/Configs/Debug.xcconfig
@@ -0,0 +1,2 @@
+#include "../../Flutter/Flutter-Debug.xcconfig"
+#include "Warnings.xcconfig"
diff --git a/apps/neuro_gym/macos/Runner/Configs/Release.xcconfig b/apps/neuro_gym/macos/Runner/Configs/Release.xcconfig
new file mode 100644
index 0000000..dff4f49
--- /dev/null
+++ b/apps/neuro_gym/macos/Runner/Configs/Release.xcconfig
@@ -0,0 +1,2 @@
+#include "../../Flutter/Flutter-Release.xcconfig"
+#include "Warnings.xcconfig"
diff --git a/apps/neuro_gym/macos/Runner/Configs/Warnings.xcconfig b/apps/neuro_gym/macos/Runner/Configs/Warnings.xcconfig
new file mode 100644
index 0000000..42bcbf4
--- /dev/null
+++ b/apps/neuro_gym/macos/Runner/Configs/Warnings.xcconfig
@@ -0,0 +1,13 @@
+WARNING_CFLAGS = -Wall -Wconditional-uninitialized -Wnullable-to-nonnull-conversion -Wmissing-method-return-type -Woverlength-strings
+GCC_WARN_UNDECLARED_SELECTOR = YES
+CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES
+CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE
+CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
+CLANG_WARN_PRAGMA_PACK = YES
+CLANG_WARN_STRICT_PROTOTYPES = YES
+CLANG_WARN_COMMA = YES
+GCC_WARN_STRICT_SELECTOR_MATCH = YES
+CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES
+CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
+GCC_WARN_SHADOW = YES
+CLANG_WARN_UNREACHABLE_CODE = YES
diff --git a/apps/neuro_gym/macos/Runner/DebugProfile.entitlements b/apps/neuro_gym/macos/Runner/DebugProfile.entitlements
new file mode 100644
index 0000000..dddb8a3
--- /dev/null
+++ b/apps/neuro_gym/macos/Runner/DebugProfile.entitlements
@@ -0,0 +1,12 @@
+
+
+
+
+ com.apple.security.app-sandbox
+
+ com.apple.security.cs.allow-jit
+
+ com.apple.security.network.server
+
+
+
diff --git a/apps/neuro_gym/macos/Runner/Info.plist b/apps/neuro_gym/macos/Runner/Info.plist
new file mode 100644
index 0000000..4789daa
--- /dev/null
+++ b/apps/neuro_gym/macos/Runner/Info.plist
@@ -0,0 +1,32 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIconFile
+
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ $(FLUTTER_BUILD_NAME)
+ CFBundleVersion
+ $(FLUTTER_BUILD_NUMBER)
+ LSMinimumSystemVersion
+ $(MACOSX_DEPLOYMENT_TARGET)
+ NSHumanReadableCopyright
+ $(PRODUCT_COPYRIGHT)
+ NSMainNibFile
+ MainMenu
+ NSPrincipalClass
+ NSApplication
+
+
diff --git a/apps/neuro_gym/macos/Runner/MainFlutterWindow.swift b/apps/neuro_gym/macos/Runner/MainFlutterWindow.swift
new file mode 100644
index 0000000..3cc05eb
--- /dev/null
+++ b/apps/neuro_gym/macos/Runner/MainFlutterWindow.swift
@@ -0,0 +1,15 @@
+import Cocoa
+import FlutterMacOS
+
+class MainFlutterWindow: NSWindow {
+ override func awakeFromNib() {
+ let flutterViewController = FlutterViewController()
+ let windowFrame = self.frame
+ self.contentViewController = flutterViewController
+ self.setFrame(windowFrame, display: true)
+
+ RegisterGeneratedPlugins(registry: flutterViewController)
+
+ super.awakeFromNib()
+ }
+}
diff --git a/apps/neuro_gym/macos/Runner/Release.entitlements b/apps/neuro_gym/macos/Runner/Release.entitlements
new file mode 100644
index 0000000..852fa1a
--- /dev/null
+++ b/apps/neuro_gym/macos/Runner/Release.entitlements
@@ -0,0 +1,8 @@
+
+
+
+
+ com.apple.security.app-sandbox
+
+
+
diff --git a/apps/neuro_gym/macos/RunnerTests/RunnerTests.swift b/apps/neuro_gym/macos/RunnerTests/RunnerTests.swift
new file mode 100644
index 0000000..61f3bd1
--- /dev/null
+++ b/apps/neuro_gym/macos/RunnerTests/RunnerTests.swift
@@ -0,0 +1,12 @@
+import Cocoa
+import FlutterMacOS
+import XCTest
+
+class RunnerTests: XCTestCase {
+
+ func testExample() {
+ // If you add code to the Runner application, consider adding tests here.
+ // See https://developer.apple.com/documentation/xctest for more information about using XCTest.
+ }
+
+}
diff --git a/apps/neuro_gym/pubspec.yaml b/apps/neuro_gym/pubspec.yaml
new file mode 100644
index 0000000..427e383
--- /dev/null
+++ b/apps/neuro_gym/pubspec.yaml
@@ -0,0 +1,51 @@
+name: NeuroGym
+description: The main brain training application entry point.
+version: 1.0.0
+publish_to: 'none'
+resolution: workspace
+
+environment:
+ sdk: '^3.9.2'
+ flutter: '>=3.10.0'
+
+dependencies:
+ flutter:
+ sdk: flutter
+
+ # 모든 기능 패키지 통합
+ service_api:
+ path: ../../packages/service_api
+ feature_common:
+ path: ../../packages/feature_common
+ feature_brain_trainer:
+ path: ../../packages/feature_brain_trainer
+
+ # 개별 게임 패키지들 (필요 시 직접 import를 위해)
+ feature_game_sudoku:
+ path: ../../packages/feature_game_sudoku
+ feature_game_cardflip:
+ path: ../../packages/feature_game_cardflip
+ feature_game_colormatch:
+ path: ../../packages/feature_game_colormatch
+ feature_game_spider:
+ path: ../../packages/feature_game_spider
+ feature_game_sequence:
+ path: ../../packages/feature_game_sequence
+ feature_game_finddiff:
+ path: ../../packages/feature_game_finddiff
+ feature_game_mathquiz:
+ path: ../../packages/feature_game_mathquiz
+ # ... 나머지 게임 패키지들도 추가
+ feature_game_tracing:
+ path: ../../packages/feature_game_tracing
+ feature_game_read_aloud:
+ path: ../../packages/feature_game_read_aloud
+
+ provider: ^6.0.0
+
+dev_dependencies:
+ flutter_test:
+ sdk: flutter
+
+flutter:
+ uses-material-design: true
\ No newline at end of file
diff --git a/apps/neuro_gym/test/widget_test.dart b/apps/neuro_gym/test/widget_test.dart
new file mode 100644
index 0000000..c0e7f36
--- /dev/null
+++ b/apps/neuro_gym/test/widget_test.dart
@@ -0,0 +1,30 @@
+// This is a basic Flutter widget test.
+//
+// To perform an interaction with a widget in your test, use the WidgetTester
+// utility in the flutter_test package. For example, you can send tap and scroll
+// gestures. You can also use WidgetTester to find child widgets in the widget
+// tree, read text, and verify that the values of widget properties are correct.
+
+import 'package:flutter/material.dart';
+import 'package:flutter_test/flutter_test.dart';
+
+import 'package:neuro_gym/main.dart';
+
+void main() {
+ testWidgets('Counter increments smoke test', (WidgetTester tester) async {
+ // Build our app and trigger a frame.
+ await tester.pumpWidget(const MyApp());
+
+ // Verify that our counter starts at 0.
+ expect(find.text('0'), findsOneWidget);
+ expect(find.text('1'), findsNothing);
+
+ // Tap the '+' icon and trigger a frame.
+ await tester.tap(find.byIcon(Icons.add));
+ await tester.pump();
+
+ // Verify that our counter has incremented.
+ expect(find.text('0'), findsNothing);
+ expect(find.text('1'), findsOneWidget);
+ });
+}
diff --git a/apps/neuro_gym/web/favicon.png b/apps/neuro_gym/web/favicon.png
new file mode 100644
index 0000000..8aaa46a
Binary files /dev/null and b/apps/neuro_gym/web/favicon.png differ
diff --git a/apps/neuro_gym/web/icons/Icon-192.png b/apps/neuro_gym/web/icons/Icon-192.png
new file mode 100644
index 0000000..b749bfe
Binary files /dev/null and b/apps/neuro_gym/web/icons/Icon-192.png differ
diff --git a/apps/neuro_gym/web/icons/Icon-512.png b/apps/neuro_gym/web/icons/Icon-512.png
new file mode 100644
index 0000000..88cfd48
Binary files /dev/null and b/apps/neuro_gym/web/icons/Icon-512.png differ
diff --git a/apps/neuro_gym/web/icons/Icon-maskable-192.png b/apps/neuro_gym/web/icons/Icon-maskable-192.png
new file mode 100644
index 0000000..eb9b4d7
Binary files /dev/null and b/apps/neuro_gym/web/icons/Icon-maskable-192.png differ
diff --git a/apps/neuro_gym/web/icons/Icon-maskable-512.png b/apps/neuro_gym/web/icons/Icon-maskable-512.png
new file mode 100644
index 0000000..d69c566
Binary files /dev/null and b/apps/neuro_gym/web/icons/Icon-maskable-512.png differ
diff --git a/apps/neuro_gym/web/index.html b/apps/neuro_gym/web/index.html
new file mode 100644
index 0000000..33b1d9c
--- /dev/null
+++ b/apps/neuro_gym/web/index.html
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ neuro_gym
+
+
+
+
+
+
diff --git a/apps/neuro_gym/web/manifest.json b/apps/neuro_gym/web/manifest.json
new file mode 100644
index 0000000..d647dea
--- /dev/null
+++ b/apps/neuro_gym/web/manifest.json
@@ -0,0 +1,35 @@
+{
+ "name": "neuro_gym",
+ "short_name": "neuro_gym",
+ "start_url": ".",
+ "display": "standalone",
+ "background_color": "#0175C2",
+ "theme_color": "#0175C2",
+ "description": "A new Flutter project.",
+ "orientation": "portrait-primary",
+ "prefer_related_applications": false,
+ "icons": [
+ {
+ "src": "icons/Icon-192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "icons/Icon-512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ },
+ {
+ "src": "icons/Icon-maskable-192.png",
+ "sizes": "192x192",
+ "type": "image/png",
+ "purpose": "maskable"
+ },
+ {
+ "src": "icons/Icon-maskable-512.png",
+ "sizes": "512x512",
+ "type": "image/png",
+ "purpose": "maskable"
+ }
+ ]
+}
diff --git a/apps/neuro_gym/windows/.gitignore b/apps/neuro_gym/windows/.gitignore
new file mode 100644
index 0000000..d492d0d
--- /dev/null
+++ b/apps/neuro_gym/windows/.gitignore
@@ -0,0 +1,17 @@
+flutter/ephemeral/
+
+# Visual Studio user-specific files.
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
+
+# Visual Studio build-related files.
+x64/
+x86/
+
+# Visual Studio cache files
+# files ending in .cache can be ignored
+*.[Cc]ache
+# but keep track of directories ending in .cache
+!*.[Cc]ache/
diff --git a/apps/neuro_gym/windows/CMakeLists.txt b/apps/neuro_gym/windows/CMakeLists.txt
new file mode 100644
index 0000000..ce068ea
--- /dev/null
+++ b/apps/neuro_gym/windows/CMakeLists.txt
@@ -0,0 +1,108 @@
+# Project-level configuration.
+cmake_minimum_required(VERSION 3.14)
+project(neuro_gym LANGUAGES CXX)
+
+# The name of the executable created for the application. Change this to change
+# the on-disk name of your application.
+set(BINARY_NAME "neuro_gym")
+
+# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
+# versions of CMake.
+cmake_policy(VERSION 3.14...3.25)
+
+# Define build configuration option.
+get_property(IS_MULTICONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
+if(IS_MULTICONFIG)
+ set(CMAKE_CONFIGURATION_TYPES "Debug;Profile;Release"
+ CACHE STRING "" FORCE)
+else()
+ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
+ set(CMAKE_BUILD_TYPE "Debug" CACHE
+ STRING "Flutter build mode" FORCE)
+ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS
+ "Debug" "Profile" "Release")
+ endif()
+endif()
+# Define settings for the Profile build mode.
+set(CMAKE_EXE_LINKER_FLAGS_PROFILE "${CMAKE_EXE_LINKER_FLAGS_RELEASE}")
+set(CMAKE_SHARED_LINKER_FLAGS_PROFILE "${CMAKE_SHARED_LINKER_FLAGS_RELEASE}")
+set(CMAKE_C_FLAGS_PROFILE "${CMAKE_C_FLAGS_RELEASE}")
+set(CMAKE_CXX_FLAGS_PROFILE "${CMAKE_CXX_FLAGS_RELEASE}")
+
+# Use Unicode for all projects.
+add_definitions(-DUNICODE -D_UNICODE)
+
+# Compilation settings that should be applied to most targets.
+#
+# Be cautious about adding new options here, as plugins use this function by
+# default. In most cases, you should add new options to specific targets instead
+# of modifying this function.
+function(APPLY_STANDARD_SETTINGS TARGET)
+ target_compile_features(${TARGET} PUBLIC cxx_std_17)
+ target_compile_options(${TARGET} PRIVATE /W4 /WX /wd"4100")
+ target_compile_options(${TARGET} PRIVATE /EHsc)
+ target_compile_definitions(${TARGET} PRIVATE "_HAS_EXCEPTIONS=0")
+ target_compile_definitions(${TARGET} PRIVATE "$<$:_DEBUG>")
+endfunction()
+
+# Flutter library and tool build rules.
+set(FLUTTER_MANAGED_DIR "${CMAKE_CURRENT_SOURCE_DIR}/flutter")
+add_subdirectory(${FLUTTER_MANAGED_DIR})
+
+# Application build; see runner/CMakeLists.txt.
+add_subdirectory("runner")
+
+
+# Generated plugin build rules, which manage building the plugins and adding
+# them to the application.
+include(flutter/generated_plugins.cmake)
+
+
+# === Installation ===
+# Support files are copied into place next to the executable, so that it can
+# run in place. This is done instead of making a separate bundle (as on Linux)
+# so that building and running from within Visual Studio will work.
+set(BUILD_BUNDLE_DIR "$")
+# Make the "install" step default, as it's required to run.
+set(CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD 1)
+if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
+ set(CMAKE_INSTALL_PREFIX "${BUILD_BUNDLE_DIR}" CACHE PATH "..." FORCE)
+endif()
+
+set(INSTALL_BUNDLE_DATA_DIR "${CMAKE_INSTALL_PREFIX}/data")
+set(INSTALL_BUNDLE_LIB_DIR "${CMAKE_INSTALL_PREFIX}")
+
+install(TARGETS ${BINARY_NAME} RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}"
+ COMPONENT Runtime)
+
+install(FILES "${FLUTTER_ICU_DATA_FILE}" DESTINATION "${INSTALL_BUNDLE_DATA_DIR}"
+ COMPONENT Runtime)
+
+install(FILES "${FLUTTER_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
+ COMPONENT Runtime)
+
+if(PLUGIN_BUNDLED_LIBRARIES)
+ install(FILES "${PLUGIN_BUNDLED_LIBRARIES}"
+ DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
+ COMPONENT Runtime)
+endif()
+
+# Copy the native assets provided by the build.dart from all packages.
+set(NATIVE_ASSETS_DIR "${PROJECT_BUILD_DIR}native_assets/windows/")
+install(DIRECTORY "${NATIVE_ASSETS_DIR}"
+ DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
+ COMPONENT Runtime)
+
+# Fully re-copy the assets directory on each build to avoid having stale files
+# from a previous install.
+set(FLUTTER_ASSET_DIR_NAME "flutter_assets")
+install(CODE "
+ file(REMOVE_RECURSE \"${INSTALL_BUNDLE_DATA_DIR}/${FLUTTER_ASSET_DIR_NAME}\")
+ " COMPONENT Runtime)
+install(DIRECTORY "${PROJECT_BUILD_DIR}/${FLUTTER_ASSET_DIR_NAME}"
+ DESTINATION "${INSTALL_BUNDLE_DATA_DIR}" COMPONENT Runtime)
+
+# Install the AOT library on non-Debug builds only.
+install(FILES "${AOT_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_DATA_DIR}"
+ CONFIGURATIONS Profile;Release
+ COMPONENT Runtime)
diff --git a/apps/neuro_gym/windows/flutter/CMakeLists.txt b/apps/neuro_gym/windows/flutter/CMakeLists.txt
new file mode 100644
index 0000000..903f489
--- /dev/null
+++ b/apps/neuro_gym/windows/flutter/CMakeLists.txt
@@ -0,0 +1,109 @@
+# This file controls Flutter-level build steps. It should not be edited.
+cmake_minimum_required(VERSION 3.14)
+
+set(EPHEMERAL_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ephemeral")
+
+# Configuration provided via flutter tool.
+include(${EPHEMERAL_DIR}/generated_config.cmake)
+
+# TODO: Move the rest of this into files in ephemeral. See
+# https://github.com/flutter/flutter/issues/57146.
+set(WRAPPER_ROOT "${EPHEMERAL_DIR}/cpp_client_wrapper")
+
+# Set fallback configurations for older versions of the flutter tool.
+if (NOT DEFINED FLUTTER_TARGET_PLATFORM)
+ set(FLUTTER_TARGET_PLATFORM "windows-x64")
+endif()
+
+# === Flutter Library ===
+set(FLUTTER_LIBRARY "${EPHEMERAL_DIR}/flutter_windows.dll")
+
+# Published to parent scope for install step.
+set(FLUTTER_LIBRARY ${FLUTTER_LIBRARY} PARENT_SCOPE)
+set(FLUTTER_ICU_DATA_FILE "${EPHEMERAL_DIR}/icudtl.dat" PARENT_SCOPE)
+set(PROJECT_BUILD_DIR "${PROJECT_DIR}/build/" PARENT_SCOPE)
+set(AOT_LIBRARY "${PROJECT_DIR}/build/windows/app.so" PARENT_SCOPE)
+
+list(APPEND FLUTTER_LIBRARY_HEADERS
+ "flutter_export.h"
+ "flutter_windows.h"
+ "flutter_messenger.h"
+ "flutter_plugin_registrar.h"
+ "flutter_texture_registrar.h"
+)
+list(TRANSFORM FLUTTER_LIBRARY_HEADERS PREPEND "${EPHEMERAL_DIR}/")
+add_library(flutter INTERFACE)
+target_include_directories(flutter INTERFACE
+ "${EPHEMERAL_DIR}"
+)
+target_link_libraries(flutter INTERFACE "${FLUTTER_LIBRARY}.lib")
+add_dependencies(flutter flutter_assemble)
+
+# === Wrapper ===
+list(APPEND CPP_WRAPPER_SOURCES_CORE
+ "core_implementations.cc"
+ "standard_codec.cc"
+)
+list(TRANSFORM CPP_WRAPPER_SOURCES_CORE PREPEND "${WRAPPER_ROOT}/")
+list(APPEND CPP_WRAPPER_SOURCES_PLUGIN
+ "plugin_registrar.cc"
+)
+list(TRANSFORM CPP_WRAPPER_SOURCES_PLUGIN PREPEND "${WRAPPER_ROOT}/")
+list(APPEND CPP_WRAPPER_SOURCES_APP
+ "flutter_engine.cc"
+ "flutter_view_controller.cc"
+)
+list(TRANSFORM CPP_WRAPPER_SOURCES_APP PREPEND "${WRAPPER_ROOT}/")
+
+# Wrapper sources needed for a plugin.
+add_library(flutter_wrapper_plugin STATIC
+ ${CPP_WRAPPER_SOURCES_CORE}
+ ${CPP_WRAPPER_SOURCES_PLUGIN}
+)
+apply_standard_settings(flutter_wrapper_plugin)
+set_target_properties(flutter_wrapper_plugin PROPERTIES
+ POSITION_INDEPENDENT_CODE ON)
+set_target_properties(flutter_wrapper_plugin PROPERTIES
+ CXX_VISIBILITY_PRESET hidden)
+target_link_libraries(flutter_wrapper_plugin PUBLIC flutter)
+target_include_directories(flutter_wrapper_plugin PUBLIC
+ "${WRAPPER_ROOT}/include"
+)
+add_dependencies(flutter_wrapper_plugin flutter_assemble)
+
+# Wrapper sources needed for the runner.
+add_library(flutter_wrapper_app STATIC
+ ${CPP_WRAPPER_SOURCES_CORE}
+ ${CPP_WRAPPER_SOURCES_APP}
+)
+apply_standard_settings(flutter_wrapper_app)
+target_link_libraries(flutter_wrapper_app PUBLIC flutter)
+target_include_directories(flutter_wrapper_app PUBLIC
+ "${WRAPPER_ROOT}/include"
+)
+add_dependencies(flutter_wrapper_app flutter_assemble)
+
+# === Flutter tool backend ===
+# _phony_ is a non-existent file to force this command to run every time,
+# since currently there's no way to get a full input/output list from the
+# flutter tool.
+set(PHONY_OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/_phony_")
+set_source_files_properties("${PHONY_OUTPUT}" PROPERTIES SYMBOLIC TRUE)
+add_custom_command(
+ OUTPUT ${FLUTTER_LIBRARY} ${FLUTTER_LIBRARY_HEADERS}
+ ${CPP_WRAPPER_SOURCES_CORE} ${CPP_WRAPPER_SOURCES_PLUGIN}
+ ${CPP_WRAPPER_SOURCES_APP}
+ ${PHONY_OUTPUT}
+ COMMAND ${CMAKE_COMMAND} -E env
+ ${FLUTTER_TOOL_ENVIRONMENT}
+ "${FLUTTER_ROOT}/packages/flutter_tools/bin/tool_backend.bat"
+ ${FLUTTER_TARGET_PLATFORM} $
+ VERBATIM
+)
+add_custom_target(flutter_assemble DEPENDS
+ "${FLUTTER_LIBRARY}"
+ ${FLUTTER_LIBRARY_HEADERS}
+ ${CPP_WRAPPER_SOURCES_CORE}
+ ${CPP_WRAPPER_SOURCES_PLUGIN}
+ ${CPP_WRAPPER_SOURCES_APP}
+)
diff --git a/apps/neuro_gym/windows/flutter/generated_plugin_registrant.cc b/apps/neuro_gym/windows/flutter/generated_plugin_registrant.cc
new file mode 100644
index 0000000..54ee223
--- /dev/null
+++ b/apps/neuro_gym/windows/flutter/generated_plugin_registrant.cc
@@ -0,0 +1,23 @@
+//
+// Generated file. Do not edit.
+//
+
+// clang-format off
+
+#include "generated_plugin_registrant.h"
+
+#include
+#include
+#include
+#include
+
+void RegisterPlugins(flutter::PluginRegistry* registry) {
+ FlutterSecureStorageWindowsPluginRegisterWithRegistrar(
+ registry->GetRegistrarForPlugin("FlutterSecureStorageWindowsPlugin"));
+ FlutterTtsPluginRegisterWithRegistrar(
+ registry->GetRegistrarForPlugin("FlutterTtsPlugin"));
+ PermissionHandlerWindowsPluginRegisterWithRegistrar(
+ registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
+ UrlLauncherWindowsRegisterWithRegistrar(
+ registry->GetRegistrarForPlugin("UrlLauncherWindows"));
+}
diff --git a/apps/neuro_gym/windows/flutter/generated_plugin_registrant.h b/apps/neuro_gym/windows/flutter/generated_plugin_registrant.h
new file mode 100644
index 0000000..dc139d8
--- /dev/null
+++ b/apps/neuro_gym/windows/flutter/generated_plugin_registrant.h
@@ -0,0 +1,15 @@
+//
+// Generated file. Do not edit.
+//
+
+// clang-format off
+
+#ifndef GENERATED_PLUGIN_REGISTRANT_
+#define GENERATED_PLUGIN_REGISTRANT_
+
+#include
+
+// Registers Flutter plugins.
+void RegisterPlugins(flutter::PluginRegistry* registry);
+
+#endif // GENERATED_PLUGIN_REGISTRANT_
diff --git a/apps/neuro_gym/windows/flutter/generated_plugins.cmake b/apps/neuro_gym/windows/flutter/generated_plugins.cmake
new file mode 100644
index 0000000..c53f1ac
--- /dev/null
+++ b/apps/neuro_gym/windows/flutter/generated_plugins.cmake
@@ -0,0 +1,27 @@
+#
+# Generated file, do not edit.
+#
+
+list(APPEND FLUTTER_PLUGIN_LIST
+ flutter_secure_storage_windows
+ flutter_tts
+ permission_handler_windows
+ url_launcher_windows
+)
+
+list(APPEND FLUTTER_FFI_PLUGIN_LIST
+)
+
+set(PLUGIN_BUNDLED_LIBRARIES)
+
+foreach(plugin ${FLUTTER_PLUGIN_LIST})
+ add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/windows plugins/${plugin})
+ target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
+ list(APPEND PLUGIN_BUNDLED_LIBRARIES $)
+ list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
+endforeach(plugin)
+
+foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
+ add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/windows plugins/${ffi_plugin})
+ list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
+endforeach(ffi_plugin)
diff --git a/apps/neuro_gym/windows/runner/CMakeLists.txt b/apps/neuro_gym/windows/runner/CMakeLists.txt
new file mode 100644
index 0000000..394917c
--- /dev/null
+++ b/apps/neuro_gym/windows/runner/CMakeLists.txt
@@ -0,0 +1,40 @@
+cmake_minimum_required(VERSION 3.14)
+project(runner LANGUAGES CXX)
+
+# Define the application target. To change its name, change BINARY_NAME in the
+# top-level CMakeLists.txt, not the value here, or `flutter run` will no longer
+# work.
+#
+# Any new source files that you add to the application should be added here.
+add_executable(${BINARY_NAME} WIN32
+ "flutter_window.cpp"
+ "main.cpp"
+ "utils.cpp"
+ "win32_window.cpp"
+ "${FLUTTER_MANAGED_DIR}/generated_plugin_registrant.cc"
+ "Runner.rc"
+ "runner.exe.manifest"
+)
+
+# Apply the standard set of build settings. This can be removed for applications
+# that need different build settings.
+apply_standard_settings(${BINARY_NAME})
+
+# Add preprocessor definitions for the build version.
+target_compile_definitions(${BINARY_NAME} PRIVATE "FLUTTER_VERSION=\"${FLUTTER_VERSION}\"")
+target_compile_definitions(${BINARY_NAME} PRIVATE "FLUTTER_VERSION_MAJOR=${FLUTTER_VERSION_MAJOR}")
+target_compile_definitions(${BINARY_NAME} PRIVATE "FLUTTER_VERSION_MINOR=${FLUTTER_VERSION_MINOR}")
+target_compile_definitions(${BINARY_NAME} PRIVATE "FLUTTER_VERSION_PATCH=${FLUTTER_VERSION_PATCH}")
+target_compile_definitions(${BINARY_NAME} PRIVATE "FLUTTER_VERSION_BUILD=${FLUTTER_VERSION_BUILD}")
+
+# Disable Windows macros that collide with C++ standard library functions.
+target_compile_definitions(${BINARY_NAME} PRIVATE "NOMINMAX")
+
+# Add dependency libraries and include directories. Add any application-specific
+# dependencies here.
+target_link_libraries(${BINARY_NAME} PRIVATE flutter flutter_wrapper_app)
+target_link_libraries(${BINARY_NAME} PRIVATE "dwmapi.lib")
+target_include_directories(${BINARY_NAME} PRIVATE "${CMAKE_SOURCE_DIR}")
+
+# Run the Flutter tool portions of the build. This must not be removed.
+add_dependencies(${BINARY_NAME} flutter_assemble)
diff --git a/apps/neuro_gym/windows/runner/Runner.rc b/apps/neuro_gym/windows/runner/Runner.rc
new file mode 100644
index 0000000..8d00e5a
--- /dev/null
+++ b/apps/neuro_gym/windows/runner/Runner.rc
@@ -0,0 +1,121 @@
+// Microsoft Visual C++ generated resource script.
+//
+#pragma code_page(65001)
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "winres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (United States) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""winres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_APP_ICON ICON "resources\\app_icon.ico"
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+#if defined(FLUTTER_VERSION_MAJOR) && defined(FLUTTER_VERSION_MINOR) && defined(FLUTTER_VERSION_PATCH) && defined(FLUTTER_VERSION_BUILD)
+#define VERSION_AS_NUMBER FLUTTER_VERSION_MAJOR,FLUTTER_VERSION_MINOR,FLUTTER_VERSION_PATCH,FLUTTER_VERSION_BUILD
+#else
+#define VERSION_AS_NUMBER 1,0,0,0
+#endif
+
+#if defined(FLUTTER_VERSION)
+#define VERSION_AS_STRING FLUTTER_VERSION
+#else
+#define VERSION_AS_STRING "1.0.0"
+#endif
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION VERSION_AS_NUMBER
+ PRODUCTVERSION VERSION_AS_NUMBER
+ FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
+#ifdef _DEBUG
+ FILEFLAGS VS_FF_DEBUG
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS VOS__WINDOWS32
+ FILETYPE VFT_APP
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904e4"
+ BEGIN
+ VALUE "CompanyName", "kr.lunaticbum.brain" "\0"
+ VALUE "FileDescription", "neuro_gym" "\0"
+ VALUE "FileVersion", VERSION_AS_STRING "\0"
+ VALUE "InternalName", "neuro_gym" "\0"
+ VALUE "LegalCopyright", "Copyright (C) 2025 kr.lunaticbum.brain. All rights reserved." "\0"
+ VALUE "OriginalFilename", "neuro_gym.exe" "\0"
+ VALUE "ProductName", "neuro_gym" "\0"
+ VALUE "ProductVersion", VERSION_AS_STRING "\0"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1252
+ END
+END
+
+#endif // English (United States) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
diff --git a/apps/neuro_gym/windows/runner/flutter_window.cpp b/apps/neuro_gym/windows/runner/flutter_window.cpp
new file mode 100644
index 0000000..955ee30
--- /dev/null
+++ b/apps/neuro_gym/windows/runner/flutter_window.cpp
@@ -0,0 +1,71 @@
+#include "flutter_window.h"
+
+#include
+
+#include "flutter/generated_plugin_registrant.h"
+
+FlutterWindow::FlutterWindow(const flutter::DartProject& project)
+ : project_(project) {}
+
+FlutterWindow::~FlutterWindow() {}
+
+bool FlutterWindow::OnCreate() {
+ if (!Win32Window::OnCreate()) {
+ return false;
+ }
+
+ RECT frame = GetClientArea();
+
+ // The size here must match the window dimensions to avoid unnecessary surface
+ // creation / destruction in the startup path.
+ flutter_controller_ = std::make_unique(
+ frame.right - frame.left, frame.bottom - frame.top, project_);
+ // Ensure that basic setup of the controller was successful.
+ if (!flutter_controller_->engine() || !flutter_controller_->view()) {
+ return false;
+ }
+ RegisterPlugins(flutter_controller_->engine());
+ SetChildContent(flutter_controller_->view()->GetNativeWindow());
+
+ flutter_controller_->engine()->SetNextFrameCallback([&]() {
+ this->Show();
+ });
+
+ // Flutter can complete the first frame before the "show window" callback is
+ // registered. The following call ensures a frame is pending to ensure the
+ // window is shown. It is a no-op if the first frame hasn't completed yet.
+ flutter_controller_->ForceRedraw();
+
+ return true;
+}
+
+void FlutterWindow::OnDestroy() {
+ if (flutter_controller_) {
+ flutter_controller_ = nullptr;
+ }
+
+ Win32Window::OnDestroy();
+}
+
+LRESULT
+FlutterWindow::MessageHandler(HWND hwnd, UINT const message,
+ WPARAM const wparam,
+ LPARAM const lparam) noexcept {
+ // Give Flutter, including plugins, an opportunity to handle window messages.
+ if (flutter_controller_) {
+ std::optional result =
+ flutter_controller_->HandleTopLevelWindowProc(hwnd, message, wparam,
+ lparam);
+ if (result) {
+ return *result;
+ }
+ }
+
+ switch (message) {
+ case WM_FONTCHANGE:
+ flutter_controller_->engine()->ReloadSystemFonts();
+ break;
+ }
+
+ return Win32Window::MessageHandler(hwnd, message, wparam, lparam);
+}
diff --git a/apps/neuro_gym/windows/runner/flutter_window.h b/apps/neuro_gym/windows/runner/flutter_window.h
new file mode 100644
index 0000000..6da0652
--- /dev/null
+++ b/apps/neuro_gym/windows/runner/flutter_window.h
@@ -0,0 +1,33 @@
+#ifndef RUNNER_FLUTTER_WINDOW_H_
+#define RUNNER_FLUTTER_WINDOW_H_
+
+#include
+#include
+
+#include
+
+#include "win32_window.h"
+
+// A window that does nothing but host a Flutter view.
+class FlutterWindow : public Win32Window {
+ public:
+ // Creates a new FlutterWindow hosting a Flutter view running |project|.
+ explicit FlutterWindow(const flutter::DartProject& project);
+ virtual ~FlutterWindow();
+
+ protected:
+ // Win32Window:
+ bool OnCreate() override;
+ void OnDestroy() override;
+ LRESULT MessageHandler(HWND window, UINT const message, WPARAM const wparam,
+ LPARAM const lparam) noexcept override;
+
+ private:
+ // The project to run.
+ flutter::DartProject project_;
+
+ // The Flutter instance hosted by this window.
+ std::unique_ptr flutter_controller_;
+};
+
+#endif // RUNNER_FLUTTER_WINDOW_H_
diff --git a/apps/neuro_gym/windows/runner/main.cpp b/apps/neuro_gym/windows/runner/main.cpp
new file mode 100644
index 0000000..50ab3f5
--- /dev/null
+++ b/apps/neuro_gym/windows/runner/main.cpp
@@ -0,0 +1,43 @@
+#include
+#include
+#include
+
+#include "flutter_window.h"
+#include "utils.h"
+
+int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
+ _In_ wchar_t *command_line, _In_ int show_command) {
+ // Attach to console when present (e.g., 'flutter run') or create a
+ // new console when running with a debugger.
+ if (!::AttachConsole(ATTACH_PARENT_PROCESS) && ::IsDebuggerPresent()) {
+ CreateAndAttachConsole();
+ }
+
+ // Initialize COM, so that it is available for use in the library and/or
+ // plugins.
+ ::CoInitializeEx(nullptr, COINIT_APARTMENTTHREADED);
+
+ flutter::DartProject project(L"data");
+
+ std::vector command_line_arguments =
+ GetCommandLineArguments();
+
+ project.set_dart_entrypoint_arguments(std::move(command_line_arguments));
+
+ FlutterWindow window(project);
+ Win32Window::Point origin(10, 10);
+ Win32Window::Size size(1280, 720);
+ if (!window.Create(L"neuro_gym", origin, size)) {
+ return EXIT_FAILURE;
+ }
+ window.SetQuitOnClose(true);
+
+ ::MSG msg;
+ while (::GetMessage(&msg, nullptr, 0, 0)) {
+ ::TranslateMessage(&msg);
+ ::DispatchMessage(&msg);
+ }
+
+ ::CoUninitialize();
+ return EXIT_SUCCESS;
+}
diff --git a/apps/neuro_gym/windows/runner/resource.h b/apps/neuro_gym/windows/runner/resource.h
new file mode 100644
index 0000000..66a65d1
--- /dev/null
+++ b/apps/neuro_gym/windows/runner/resource.h
@@ -0,0 +1,16 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by Runner.rc
+//
+#define IDI_APP_ICON 101
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 102
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1001
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
diff --git a/apps/neuro_gym/windows/runner/resources/app_icon.ico b/apps/neuro_gym/windows/runner/resources/app_icon.ico
new file mode 100644
index 0000000..c04e20c
Binary files /dev/null and b/apps/neuro_gym/windows/runner/resources/app_icon.ico differ
diff --git a/apps/neuro_gym/windows/runner/runner.exe.manifest b/apps/neuro_gym/windows/runner/runner.exe.manifest
new file mode 100644
index 0000000..153653e
--- /dev/null
+++ b/apps/neuro_gym/windows/runner/runner.exe.manifest
@@ -0,0 +1,14 @@
+
+
+
+
+ PerMonitorV2
+
+
+
+
+
+
+
+
+
diff --git a/apps/neuro_gym/windows/runner/utils.cpp b/apps/neuro_gym/windows/runner/utils.cpp
new file mode 100644
index 0000000..3a0b465
--- /dev/null
+++ b/apps/neuro_gym/windows/runner/utils.cpp
@@ -0,0 +1,65 @@
+#include "utils.h"
+
+#include
+#include
+#include
+#include
+
+#include
+
+void CreateAndAttachConsole() {
+ if (::AllocConsole()) {
+ FILE *unused;
+ if (freopen_s(&unused, "CONOUT$", "w", stdout)) {
+ _dup2(_fileno(stdout), 1);
+ }
+ if (freopen_s(&unused, "CONOUT$", "w", stderr)) {
+ _dup2(_fileno(stdout), 2);
+ }
+ std::ios::sync_with_stdio();
+ FlutterDesktopResyncOutputStreams();
+ }
+}
+
+std::vector GetCommandLineArguments() {
+ // Convert the UTF-16 command line arguments to UTF-8 for the Engine to use.
+ int argc;
+ wchar_t** argv = ::CommandLineToArgvW(::GetCommandLineW(), &argc);
+ if (argv == nullptr) {
+ return std::vector();
+ }
+
+ std::vector command_line_arguments;
+
+ // Skip the first argument as it's the binary name.
+ for (int i = 1; i < argc; i++) {
+ command_line_arguments.push_back(Utf8FromUtf16(argv[i]));
+ }
+
+ ::LocalFree(argv);
+
+ return command_line_arguments;
+}
+
+std::string Utf8FromUtf16(const wchar_t* utf16_string) {
+ if (utf16_string == nullptr) {
+ return std::string();
+ }
+ unsigned int target_length = ::WideCharToMultiByte(
+ CP_UTF8, WC_ERR_INVALID_CHARS, utf16_string,
+ -1, nullptr, 0, nullptr, nullptr)
+ -1; // remove the trailing null character
+ int input_length = (int)wcslen(utf16_string);
+ std::string utf8_string;
+ if (target_length == 0 || target_length > utf8_string.max_size()) {
+ return utf8_string;
+ }
+ utf8_string.resize(target_length);
+ int converted_length = ::WideCharToMultiByte(
+ CP_UTF8, WC_ERR_INVALID_CHARS, utf16_string,
+ input_length, utf8_string.data(), target_length, nullptr, nullptr);
+ if (converted_length == 0) {
+ return std::string();
+ }
+ return utf8_string;
+}
diff --git a/apps/neuro_gym/windows/runner/utils.h b/apps/neuro_gym/windows/runner/utils.h
new file mode 100644
index 0000000..3879d54
--- /dev/null
+++ b/apps/neuro_gym/windows/runner/utils.h
@@ -0,0 +1,19 @@
+#ifndef RUNNER_UTILS_H_
+#define RUNNER_UTILS_H_
+
+#include
+#include
+
+// Creates a console for the process, and redirects stdout and stderr to
+// it for both the runner and the Flutter library.
+void CreateAndAttachConsole();
+
+// Takes a null-terminated wchar_t* encoded in UTF-16 and returns a std::string
+// encoded in UTF-8. Returns an empty std::string on failure.
+std::string Utf8FromUtf16(const wchar_t* utf16_string);
+
+// Gets the command line arguments passed in as a std::vector,
+// encoded in UTF-8. Returns an empty std::vector on failure.
+std::vector GetCommandLineArguments();
+
+#endif // RUNNER_UTILS_H_
diff --git a/apps/neuro_gym/windows/runner/win32_window.cpp b/apps/neuro_gym/windows/runner/win32_window.cpp
new file mode 100644
index 0000000..60608d0
--- /dev/null
+++ b/apps/neuro_gym/windows/runner/win32_window.cpp
@@ -0,0 +1,288 @@
+#include "win32_window.h"
+
+#include
+#include
+
+#include "resource.h"
+
+namespace {
+
+/// Window attribute that enables dark mode window decorations.
+///
+/// Redefined in case the developer's machine has a Windows SDK older than
+/// version 10.0.22000.0.
+/// See: https://docs.microsoft.com/windows/win32/api/dwmapi/ne-dwmapi-dwmwindowattribute
+#ifndef DWMWA_USE_IMMERSIVE_DARK_MODE
+#define DWMWA_USE_IMMERSIVE_DARK_MODE 20
+#endif
+
+constexpr const wchar_t kWindowClassName[] = L"FLUTTER_RUNNER_WIN32_WINDOW";
+
+/// Registry key for app theme preference.
+///
+/// A value of 0 indicates apps should use dark mode. A non-zero or missing
+/// value indicates apps should use light mode.
+constexpr const wchar_t kGetPreferredBrightnessRegKey[] =
+ L"Software\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize";
+constexpr const wchar_t kGetPreferredBrightnessRegValue[] = L"AppsUseLightTheme";
+
+// The number of Win32Window objects that currently exist.
+static int g_active_window_count = 0;
+
+using EnableNonClientDpiScaling = BOOL __stdcall(HWND hwnd);
+
+// Scale helper to convert logical scaler values to physical using passed in
+// scale factor
+int Scale(int source, double scale_factor) {
+ return static_cast(source * scale_factor);
+}
+
+// Dynamically loads the |EnableNonClientDpiScaling| from the User32 module.
+// This API is only needed for PerMonitor V1 awareness mode.
+void EnableFullDpiSupportIfAvailable(HWND hwnd) {
+ HMODULE user32_module = LoadLibraryA("User32.dll");
+ if (!user32_module) {
+ return;
+ }
+ auto enable_non_client_dpi_scaling =
+ reinterpret_cast(
+ GetProcAddress(user32_module, "EnableNonClientDpiScaling"));
+ if (enable_non_client_dpi_scaling != nullptr) {
+ enable_non_client_dpi_scaling(hwnd);
+ }
+ FreeLibrary(user32_module);
+}
+
+} // namespace
+
+// Manages the Win32Window's window class registration.
+class WindowClassRegistrar {
+ public:
+ ~WindowClassRegistrar() = default;
+
+ // Returns the singleton registrar instance.
+ static WindowClassRegistrar* GetInstance() {
+ if (!instance_) {
+ instance_ = new WindowClassRegistrar();
+ }
+ return instance_;
+ }
+
+ // Returns the name of the window class, registering the class if it hasn't
+ // previously been registered.
+ const wchar_t* GetWindowClass();
+
+ // Unregisters the window class. Should only be called if there are no
+ // instances of the window.
+ void UnregisterWindowClass();
+
+ private:
+ WindowClassRegistrar() = default;
+
+ static WindowClassRegistrar* instance_;
+
+ bool class_registered_ = false;
+};
+
+WindowClassRegistrar* WindowClassRegistrar::instance_ = nullptr;
+
+const wchar_t* WindowClassRegistrar::GetWindowClass() {
+ if (!class_registered_) {
+ WNDCLASS window_class{};
+ window_class.hCursor = LoadCursor(nullptr, IDC_ARROW);
+ window_class.lpszClassName = kWindowClassName;
+ window_class.style = CS_HREDRAW | CS_VREDRAW;
+ window_class.cbClsExtra = 0;
+ window_class.cbWndExtra = 0;
+ window_class.hInstance = GetModuleHandle(nullptr);
+ window_class.hIcon =
+ LoadIcon(window_class.hInstance, MAKEINTRESOURCE(IDI_APP_ICON));
+ window_class.hbrBackground = 0;
+ window_class.lpszMenuName = nullptr;
+ window_class.lpfnWndProc = Win32Window::WndProc;
+ RegisterClass(&window_class);
+ class_registered_ = true;
+ }
+ return kWindowClassName;
+}
+
+void WindowClassRegistrar::UnregisterWindowClass() {
+ UnregisterClass(kWindowClassName, nullptr);
+ class_registered_ = false;
+}
+
+Win32Window::Win32Window() {
+ ++g_active_window_count;
+}
+
+Win32Window::~Win32Window() {
+ --g_active_window_count;
+ Destroy();
+}
+
+bool Win32Window::Create(const std::wstring& title,
+ const Point& origin,
+ const Size& size) {
+ Destroy();
+
+ const wchar_t* window_class =
+ WindowClassRegistrar::GetInstance()->GetWindowClass();
+
+ const POINT target_point = {static_cast(origin.x),
+ static_cast(origin.y)};
+ HMONITOR monitor = MonitorFromPoint(target_point, MONITOR_DEFAULTTONEAREST);
+ UINT dpi = FlutterDesktopGetDpiForMonitor(monitor);
+ double scale_factor = dpi / 96.0;
+
+ HWND window = CreateWindow(
+ window_class, title.c_str(), WS_OVERLAPPEDWINDOW,
+ Scale(origin.x, scale_factor), Scale(origin.y, scale_factor),
+ Scale(size.width, scale_factor), Scale(size.height, scale_factor),
+ nullptr, nullptr, GetModuleHandle(nullptr), this);
+
+ if (!window) {
+ return false;
+ }
+
+ UpdateTheme(window);
+
+ return OnCreate();
+}
+
+bool Win32Window::Show() {
+ return ShowWindow(window_handle_, SW_SHOWNORMAL);
+}
+
+// static
+LRESULT CALLBACK Win32Window::WndProc(HWND const window,
+ UINT const message,
+ WPARAM const wparam,
+ LPARAM const lparam) noexcept {
+ if (message == WM_NCCREATE) {
+ auto window_struct = reinterpret_cast(lparam);
+ SetWindowLongPtr(window, GWLP_USERDATA,
+ reinterpret_cast(window_struct->lpCreateParams));
+
+ auto that = static_cast(window_struct->lpCreateParams);
+ EnableFullDpiSupportIfAvailable(window);
+ that->window_handle_ = window;
+ } else if (Win32Window* that = GetThisFromHandle(window)) {
+ return that->MessageHandler(window, message, wparam, lparam);
+ }
+
+ return DefWindowProc(window, message, wparam, lparam);
+}
+
+LRESULT
+Win32Window::MessageHandler(HWND hwnd,
+ UINT const message,
+ WPARAM const wparam,
+ LPARAM const lparam) noexcept {
+ switch (message) {
+ case WM_DESTROY:
+ window_handle_ = nullptr;
+ Destroy();
+ if (quit_on_close_) {
+ PostQuitMessage(0);
+ }
+ return 0;
+
+ case WM_DPICHANGED: {
+ auto newRectSize = reinterpret_cast(lparam);
+ LONG newWidth = newRectSize->right - newRectSize->left;
+ LONG newHeight = newRectSize->bottom - newRectSize->top;
+
+ SetWindowPos(hwnd, nullptr, newRectSize->left, newRectSize->top, newWidth,
+ newHeight, SWP_NOZORDER | SWP_NOACTIVATE);
+
+ return 0;
+ }
+ case WM_SIZE: {
+ RECT rect = GetClientArea();
+ if (child_content_ != nullptr) {
+ // Size and position the child window.
+ MoveWindow(child_content_, rect.left, rect.top, rect.right - rect.left,
+ rect.bottom - rect.top, TRUE);
+ }
+ return 0;
+ }
+
+ case WM_ACTIVATE:
+ if (child_content_ != nullptr) {
+ SetFocus(child_content_);
+ }
+ return 0;
+
+ case WM_DWMCOLORIZATIONCOLORCHANGED:
+ UpdateTheme(hwnd);
+ return 0;
+ }
+
+ return DefWindowProc(window_handle_, message, wparam, lparam);
+}
+
+void Win32Window::Destroy() {
+ OnDestroy();
+
+ if (window_handle_) {
+ DestroyWindow(window_handle_);
+ window_handle_ = nullptr;
+ }
+ if (g_active_window_count == 0) {
+ WindowClassRegistrar::GetInstance()->UnregisterWindowClass();
+ }
+}
+
+Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept {
+ return reinterpret_cast(
+ GetWindowLongPtr(window, GWLP_USERDATA));
+}
+
+void Win32Window::SetChildContent(HWND content) {
+ child_content_ = content;
+ SetParent(content, window_handle_);
+ RECT frame = GetClientArea();
+
+ MoveWindow(content, frame.left, frame.top, frame.right - frame.left,
+ frame.bottom - frame.top, true);
+
+ SetFocus(child_content_);
+}
+
+RECT Win32Window::GetClientArea() {
+ RECT frame;
+ GetClientRect(window_handle_, &frame);
+ return frame;
+}
+
+HWND Win32Window::GetHandle() {
+ return window_handle_;
+}
+
+void Win32Window::SetQuitOnClose(bool quit_on_close) {
+ quit_on_close_ = quit_on_close;
+}
+
+bool Win32Window::OnCreate() {
+ // No-op; provided for subclasses.
+ return true;
+}
+
+void Win32Window::OnDestroy() {
+ // No-op; provided for subclasses.
+}
+
+void Win32Window::UpdateTheme(HWND const window) {
+ DWORD light_mode;
+ DWORD light_mode_size = sizeof(light_mode);
+ LSTATUS result = RegGetValue(HKEY_CURRENT_USER, kGetPreferredBrightnessRegKey,
+ kGetPreferredBrightnessRegValue,
+ RRF_RT_REG_DWORD, nullptr, &light_mode,
+ &light_mode_size);
+
+ if (result == ERROR_SUCCESS) {
+ BOOL enable_dark_mode = light_mode == 0;
+ DwmSetWindowAttribute(window, DWMWA_USE_IMMERSIVE_DARK_MODE,
+ &enable_dark_mode, sizeof(enable_dark_mode));
+ }
+}
diff --git a/apps/neuro_gym/windows/runner/win32_window.h b/apps/neuro_gym/windows/runner/win32_window.h
new file mode 100644
index 0000000..e901dde
--- /dev/null
+++ b/apps/neuro_gym/windows/runner/win32_window.h
@@ -0,0 +1,102 @@
+#ifndef RUNNER_WIN32_WINDOW_H_
+#define RUNNER_WIN32_WINDOW_H_
+
+#include
+
+#include
+#include
+#include
+
+// A class abstraction for a high DPI-aware Win32 Window. Intended to be
+// inherited from by classes that wish to specialize with custom
+// rendering and input handling
+class Win32Window {
+ public:
+ struct Point {
+ unsigned int x;
+ unsigned int y;
+ Point(unsigned int x, unsigned int y) : x(x), y(y) {}
+ };
+
+ struct Size {
+ unsigned int width;
+ unsigned int height;
+ Size(unsigned int width, unsigned int height)
+ : width(width), height(height) {}
+ };
+
+ Win32Window();
+ virtual ~Win32Window();
+
+ // Creates a win32 window with |title| that is positioned and sized using
+ // |origin| and |size|. New windows are created on the default monitor. Window
+ // sizes are specified to the OS in physical pixels, hence to ensure a
+ // consistent size this function will scale the inputted width and height as
+ // as appropriate for the default monitor. The window is invisible until
+ // |Show| is called. Returns true if the window was created successfully.
+ bool Create(const std::wstring& title, const Point& origin, const Size& size);
+
+ // Show the current window. Returns true if the window was successfully shown.
+ bool Show();
+
+ // Release OS resources associated with window.
+ void Destroy();
+
+ // Inserts |content| into the window tree.
+ void SetChildContent(HWND content);
+
+ // Returns the backing Window handle to enable clients to set icon and other
+ // window properties. Returns nullptr if the window has been destroyed.
+ HWND GetHandle();
+
+ // If true, closing this window will quit the application.
+ void SetQuitOnClose(bool quit_on_close);
+
+ // Return a RECT representing the bounds of the current client area.
+ RECT GetClientArea();
+
+ protected:
+ // Processes and route salient window messages for mouse handling,
+ // size change and DPI. Delegates handling of these to member overloads that
+ // inheriting classes can handle.
+ virtual LRESULT MessageHandler(HWND window,
+ UINT const message,
+ WPARAM const wparam,
+ LPARAM const lparam) noexcept;
+
+ // Called when CreateAndShow is called, allowing subclass window-related
+ // setup. Subclasses should return false if setup fails.
+ virtual bool OnCreate();
+
+ // Called when Destroy is called.
+ virtual void OnDestroy();
+
+ private:
+ friend class WindowClassRegistrar;
+
+ // OS callback called by message pump. Handles the WM_NCCREATE message which
+ // is passed when the non-client area is being created and enables automatic
+ // non-client DPI scaling so that the non-client area automatically
+ // responds to changes in DPI. All other messages are handled by
+ // MessageHandler.
+ static LRESULT CALLBACK WndProc(HWND const window,
+ UINT const message,
+ WPARAM const wparam,
+ LPARAM const lparam) noexcept;
+
+ // Retrieves a class instance pointer for |window|
+ static Win32Window* GetThisFromHandle(HWND const window) noexcept;
+
+ // Update the window frame's theme to match the system theme.
+ static void UpdateTheme(HWND const window);
+
+ bool quit_on_close_ = false;
+
+ // window handle for top level window.
+ HWND window_handle_ = nullptr;
+
+ // window handle for hosted content.
+ HWND child_content_ = nullptr;
+};
+
+#endif // RUNNER_WIN32_WINDOW_H_
diff --git a/packages/feature_brain_trainer/lib/controllers/daily_course_controller.dart b/packages/feature_brain_trainer/lib/controllers/daily_course_controller.dart
new file mode 100644
index 0000000..5b0a324
--- /dev/null
+++ b/packages/feature_brain_trainer/lib/controllers/daily_course_controller.dart
@@ -0,0 +1,246 @@
+import 'package:flutter/material.dart';
+import 'package:provider/provider.dart';
+import 'package:service_api/service_api.dart';
+import 'package:feature_common/feature_common.dart';
+
+// --- [Import] 각 게임별 패키지 ---
+
+// 1. 스도쿠
+import 'package:feature_game_sudoku/feature_game_sudoku.dart' as sudoku_pkg;
+import 'package:feature_game_sudoku/models/game_level.dart' as sudoku_model;
+import 'package:feature_game_sudoku/screens/game_screen.dart' as sudoku_screen;
+
+// 2. 수학 퀴즈
+import 'package:feature_game_mathquiz/feature_game_mathquiz.dart' as math_pkg;
+import 'package:feature_game_mathquiz/models/math_quiz_difficulty.dart' as math_model;
+import 'package:feature_game_mathquiz/screens/math_quiz_screen.dart' as math_screen;
+import 'package:feature_game_mathquiz/controllers/math_quiz_controller.dart';
+
+// 3. 순서 기억
+import 'package:feature_game_sequence/feature_game_sequence.dart' as sequence_pkg;
+import 'package:feature_game_sequence/models/sequence_models.dart' as sequence_model;
+import 'package:feature_game_sequence/screens/sequence_game_screen.dart' as sequence_screen;
+import 'package:feature_game_sequence/controllers/sequence_game_controller.dart';
+
+// 4. 카드 뒤집기
+import 'package:feature_game_cardflip/feature_game_cardflip.dart' as cardflip_pkg;
+import 'package:feature_game_cardflip/models/cardflip_models.dart' as cardflip_model;
+import 'package:feature_game_cardflip/screens/cardflip_game_screen.dart' as cardflip_screen;
+import 'package:feature_game_cardflip/controllers/cardflip_controller.dart';
+
+// 5. 색상 매칭
+import 'package:feature_game_colormatch/feature_game_colormatch.dart' as colormatch_pkg;
+import 'package:feature_game_colormatch/models/colormatch_models.dart' as colormatch_model;
+import 'package:feature_game_colormatch/screens/colormatch_game_screen.dart' as colormatch_screen;
+import 'package:feature_game_colormatch/controllers/colormatch_controller.dart';
+
+// 6. 다른 그림 찾기
+import 'package:feature_game_finddiff/feature_game_finddiff.dart' as finddiff_pkg;
+import 'package:feature_game_finddiff/models/finddiff_models.dart' as finddiff_model;
+import 'package:feature_game_finddiff/screens/finddiff_game_screen.dart' as finddiff_screen;
+import 'package:feature_game_finddiff/controllers/finddiff_controller.dart';
+
+import 'package:feature_game_schulte/feature_game_schulte.dart' as schulte_pkg; // ✅ 추가
+
+// 8. [신규] 따라 그리기
+import 'package:feature_game_tracing/feature_game_tracing.dart' as tracing_pkg;
+
+import 'package:feature_game_read_aloud/feature_game_read_aloud.dart' as readAloud;
+import 'package:feature_game_dictation/feature_game_dictation.dart' as dictation_pkg;
+
+class DailyCourseController {
+ final BuildContext context;
+ final List course;
+ int _currentIndex = 0;
+
+ DailyCourseController(this.context, this.course);
+
+ // 1. 코스 시작
+ void start() {
+ if (course.isEmpty) return;
+ _currentIndex = 0;
+ _launchCurrentGame();
+ }
+
+ // 2. 다음 게임으로 이동
+ void _next() {
+ _currentIndex++;
+ if (_currentIndex < course.length) {
+ Future.delayed(const Duration(milliseconds: 300), () {
+ _launchCurrentGame();
+ });
+ } else {
+ _showCourseCompletedDialog();
+ }
+ }
+
+ // 3. 게임 실행 로직
+ void _launchCurrentGame() async {
+ final gameType = course[_currentIndex];
+
+ final session = context.read().session;
+ final String userId = session?.userId ?? 'guest';
+ final String? userName = session?.userName;
+
+ Widget? gameScreen;
+
+ const int defaultLevelIndex = 1;
+
+ try {
+ switch (gameType) {
+ // --- 1. 스도쿠 ---
+ case BrainGameType.sudoku:
+ final level = sudoku_model.AppLevels.getLevel(defaultLevelIndex);
+ final puzzleService = PuzzleService();
+ final gameData = await puzzleService.startGame(level.levelIndex.toString());
+
+ gameScreen = sudoku_screen.GameScreen(
+ gameData: gameData,
+ themeName: "랜덤",
+ userId: userId,
+ userName: userName,
+ levelIndex: level.levelIndex,
+ onNextGame: _next,
+ );
+ break;
+
+ // --- 2. 수학 퀴즈 ---
+ case BrainGameType.mathQuiz:
+ final level = math_model.MathQuizDifficulties.getLevel(defaultLevelIndex);
+ final ctrl = MathQuizController();
+ ctrl.setUserInfo(userId, userName);
+ ctrl.startNewGame(level);
+
+ gameScreen = ChangeNotifierProvider.value(
+ value: ctrl,
+ child: math_screen.MathQuizScreen(
+ // onNextGame: _next, // MathQuizScreen에 onNextGame 추가 필요
+ ),
+ );
+ break;
+
+ // --- 3. 순서 기억 ---
+ case BrainGameType.sequence:
+ final level = sequence_model.SequenceDifficulties.getLevel(defaultLevelIndex);
+ final ctrl = SequenceGameController();
+ ctrl.setUserInfo(userId, userName);
+ ctrl.startNewGame(level);
+
+ gameScreen = ChangeNotifierProvider.value(
+ value: ctrl,
+ child: sequence_screen.SequenceGameScreen(
+ // onNextGame: _next,
+ ),
+ );
+ break;
+
+ // --- 4. 카드 뒤집기 ---
+ case BrainGameType.cardFlip:
+ final level = cardflip_model.CardFlipDifficulties.getLevel(defaultLevelIndex);
+ final ctrl = CardFlipController();
+ ctrl.setUserInfo(userId, userName);
+ ctrl.startNewGame(level);
+
+ gameScreen = ChangeNotifierProvider.value(
+ value: ctrl,
+ child: cardflip_screen.CardFlipGameScreen(
+ // onNextGame: _next,
+ ),
+ );
+ break;
+
+ // --- 5. 색상 매칭 ---
+ case BrainGameType.colorMatch:
+ final level = colormatch_model.ColorMatchDifficulties.getLevel(defaultLevelIndex);
+ final ctrl = ColorMatchController();
+ ctrl.setUserInfo(userId, userName);
+ ctrl.startNewGame(level);
+
+ gameScreen = ChangeNotifierProvider.value(
+ value: ctrl,
+ child: colormatch_screen.ColorMatchGameScreen(
+ // onNextGame: _next,
+ ),
+ );
+ break;
+
+ // --- 6. 다른 그림 찾기 ---
+ case BrainGameType.findDiff:
+ final level = finddiff_model.FindDiffDifficulties.getLevel(defaultLevelIndex);
+ final ctrl = FindDiffController();
+ ctrl.setUserInfo(userId, userName);
+ ctrl.startNewGame(level);
+
+ gameScreen = ChangeNotifierProvider.value(
+ value: ctrl,
+ child: finddiff_screen.FindDiffGameScreen(
+ // onNextGame: _next,
+ ),
+ );
+ break;
+
+ // --- 7. 스파이더 ---
+ case BrainGameType.schulte:
+ // Lv1~3: 3x3, Lv4~6: 4x4 ... (화면 내부에서 처리)
+ gameScreen = schulte_pkg.SchulteGameScreen(
+ levelIndex: defaultLevelIndex,
+ onNextGame: _next,
+ );
+ break;
+
+ // --- 8. [신규] 따라 그리기 ---
+ case BrainGameType.tracing:
+ // TracingGame은 별도 컨트롤러 없이 로컬 상태로 구현됨
+ gameScreen = tracing_pkg.TracingGameScreen(
+ levelIndex: defaultLevelIndex, // 필요한 레벨 전달 (예: 1~6)
+ onNextGame: _next,
+ );
+ break;
+
+ // --- 9. [신규] 소리 내어 읽기 (추후 구현 시 추가) ---
+ case BrainGameType.readAloud:
+ gameScreen = readAloud.ReadAloudGameScreen(
+ levelIndex: defaultLevelIndex, // 필요한 레벨 전달 (예: 1~6)
+ onNextGame: _next,
+ );
+ break;
+ case BrainGameType.dictation:
+ gameScreen = dictation_pkg.DictationGameScreen(
+ levelIndex: 1, // 또는 사용자 레벨
+ onNextGame: _next,
+ );
+ break;
+
+ }
+
+
+ if (gameScreen != null) {
+ final route = MaterialPageRoute(builder: (_) => gameScreen!);
+ await Navigator.push(context, route);
+ } else {
+ debugPrint("게임 화면 생성 실패: $gameType");
+ _next();
+ }
+
+ } catch (e) {
+ debugPrint("게임 실행 중 오류 발생 ($gameType): $e");
+ _next();
+ }
+ }
+
+ void _showCourseCompletedDialog() {
+ showDialog(
+ context: context,
+ builder: (ctx) => AlertDialog(
+ title: const Text("🎉 훈련 완료!"),
+ content: const Text("오늘의 추천 코스를 모두 완수했습니다.\n두뇌가 한층 더 건강해졌습니다!"),
+ actions: [
+ ElevatedButton(
+ onPressed: () => Navigator.pop(ctx),
+ child: const Text("확인"),
+ )
+ ],
+ ),
+ );
+ }
+}
\ No newline at end of file
diff --git a/packages/feature_brain_trainer/lib/feature_brain_trainer.dart b/packages/feature_brain_trainer/lib/feature_brain_trainer.dart
index 298576d..35582d8 100644
--- a/packages/feature_brain_trainer/lib/feature_brain_trainer.dart
+++ b/packages/feature_brain_trainer/lib/feature_brain_trainer.dart
@@ -1,5 +1,6 @@
-/// A Calculator.
-class Calculator {
- /// Returns [value] plus 1.
- int addOne(int value) => value + 1;
-}
+library feature_brain_trainer;
+
+export 'screens/brain_training_home.dart';
+export 'screens/assessment_screen.dart';
+export 'screens/assessment_history_screen.dart';
+export 'controllers/daily_course_controller.dart';
\ No newline at end of file
diff --git a/packages/feature_brain_trainer/lib/models/cognitive_type.dart b/packages/feature_brain_trainer/lib/models/cognitive_type.dart
deleted file mode 100644
index c83983c..0000000
--- a/packages/feature_brain_trainer/lib/models/cognitive_type.dart
+++ /dev/null
@@ -1,21 +0,0 @@
-enum CognitiveArea {
- memory, // 기억력
- calculation, // 계산/논리력
- attention, // 주의집중력
- perception, // 시지각/공간지각력
-}
-
-// 게임별 훈련 영역 매핑
-enum BrainGameType {
- sequence(CognitiveArea.memory, '순서 기억'), // feature_game_sequence
- cardFlip(CognitiveArea.memory, '카드 뒤집기'), // feature_game_cardflip
- mathQuiz(CognitiveArea.calculation, '암산 퀴즈'), // feature_game_mathquiz
- sudoku(CognitiveArea.calculation, '스도쿠'), // feature_game_sudoku
- colorMatch(CognitiveArea.attention, '색상 매칭'), // feature_game_colormatch
- findDiff(CognitiveArea.perception, '다른 그림 찾기'), // feature_game_finddiff
- spider(CognitiveArea.perception, '스파이더 카드'); // feature_game_spider
-
- final CognitiveArea area;
- final String label;
- const BrainGameType(this.area, this.label);
-}
\ No newline at end of file
diff --git a/packages/feature_brain_trainer/lib/screens/assessment_history_screen.dart b/packages/feature_brain_trainer/lib/screens/assessment_history_screen.dart
new file mode 100644
index 0000000..6bd6ea1
--- /dev/null
+++ b/packages/feature_brain_trainer/lib/screens/assessment_history_screen.dart
@@ -0,0 +1,310 @@
+import 'package:flutter/material.dart';
+import 'package:service_api/service_api.dart';
+import 'package:intl/intl.dart';
+import 'assessment_screen.dart';
+
+class AssessmentHistoryScreen extends StatefulWidget {
+ const AssessmentHistoryScreen({super.key});
+
+ @override
+ State createState() => _AssessmentHistoryScreenState();
+}
+
+class _AssessmentHistoryScreenState extends State {
+ List _history = [];
+ bool _isLoading = true;
+
+ @override
+ void initState() {
+ super.initState();
+ _loadHistory();
+ }
+
+ Future _loadHistory() async {
+ final identityService = IdentityService();
+ final list = await identityService.getAssessmentHistory();
+ list.sort((a, b) => a.date.compareTo(b.date));
+ if (mounted) {
+ setState(() {
+ _history = list;
+ _isLoading = false;
+ });
+ }
+ }
+
+ void _startNewAssessment() async {
+ final result = await Navigator.push(
+ context,
+ MaterialPageRoute(builder: (_) => const AssessmentScreen()),
+ );
+
+ if (result == true) {
+ _loadHistory();
+ }
+ }
+
+ (String, Color) _getAreaStatus(int score) {
+ // 8점 만점 기준 (8문항)
+ // 6점 이상: 위험, 4~5점: 주의, 3점 이하: 양호
+ if (score >= 6) return ("위험", Colors.redAccent);
+ if (score >= 4) return ("주의", Colors.orange);
+ return ("양호", Colors.green);
+ }
+
+ String _getAreaName(CognitiveArea area) {
+ switch (area) {
+ case CognitiveArea.memory: return "기억력";
+ case CognitiveArea.perception: return "시지각/지남력";
+ case CognitiveArea.calculation: return "계산력/판단력";
+ case CognitiveArea.attention: return "주의력/집행기능";
+ case CognitiveArea.language: return "언어/구성 능력";
+ }
+ }
+
+ @override
+ Widget build(BuildContext context) {
+ final reversedList = _history.reversed.toList();
+
+ return Scaffold(
+ appBar: AppBar(
+ title: const Text('나의 두뇌 건강 변화'),
+ // 🔽 [수정] 컬러 충돌 방지를 위해 FilledButton.tonal 또는 IconButton 사용
+ actions: [
+ Padding(
+ padding: const EdgeInsets.only(right: 16.0),
+ child: FilledButton.tonalIcon(
+ onPressed: _startNewAssessment,
+ icon: const Icon(Icons.add_task),
+ label: const Text('새 진단'),
+ style: FilledButton.styleFrom(
+ // 테마의 Secondary 컬러를 사용하여 자연스럽게 어우러짐
+ // 글자색/아이콘색은 자동으로 맞춰짐
+ ),
+ ),
+ ),
+ ],
+ ),
+ body: _isLoading
+ ? const Center(child: CircularProgressIndicator())
+ : _history.isEmpty
+ ? Center(
+ child: Column(
+ mainAxisAlignment: MainAxisAlignment.center,
+ children: [
+ const Icon(Icons.note_alt_outlined, size: 64, color: Colors.grey),
+ const SizedBox(height: 16),
+ const Text("아직 진단 기록이 없습니다.", style: TextStyle(fontSize: 18, color: Colors.grey)),
+ const SizedBox(height: 20),
+ ElevatedButton(
+ onPressed: _startNewAssessment,
+ child: const Text("첫 진단 시작하기"),
+ ),
+ ],
+ ),
+ )
+ : Padding(
+ padding: const EdgeInsets.all(16.0),
+ child: Column(
+ children: [
+ // --- 1. 그래프 영역 ---
+ Card(
+ elevation: 4,
+ shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(16)),
+ color: Colors.white,
+ child: Padding(
+ padding: const EdgeInsets.all(16.0),
+ child: Column(
+ crossAxisAlignment: CrossAxisAlignment.start,
+ children: [
+ const Text(
+ "종합 위험도 변화 추이",
+ style: TextStyle(fontSize: 16, fontWeight: FontWeight.bold),
+ ),
+ const SizedBox(height: 4),
+ const Text(
+ "그래프가 낮을수록(점수가 낮을수록) 건강한 상태입니다.",
+ style: TextStyle(fontSize: 12, color: Colors.grey),
+ ),
+ const SizedBox(height: 20),
+ SizedBox(
+ height: 200,
+ width: double.infinity,
+ child: CustomPaint(
+ painter: AssessmentGraphPainter(_history),
+ ),
+ ),
+ ],
+ ),
+ ),
+ ),
+
+ const SizedBox(height: 24),
+ const Align(
+ alignment: Alignment.centerLeft,
+ child: Text("상세 기록 (터치하여 상세 보기)", style: TextStyle(fontSize: 18, fontWeight: FontWeight.bold)),
+ ),
+ const SizedBox(height: 10),
+
+ // --- 2. 리스트 영역 ---
+ Expanded(
+ child: ListView.builder(
+ itemCount: reversedList.length,
+ itemBuilder: (context, index) {
+ final record = reversedList[index];
+ final totalScore = record.scores.values.fold(0, (sum, val) => sum + val);
+
+ // 종합 판정 (32점 만점) -> 12점 이상 주의
+ final bool isRisky = totalScore >= 12;
+ final Color statusColor = isRisky ? Colors.redAccent : Colors.green;
+ final String statusText = isRisky ? "종합 주의" : "종합 양호";
+
+ return Card(
+ elevation: 2,
+ margin: const EdgeInsets.only(bottom: 12),
+ shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(12)),
+ child: ExpansionTile(
+ leading: CircleAvatar(
+ backgroundColor: statusColor.withOpacity(0.1),
+ child: Icon(
+ isRisky ? Icons.priority_high : Icons.check,
+ color: statusColor
+ ),
+ ),
+ title: Text(
+ DateFormat('yyyy년 MM월 dd일 (E) HH:mm', 'ko_KR').format(record.date),
+ style: const TextStyle(fontWeight: FontWeight.bold),
+ ),
+ subtitle: Row(
+ children: [
+ Text(statusText, style: TextStyle(color: statusColor, fontWeight: FontWeight.bold)),
+ const SizedBox(width: 8),
+ Text("(위험점수: $totalScore점)", style: const TextStyle(color: Colors.grey)),
+ ],
+ ),
+ children: [
+ const Divider(height: 1),
+ Padding(
+ padding: const EdgeInsets.symmetric(vertical: 12, horizontal: 16),
+ child: Column(
+ children: CognitiveArea.values.map((area) {
+ final int score = record.scores[area] ?? 0;
+ final (String label, Color color) = _getAreaStatus(score);
+
+ return Padding(
+ padding: const EdgeInsets.symmetric(vertical: 6),
+ child: Row(
+ children: [
+ SizedBox(
+ width: 120,
+ child: Text(_getAreaName(area), style: const TextStyle(fontSize: 15)),
+ ),
+ Expanded(
+ child: ClipRRect(
+ borderRadius: BorderRadius.circular(4),
+ child: LinearProgressIndicator(
+ value: score / 8.0, // 8점 만점 기준
+ backgroundColor: Colors.grey[200],
+ valueColor: AlwaysStoppedAnimation(color),
+ minHeight: 8,
+ ),
+ ),
+ ),
+ const SizedBox(width: 12),
+ SizedBox(
+ width: 50,
+ child: Text(
+ label,
+ style: TextStyle(
+ color: color,
+ fontWeight: FontWeight.bold,
+ fontSize: 14
+ ),
+ textAlign: TextAlign.end,
+ ),
+ ),
+ ],
+ ),
+ );
+ }).toList(),
+ ),
+ ),
+ ],
+ ),
+ );
+ },
+ ),
+ ),
+ ],
+ ),
+ ),
+ );
+ }
+}
+
+class AssessmentGraphPainter extends CustomPainter {
+ final List history;
+ AssessmentGraphPainter(this.history);
+
+ @override
+ void paint(Canvas canvas, Size size) {
+ if (history.isEmpty) return;
+
+ const double padding = 10.0;
+ final double graphWidth = size.width - padding * 2;
+ final double graphHeight = size.height - padding * 2;
+
+ final data = history.length > 7 ? history.sublist(history.length - 7) : history;
+
+ final paintLine = Paint()
+ ..color = Colors.blueAccent
+ ..strokeWidth = 3
+ ..style = PaintingStyle.stroke
+ ..strokeCap = StrokeCap.round;
+
+ final paintDot = Paint()
+ ..color = Colors.redAccent
+ ..style = PaintingStyle.fill;
+
+ final paintGrid = Paint()
+ ..color = Colors.grey.withOpacity(0.2)
+ ..strokeWidth = 1;
+
+ // Y축 가이드라인 (최대 32점 기준)
+ const double maxY = 32.0;
+ for (int i = 0; i <= 4; i++) {
+ double y = padding + graphHeight - (i * 8 / maxY) * graphHeight; // 8점 단위
+ canvas.drawLine(Offset(padding, y), Offset(padding + graphWidth, y), paintGrid);
+ }
+
+ final double stepX = data.length > 1 ? graphWidth / (data.length - 1) : graphWidth / 2;
+
+ Path path = Path();
+ List points = [];
+
+ for (int i = 0; i < data.length; i++) {
+ int totalScore = data[i].scores.values.fold(0, (sum, val) => sum + val);
+
+ double x = padding + (i * stepX);
+ double y = padding + graphHeight - (totalScore / maxY) * graphHeight;
+
+ if (data.length == 1) x = size.width / 2;
+
+ points.add(Offset(x, y));
+
+ if (i == 0) {
+ path.moveTo(x, y);
+ } else {
+ path.lineTo(x, y);
+ }
+ }
+
+ if (data.length > 1) canvas.drawPath(path, paintLine);
+
+ for (var point in points) {
+ canvas.drawCircle(point, 5, paintDot);
+ }
+ }
+
+ @override
+ bool shouldRepaint(covariant CustomPainter oldDelegate) => true;
+}
\ No newline at end of file
diff --git a/packages/feature_brain_trainer/lib/screens/assessment_screen.dart b/packages/feature_brain_trainer/lib/screens/assessment_screen.dart
new file mode 100644
index 0000000..deefb18
--- /dev/null
+++ b/packages/feature_brain_trainer/lib/screens/assessment_screen.dart
@@ -0,0 +1,228 @@
+import 'dart:math';
+import 'package:flutter/material.dart';
+import 'package:service_api/service_api.dart';
+import 'package:service_api/models/assessment_data.dart';
+
+class AssessmentScreen extends StatefulWidget {
+ const AssessmentScreen({super.key});
+
+ @override
+ State createState() => _AssessmentScreenState();
+}
+
+class _AssessmentScreenState extends State {
+ final Map _answers = {};
+ final PageController _pageController = PageController();
+ int _currentPage = 0;
+
+ late final Map> _dailyQuestions;
+ late final List _areaKeys;
+
+ @override
+ void initState() {
+ super.initState();
+ _dailyQuestions = _generateDailyQuestions();
+ _areaKeys = _dailyQuestions.keys.toList();
+ }
+
+ /// [핵심 로직] 전체 문제 풀에서 영역별로 8개씩 랜덤 추출 (총 32문항)
+ Map> _generateDailyQuestions() {
+ final random = Random();
+ Map> grouped = {};
+
+ // 1. 전체 질문 분류
+ Map> pool = {};
+ for (var q in rawAssessmentQuestions) {
+ if (!pool.containsKey(q.area)) pool[q.area] = [];
+ pool[q.area]!.add(q);
+ }
+
+ // 2. 각 영역에서 랜덤하게 8문제씩 추출 (총 32문제)
+ // (데이터가 부족할 경우를 대비해 take 사용)
+ pool.forEach((area, questions) {
+ var shuffled = List.from(questions)..shuffle(random);
+ grouped[area] = shuffled.take(8).toList(); // 👈 8개로 설정
+ });
+
+ return grouped;
+ }
+
+ void _submitResult() async {
+ // 1. 점수 계산
+ Map scores = {};
+ int totalYesCount = 0;
+
+ _dailyQuestions.forEach((area, questions) {
+ int areaScore = 0;
+ for (var q in questions) {
+ if (_answers[q.id] == true) {
+ areaScore++;
+ totalYesCount++;
+ }
+ }
+ scores[area] = areaScore;
+ });
+
+ // 2. 히스토리 저장
+ final identityService = IdentityService();
+ await identityService.saveAssessmentResult(scores);
+
+ if (!mounted) return;
+
+ // 3. 결과 알림 (기준: 32문항 중 12개 이상이면 주의)
+ String message = "진단 결과가 기록되었습니다.";
+ if (totalYesCount >= 12) {
+ message += "\n\n주의가 필요한 항목이 다수 확인되었습니다.\n($totalYesCount/32개 해당)\n꾸준한 훈련을 권장합니다.";
+ } else {
+ message += "\n\n현재 양호한 상태입니다.\n이 상태를 유지하기 위해 매일 훈련하세요!";
+ }
+
+ showDialog(
+ context: context,
+ barrierDismissible: false,
+ builder: (ctx) => AlertDialog(
+ title: const Text('진단 완료'),
+ content: Text(message),
+ actions: [
+ TextButton(
+ onPressed: () {
+ Navigator.pop(ctx);
+ Navigator.pop(context, true);
+ },
+ child: const Text('확인'),
+ ),
+ ],
+ ),
+ );
+ }
+
+ String _getAreaTitle(CognitiveArea area) {
+ switch (area) {
+ case CognitiveArea.memory: return "1. 기억력 체크";
+ case CognitiveArea.perception: return "2. 시공간/지남력 체크";
+ case CognitiveArea.calculation: return "3. 계산력/판단력 체크";
+ case CognitiveArea.attention: return "4. 주의력/집행기능 체크";
+ case CognitiveArea.language: return "5. 언어/구성 능력";
+ }
+ }
+
+ @override
+ Widget build(BuildContext context) {
+ return Scaffold(
+ appBar: AppBar(
+ title: const Text('자가 진단 체크리스트'),
+ centerTitle: true,
+ bottom: PreferredSize(
+ preferredSize: const Size.fromHeight(4.0),
+ child: LinearProgressIndicator(
+ value: (_currentPage + 1) / _areaKeys.length,
+ backgroundColor: Colors.grey[200],
+ valueColor: AlwaysStoppedAnimation(Theme.of(context).primaryColor),
+ ),
+ ),
+ ),
+ body: Column(
+ children: [
+ Padding(
+ padding: const EdgeInsets.all(16.0),
+ child: Text(
+ _getAreaTitle(_areaKeys[_currentPage]),
+ style: const TextStyle(fontSize: 22, fontWeight: FontWeight.bold),
+ ),
+ ),
+ Expanded(
+ child: PageView.builder(
+ controller: _pageController,
+ physics: const NeverScrollableScrollPhysics(),
+ itemCount: _areaKeys.length,
+ onPageChanged: (idx) {
+ setState(() { _currentPage = idx; });
+ },
+ itemBuilder: (context, index) {
+ final area = _areaKeys[index];
+ final questions = _dailyQuestions[area]!;
+
+ return ListView.separated(
+ padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 8),
+ itemCount: questions.length,
+ separatorBuilder: (c, i) => const Divider(height: 1),
+ itemBuilder: (context, qIndex) {
+ final q = questions[qIndex];
+ final bool isChecked = _answers[q.id] ?? false;
+
+ return CheckboxListTile(
+ title: Text(
+ q.text,
+ style: TextStyle(
+ fontSize: 16,
+ color: isChecked ? Colors.black : Colors.grey[800],
+ fontWeight: isChecked ? FontWeight.w600 : FontWeight.normal,
+ ),
+ ),
+ value: isChecked,
+ activeColor: Colors.redAccent,
+ onChanged: (val) {
+ setState(() { _answers[q.id] = val!; });
+ },
+ );
+ },
+ );
+ },
+ ),
+ ),
+ Padding(
+ padding: const EdgeInsets.all(16.0),
+ child: Row(
+ mainAxisAlignment: MainAxisAlignment.spaceBetween,
+ children: [
+ if (_currentPage > 0)
+ ElevatedButton.icon(
+ onPressed: () => _pageController.previousPage(
+ duration: const Duration(milliseconds: 300),
+ curve: Curves.easeInOut
+ ),
+ icon: const Icon(Icons.arrow_back),
+ label: const Text('이전'),
+ style: ElevatedButton.styleFrom(
+ padding: const EdgeInsets.symmetric(horizontal: 20, vertical: 12),
+ ),
+ )
+ else
+ const SizedBox(width: 90),
+
+ Text(
+ "${_currentPage + 1} / ${_areaKeys.length}",
+ style: const TextStyle(fontWeight: FontWeight.bold, fontSize: 16),
+ ),
+
+ if (_currentPage < _areaKeys.length - 1)
+ ElevatedButton.icon(
+ onPressed: () => _pageController.nextPage(
+ duration: const Duration(milliseconds: 300),
+ curve: Curves.easeInOut
+ ),
+ icon: const Icon(Icons.arrow_forward),
+ label: const Text('다음'),
+ style: ElevatedButton.styleFrom(
+ padding: const EdgeInsets.symmetric(horizontal: 20, vertical: 12),
+ ),
+ )
+ else
+ ElevatedButton.icon(
+ style: ElevatedButton.styleFrom(
+ backgroundColor: Colors.blueAccent,
+ foregroundColor: Colors.white,
+ padding: const EdgeInsets.symmetric(horizontal: 24, vertical: 12),
+ ),
+ onPressed: _submitResult,
+ icon: const Icon(Icons.check),
+ label: const Text('결과 제출'),
+ ),
+ ],
+ ),
+ ),
+ ],
+ ),
+ );
+ }
+}
\ No newline at end of file
diff --git a/packages/feature_brain_trainer/lib/screens/brain_training_home.dart b/packages/feature_brain_trainer/lib/screens/brain_training_home.dart
index 0a8b621..a3cd128 100644
--- a/packages/feature_brain_trainer/lib/screens/brain_training_home.dart
+++ b/packages/feature_brain_trainer/lib/screens/brain_training_home.dart
@@ -3,18 +3,120 @@ import 'package:provider/provider.dart';
import 'package:feature_common/feature_common.dart';
import 'package:service_api/service_api.dart';
-// 각 게임 패키지 import
+import 'assessment_screen.dart';
+import 'assessment_history_screen.dart';
+import '../controllers/daily_course_controller.dart';
+
+// 각 게임 패키지 로비 import
import 'package:feature_game_sudoku/feature_game_sudoku.dart';
import 'package:feature_game_mathquiz/feature_game_mathquiz.dart';
-// ... (나머지 게임들)
+import 'package:feature_game_sequence/feature_game_sequence.dart';
+import 'package:feature_game_cardflip/feature_game_cardflip.dart';
+import 'package:feature_game_colormatch/feature_game_colormatch.dart';
+import 'package:feature_game_finddiff/feature_game_finddiff.dart';
+import 'package:feature_game_schulte/feature_game_schulte.dart';
+import 'package:feature_game_read_aloud/feature_game_read_aloud.dart';
+import 'package:feature_game_dictation/feature_game_dictation.dart';
-class BrainTrainingHome extends StatelessWidget {
+// 🔽 [신규] 따라 그리기 패키지 import
+import 'package:feature_game_tracing/feature_game_tracing.dart';
+
+class BrainTrainingHome extends StatefulWidget {
const BrainTrainingHome({super.key});
+ @override
+ State createState() => _BrainTrainingHomeState();
+}
+
+class _BrainTrainingHomeState extends State {
+ bool _hasAssessment = false;
+
+ @override
+ void initState() {
+ super.initState();
+ _checkAssessmentStatus();
+ }
+
+ Future _checkAssessmentStatus() async {
+ final identityService = context.read();
+ final scores = await identityService.getCognitiveScores();
+ if (mounted) {
+ setState(() {
+ _hasAssessment = (scores != null && scores.isNotEmpty);
+ });
+ }
+ }
+
+ void _handleCheckupTap() {
+ if (_hasAssessment) {
+ Navigator.push(
+ context,
+ MaterialPageRoute(builder: (_) => const AssessmentHistoryScreen()),
+ ).then((_) => _checkAssessmentStatus());
+ } else {
+ _openNewAssessment();
+ }
+ }
+
+ void _openNewAssessment() async {
+ final result = await Navigator.push(
+ context,
+ MaterialPageRoute(builder: (_) => const AssessmentScreen()),
+ );
+
+ if (result == true) {
+ _checkAssessmentStatus();
+ }
+ }
+
+ void _startDailyCourse() async {
+ final identityService = context.read();
+ final scores = await identityService.getCognitiveScores();
+
+ if (scores == null || scores.isEmpty) {
+ if (!mounted) return;
+ ScaffoldMessenger.of(context).showSnackBar(
+ const SnackBar(content: Text('먼저 두뇌 건강 체크를 진행해 주세요!')),
+ );
+ _openNewAssessment();
+ return;
+ }
+
+ final trainer = BrainTrainingService();
+ final recommendedCourse = trainer.recommendGames(scores);
+
+ if (!mounted) return;
+
+ final controller = DailyCourseController(context, recommendedCourse);
+ controller.start();
+ }
+
@override
Widget build(BuildContext context) {
return Scaffold(
- appBar: AppBar(title: const Text('두뇌 건강 지킴이')),
+ appBar: AppBar(
+ title: const Text('두뇌 건강 지킴이'),
+ centerTitle: false,
+ actions: [
+ IconButton(
+ icon: const Icon(Icons.show_chart_rounded),
+ tooltip: '진단 기록 보기',
+ onPressed: () {
+ Navigator.push(
+ context,
+ MaterialPageRoute(builder: (_) => const AssessmentHistoryScreen())
+ ).then((_) => _checkAssessmentStatus());
+ },
+ ),
+ IconButton(
+ icon: const Icon(Icons.settings),
+ onPressed: () => Navigator.push(
+ context,
+ MaterialPageRoute(builder: (_) => const SettingsScreen())
+ ),
+ )
+ ],
+ ),
body: SingleChildScrollView(
padding: const EdgeInsets.all(16),
child: Column(
@@ -25,14 +127,14 @@ class BrainTrainingHome extends StatelessWidget {
const SizedBox(height: 24),
- // 2. 오늘의 추천 코스 (자동 믹스 게임)
+ // 2. 오늘의 추천 코스
const Text('오늘의 추천 훈련', style: TextStyle(fontSize: 20, fontWeight: FontWeight.bold)),
const SizedBox(height: 10),
_buildDailyTrainingButton(context),
const SizedBox(height: 24),
- // 3. 게임 아케이드 (자유 선택)
+ // 3. 게임 아케이드
const Text('전체 게임', style: TextStyle(fontSize: 20, fontWeight: FontWeight.bold)),
const SizedBox(height: 10),
_buildGameGrid(context),
@@ -45,32 +147,54 @@ class BrainTrainingHome extends StatelessWidget {
Widget _buildCheckupCard(BuildContext context) {
return Card(
color: Colors.indigo.shade50,
+ elevation: 0,
+ shape: RoundedRectangleBorder(
+ borderRadius: BorderRadius.circular(16),
+ side: BorderSide(color: Colors.indigo.shade100),
+ ),
child: ListTile(
- leading: const Icon(Icons.health_and_safety, size: 40, color: Colors.indigo),
- title: const Text('나의 두뇌 건강 체크'),
- subtitle: const Text('간단한 질문으로 현재 상태를 확인하고\n맞춤형 훈련을 추천받으세요.'),
- trailing: const Icon(Icons.arrow_forward_ios),
- onTap: () {
- // TODO: 체크리스트 화면으로 이동
- // Navigator.push(context, MaterialPageRoute(builder: (_) => AssessmentScreen()));
- },
+ contentPadding: const EdgeInsets.all(16),
+ leading: Container(
+ padding: const EdgeInsets.all(12),
+ decoration: BoxDecoration(
+ color: Colors.white,
+ borderRadius: BorderRadius.circular(12),
+ ),
+ child: const Icon(Icons.health_and_safety, size: 32, color: Colors.indigo),
+ ),
+ title: Text(_hasAssessment ? '나의 두뇌 건강 리포트' : '나의 두뇌 건강 체크', style: const TextStyle(fontWeight: FontWeight.bold)),
+ subtitle: Text(_hasAssessment
+ ? '최근 진단 결과를 확인하고 변화를 추적하세요.'
+ : '간단한 질문으로 상태를 확인하고\n맞춤형 훈련을 추천받으세요.'
+ ),
+ trailing: const Icon(Icons.arrow_forward_ios, size: 16),
+ onTap: _handleCheckupTap,
),
);
}
Widget _buildDailyTrainingButton(BuildContext context) {
- return ElevatedButton.icon(
+ return ElevatedButton(
style: ElevatedButton.styleFrom(
- padding: const EdgeInsets.all(20),
+ padding: const EdgeInsets.symmetric(vertical: 24),
backgroundColor: Colors.orange,
foregroundColor: Colors.white,
+ shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(16)),
+ elevation: 4,
+ ),
+ onPressed: _startDailyCourse,
+ child: Row(
+ mainAxisAlignment: MainAxisAlignment.center,
+ children: const [
+ Icon(Icons.play_circle_fill, size: 40),
+ SizedBox(width: 16),
+ Text(
+ '오늘의 코스 시작하기\n(맞춤형 3종 세트)',
+ textAlign: TextAlign.start,
+ style: TextStyle(fontSize: 18, fontWeight: FontWeight.bold)
+ ),
+ ],
),
- icon: const Icon(Icons.play_circle_fill, size: 32),
- label: const Text('오늘의 코스 시작하기\n(맞춤형 3종 세트)', textAlign: TextAlign.center, style: TextStyle(fontSize: 18)),
- onPressed: () {
- // TODO: Assessment 결과에 따라 선정된 게임들을 순차적으로 실행하는 로직
- // 예: Sequence -> Math -> ColorMatch 순서로 실행되는 별도 Flow 화면으로 이동
- },
);
}
@@ -80,7 +204,13 @@ class BrainTrainingHome extends StatelessWidget {
{'name': '스도쿠', 'icon': Icons.grid_3x3, 'dest': const SudokuLobbyScreen()},
{'name': '계산 퀴즈', 'icon': Icons.calculate, 'dest': const MathQuizLobbyScreen()},
{'name': '순서 기억', 'icon': Icons.onetwothree, 'dest': const SequenceLobbyScreen()},
- // ... 나머지 게임 추가
+ {'name': '카드 뒤집기', 'icon': Icons.flip, 'dest': const CardFlipLobbyScreen()},
+ {'name': '색상 매칭', 'icon': Icons.palette, 'dest': const ColorMatchLobbyScreen()},
+ {'name': '다른 그림', 'icon': Icons.image_search, 'dest': const FindDiffLobbyScreen()},
+ {'name': '숫자 찾기', 'icon': Icons.looks_one, 'dest': const SchulteLobbyScreen()},
+ {'name': '따라 그리기', 'icon': Icons.gesture, 'dest': const TracingLobbyScreen()},
+ {'name': '읽고 말하기', 'icon': Icons.record_voice_over, 'dest': const ReadAloudLobbyScreen()},
+ {'name': '받아쓰기', 'icon': Icons.keyboard, 'dest': const DictationLobbyScreen()},
];
return GridView.builder(
@@ -88,9 +218,9 @@ class BrainTrainingHome extends StatelessWidget {
physics: const NeverScrollableScrollPhysics(),
gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount(
crossAxisCount: 2,
- childAspectRatio: 1.5,
- crossAxisSpacing: 10,
- mainAxisSpacing: 10,
+ childAspectRatio: 1.3,
+ crossAxisSpacing: 12,
+ mainAxisSpacing: 12,
),
itemCount: games.length,
itemBuilder: (context, index) {
@@ -98,14 +228,21 @@ class BrainTrainingHome extends StatelessWidget {
onTap: () {
Navigator.push(context, MaterialPageRoute(builder: (_) => games[index]['dest'] as Widget));
},
- child: Card(
- elevation: 2,
+ child: Container(
+ decoration: BoxDecoration(
+ color: Colors.white,
+ borderRadius: BorderRadius.circular(16),
+ border: Border.all(color: Colors.grey.shade200),
+ boxShadow: [
+ BoxShadow(color: Colors.grey.shade100, blurRadius: 4, offset: const Offset(0, 2))
+ ],
+ ),
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
- Icon(games[index]['icon'] as IconData, size: 36, color: Colors.blueGrey),
- const SizedBox(height: 8),
- Text(games[index]['name'] as String, style: const TextStyle(fontWeight: FontWeight.bold)),
+ Icon(games[index]['icon'] as IconData, size: 40, color: Colors.blueGrey),
+ const SizedBox(height: 12),
+ Text(games[index]['name'] as String, style: const TextStyle(fontWeight: FontWeight.bold, fontSize: 16)),
],
),
),
diff --git a/packages/feature_brain_trainer/pubspec.yaml b/packages/feature_brain_trainer/pubspec.yaml
index e65a569..ebc8368 100644
--- a/packages/feature_brain_trainer/pubspec.yaml
+++ b/packages/feature_brain_trainer/pubspec.yaml
@@ -1,54 +1,54 @@
name: feature_brain_trainer
-description: "A new Flutter package project."
+description: Brain training features including assessment, recommendation logic, and daily course management.
version: 0.0.1
-homepage:
+publish_to: 'none'
+resolution: workspace
environment:
- sdk: ^3.9.2
- flutter: ">=1.17.0"
+ sdk: '^3.9.2'
+ flutter: '>=3.10.0'
dependencies:
flutter:
sdk: flutter
+ # 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
+
dev_dependencies:
flutter_test:
sdk: flutter
- flutter_lints: ^5.0.0
-
-# For information on the generic Dart part of this file, see the
-# following page: https://dart.dev/tools/pub/pubspec
-
-# The following section is specific to Flutter packages.
-flutter:
-
- # To add assets to your package, add an assets section, like this:
- # assets:
- # - images/a_dot_burr.jpeg
- # - images/a_dot_ham.jpeg
- #
- # For details regarding assets in packages, see
- # https://flutter.dev/to/asset-from-package
- #
- # An image asset can refer to one or more resolution-specific "variants", see
- # https://flutter.dev/to/resolution-aware-images
-
- # To add custom fonts to your package, add a fonts section here,
- # in this "flutter" section. Each entry in this list should have a
- # "family" key with the font family name, and a "fonts" key with a
- # list giving the asset and other descriptors for the font. For
- # example:
- # fonts:
- # - family: Schyler
- # fonts:
- # - asset: fonts/Schyler-Regular.ttf
- # - asset: fonts/Schyler-Italic.ttf
- # style: italic
- # - family: Trajan Pro
- # fonts:
- # - asset: fonts/TrajanPro.ttf
- # - asset: fonts/TrajanPro_Bold.ttf
- # weight: 700
- #
- # For details regarding fonts in packages, see
- # https://flutter.dev/to/font-from-package
+ lints: ^3.0.0
\ No newline at end of file
diff --git a/packages/feature_common/lib/feature_common.dart b/packages/feature_common/lib/feature_common.dart
index 0b40540..294f126 100644
--- a/packages/feature_common/lib/feature_common.dart
+++ b/packages/feature_common/lib/feature_common.dart
@@ -12,5 +12,5 @@ export 'widgets/common_game_shell.dart';
// (views/intro_view.dart는 intro_screen.dart만 사용하므로 export 불필요)
export 'models/game_info.dart';
-export 'models/game_result_args.dart';
export 'screens/game_completion_screen.dart';
+export 'screens/base_game_screen.dart';
diff --git a/packages/feature_common/lib/models/game_result_args.dart b/packages/feature_common/lib/models/game_result_args.dart
deleted file mode 100644
index eb35131..0000000
--- a/packages/feature_common/lib/models/game_result_args.dart
+++ /dev/null
@@ -1,46 +0,0 @@
-import 'package:flutter/material.dart';
-
-/// 게임 완료 화면에 전달할 데이터 묶음
-class GameResultArgs {
- /// 랭킹 등록 시 사용할 게임 타입 (예: "SUDOKU", "SPIDER")
- final String gameType;
-
- /// 랭킹 등록 시 사용할 난이도 ID (예: "SUDOKU_9x9_L5")
- final String contextId;
-
- /// 랭킹 등록용 주 점수 (스도쿠: 시간, 스파이더: 이동 횟수)
- final int primaryScore;
-
- /// 랭킹 등록용 보조 점수 (스도쿠: (5-점수), 스파이더: 시간)
- final int? secondaryScore;
-
- /// 랭킹 등록에 필요한 유저 ID
- final String userId;
-
- /// 이름 입력 필드에 미리 채워줄 유저 이름
- final String? userName;
-
- /// 랭킹 목록에 점수를 표시할 포맷터 함수
- /// 예: (120, 2) => "02:00 (Score: 3)"
- final String Function(int primary, int? secondary) scoreFormatter;
-
- /// 랭킹 등록 성공 시 호출될 게임별 후속 처리 콜백
- /// (예: 다음 레벨 잠금 해제)
- final Future Function(String playerName) onProgressSave;
-
- // ❌ [삭제] onScreenClose 콜백 제거
- // final VoidCallback onScreenClose;
-
- GameResultArgs({
- required this.gameType,
- required this.contextId,
- required this.primaryScore,
- this.secondaryScore,
- required this.userId,
- this.userName,
- required this.scoreFormatter,
- required this.onProgressSave,
- // ❌ [삭제]
- // required this.onScreenClose,
- });
-}
\ No newline at end of file
diff --git a/packages/feature_common/lib/screens/base_game_screen.dart b/packages/feature_common/lib/screens/base_game_screen.dart
new file mode 100644
index 0000000..f09d685
--- /dev/null
+++ b/packages/feature_common/lib/screens/base_game_screen.dart
@@ -0,0 +1,138 @@
+import 'package:flutter/material.dart';
+import 'package:provider/provider.dart';
+import 'package:service_api/service_api.dart';
+
+class GameResultArgs {
+ final String gameType;
+ final String contextId;
+ final int primaryScore;
+
+ // [Legacy Support] 기존 게임 호환용 필드
+ final String? userId;
+ final String? userName; // [Fix] userName 필드 존재 확인
+ final int? secondaryScore;
+
+ // [Fix] 타입 불일치 해결: String을 받는 비동기 함수로 명시
+ final Future Function(String)? onProgressSave;
+
+ final VoidCallback? onNextGame;
+
+ // [New Feature] 신규 게임 자동 저장용 필드
+ final int? stars;
+ final int? levelIndex;
+
+ final String Function(int score, int? subScore)? scoreFormatter;
+
+ GameResultArgs({
+ required this.gameType,
+ required this.contextId,
+ required this.primaryScore,
+ this.userId,
+ this.userName,
+ this.secondaryScore,
+ this.onProgressSave,
+ this.onNextGame,
+ this.stars,
+ this.levelIndex,
+ this.scoreFormatter,
+ });
+}
+
+abstract class BaseGameScreen extends StatefulWidget {
+ final VoidCallback? onNextGame;
+ const BaseGameScreen({super.key, this.onNextGame});
+}
+
+abstract class BaseGameScreenState extends State {
+
+ void showCommonGameCompletion(GameResultArgs args) async {
+ // 1. [New] 자동 저장 로직
+ if (args.stars != null && args.levelIndex != null) {
+ try {
+ if (!mounted) return;
+ final identityService = context.read();
+ await identityService.submitGameResult(
+ gameType: args.gameType,
+ level: args.levelIndex!,
+ stars: args.stars!,
+ );
+ } catch (e) {
+ debugPrint("자동 저장 실패: $e");
+ }
+ }
+
+ // 2. [Legacy] 수동 저장 로직 호환 (기존 게임용)
+ if (args.onProgressSave != null) {
+ // 기존 게임들이 String 인자를 기대하므로 더미 문자열 전달
+ await args.onProgressSave!("legacy_save");
+ }
+
+ if (!mounted) return;
+
+ // 3. 팝업 표시
+ final VoidCallback? nextCallback = widget.onNextGame ?? args.onNextGame;
+ final bool isDailyCourse = nextCallback != null;
+
+ showDialog(
+ context: context,
+ barrierDismissible: false,
+ builder: (ctx) => AlertDialog(
+ shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(16)),
+ title: const Row(
+ children: [
+ Icon(Icons.emoji_events, color: Colors.orange, size: 28),
+ SizedBox(width: 8),
+ Text('훈련 완료!'),
+ ],
+ ),
+ content: Column(
+ mainAxisSize: MainAxisSize.min,
+ crossAxisAlignment: CrossAxisAlignment.start,
+ children: [
+ Text(
+ args.scoreFormatter != null
+ ? args.scoreFormatter!(args.primaryScore, args.secondaryScore)
+ : "점수: ${args.primaryScore}",
+ style: const TextStyle(fontSize: 18, fontWeight: FontWeight.bold),
+ ),
+ const SizedBox(height: 12),
+ if (args.stars != null)
+ Row(
+ children: List.generate(3, (index) => Icon(
+ index < args.stars! ? Icons.star : Icons.star_border,
+ color: Colors.amber,
+ size: 32,
+ )),
+ ),
+ if (args.stars != null) const SizedBox(height: 16),
+
+ Text(isDailyCourse
+ ? "수고하셨습니다. 다음 훈련으로 이동합니다."
+ : "수고하셨습니다. 로비로 돌아갑니다."
+ ),
+ ],
+ ),
+ actions: [
+ ElevatedButton(
+ style: ElevatedButton.styleFrom(
+ backgroundColor: Colors.blueAccent,
+ foregroundColor: Colors.white,
+ shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(8)),
+ ),
+ onPressed: () {
+ Navigator.pop(ctx);
+ if (isDailyCourse) {
+ nextCallback!();
+ } else {
+ if (Navigator.canPop(context)) {
+ Navigator.pop(context);
+ }
+ }
+ },
+ child: Text(isDailyCourse ? "다음 게임" : "확인"),
+ ),
+ ],
+ ),
+ );
+ }
+}
\ No newline at end of file
diff --git a/packages/feature_common/lib/screens/game_completion_screen.dart b/packages/feature_common/lib/screens/game_completion_screen.dart
index 79233b7..a9fc698 100644
--- a/packages/feature_common/lib/screens/game_completion_screen.dart
+++ b/packages/feature_common/lib/screens/game_completion_screen.dart
@@ -1,328 +1,123 @@
-// packages/feature_common/lib/screens/game_completion_screen.dart
-import 'dart:developer';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:service_api/service_api.dart';
-import '../models/game_result_args.dart';
-
-enum _RankSubmissionStep { enterName, submitting, showList }
+import 'base_game_screen.dart'; // GameResultArgs import
class GameCompletionScreen extends StatefulWidget {
final GameResultArgs args;
+ final bool isDailyCourse;
- const GameCompletionScreen({super.key, required this.args});
+ const GameCompletionScreen({
+ super.key,
+ required this.args,
+ this.isDailyCourse = false,
+ });
@override
State createState() => _GameCompletionScreenState();
}
class _GameCompletionScreenState extends State {
- final PuzzleService _puzzleService = PuzzleService();
- final IdentityService _identityService = IdentityService();
-
- late final TextEditingController _nameController;
- _RankSubmissionStep _rankStep = _RankSubmissionStep.enterName;
- List _rankingList = [];
- GameRankWithRankNumber? _myRankResult;
- String? _dialogErrorMessage;
- String _submittedPlayerName = "";
-
- // 🔽 [신규] 랭킹 등록을 건너뛰었는지 확인하는 플래그
- bool _didSkipRank = false;
+ late TextEditingController _nameController;
+ late IdentityService _identityService;
+ bool _isSaving = false;
+ String? _userName;
@override
void initState() {
super.initState();
-
- // 레벨 클리어 (레벨 잠금 해제)를 즉시 호출
- widget.args.onProgressSave("");
-
- final session = context.read().session;
- _nameController = TextEditingController(text: session?.userName ?? widget.args.userName);
-
- // 로그인 유저일 경우, 이름 입력 생략하고 자동 등록
- if (session != null && !session.isGuest) {
- _rankStep = _RankSubmissionStep.submitting;
- WidgetsBinding.instance.addPostFrameCallback((_) {
- _submitRank(autoSubmitName: session.userName);
- });
- }
+ _identityService = context.read();
+ // [Fix] args.userName 사용 가능
+ String? initialName = widget.args.userName;
+ _nameController = TextEditingController(text: initialName ?? '');
+ _loadUserInfo();
}
- @override
- void dispose() {
- _nameController.dispose();
- super.dispose();
- }
-
- Future _submitRank({String? autoSubmitName}) async {
- String playerName;
+ Future _loadUserInfo() async {
+ final session = await _identityService.getUserSession();
+ String? name = session?.userName ?? await _identityService.getUserName();
- if (autoSubmitName == null) {
- playerName = _nameController.text.trim();
- if (playerName.isEmpty) {
- setState(() { _dialogErrorMessage = "이름을 입력해주세요."; });
- return;
+ // 만약 args에 이름이 없고 저장된 이름이 있다면 불러옴
+ if (widget.args.userName == null && name != null) {
+ if (mounted) {
+ setState(() {
+ _nameController.text = name;
+ _userName = name;
+ });
}
- } else {
- playerName = autoSubmitName;
}
+
+ if (session != null && !session.isGuest) {
+ _saveProgress(name ?? "Unknown");
+ }
+ }
- setState(() {
- _rankStep = _RankSubmissionStep.submitting;
- _submittedPlayerName = playerName;
- _dialogErrorMessage = null;
- });
-
- final rankDto = UnifiedRankDto(
- userId: widget.args.userId,
- gameType: widget.args.gameType,
- contextId: widget.args.contextId,
- playerName: playerName,
- primaryScore: widget.args.primaryScore,
- secondaryScore: widget.args.secondaryScore,
- );
+ Future _saveProgress(String playerName) async {
+ if (_isSaving) return;
+ setState(() => _isSaving = true);
try {
- final RankSubmissionResult result = await _puzzleService.submitRank(rankDto);
+ await _identityService.saveUserName(playerName);
- if (autoSubmitName == null) {
- await _identityService.saveUserName(playerName);
+ // [Fix] 타입 호환성 수정: String 인자 전달
+ if (widget.args.onProgressSave != null) {
+ await widget.args.onProgressSave!(playerName);
+ }
+
+ if (widget.args.stars != null && widget.args.levelIndex != null) {
+ await _identityService.submitGameResult(
+ gameType: widget.args.gameType,
+ level: widget.args.levelIndex!,
+ stars: widget.args.stars!
+ );
}
-
- await widget.args.onProgressSave(playerName); // 레벨 저장 재확인
-
- setState(() {
- _rankingList = result.topRanks;
- _myRankResult = result.myRank;
- _rankStep = _RankSubmissionStep.showList;
- });
} catch (e) {
- log("!!! 랭킹 등록 실패 !!!", error: e);
- setState(() {
- _rankStep = _RankSubmissionStep.enterName;
- if (autoSubmitName != null) {
- _rankStep = _RankSubmissionStep.showList; // 자동 등록 실패 시 리스트라도 보여줌
- }
- _dialogErrorMessage = e.toString().replaceFirst("Exception: ", "");
- });
+ debugPrint("Error saving progress: $e");
+ } finally {
+ if (mounted) setState(() => _isSaving = false);
}
}
- /// 🔽 [신규] 랭킹 등록 건너뛰기 및 화면 닫기
- void _skipRankAndClose() {
- setState(() {
- _didSkipRank = true;
- _rankStep = _RankSubmissionStep.showList; // 리스트 화면으로 전환하여 기록은 볼 수 있게 함
- });
- }
-
- /// 🔽 [신규] 점수 표시 위젯 (최상단 고정)
- Widget _buildScoreWidget(ThemeData theme) {
- final String scoreText = widget.args.scoreFormatter(
- widget.args.primaryScore, widget.args.secondaryScore);
-
- return Padding(
- padding: const EdgeInsets.only(bottom: 20.0),
- child: Card(
- color: theme.colorScheme.primary.withOpacity(0.1),
- margin: EdgeInsets.zero,
- child: Padding(
- padding: const EdgeInsets.all(20.0),
- child: Column(
- crossAxisAlignment: CrossAxisAlignment.stretch,
- children: [
- Text(
- '나의 최종 기록',
- style: theme.textTheme.labelLarge?.copyWith(
- fontWeight: FontWeight.bold,
- color: theme.colorScheme.primary,
- ),
- ),
- const SizedBox(height: 8),
- Text(
- scoreText,
- style: theme.textTheme.headlineSmall?.copyWith(
- fontWeight: FontWeight.bold,
- color: theme.colorScheme.onSurface,
- ),
- ),
- ],
- ),
- ),
- ),
- );
- }
-
- /// 🔽 [신규] 이름 입력 및 버튼 섹션 (키보드 대응)
- Widget _buildNameEntrySection(ThemeData theme) {
- return Column(
- mainAxisSize: MainAxisSize.min,
- children: [
- Text('축하합니다! 랭킹에 등록할 이름을 입력하세요.', style: theme.textTheme.titleMedium),
- const SizedBox(height: 20),
- TextField(
- controller: _nameController,
- autofocus: true,
- maxLength: 20,
- decoration: InputDecoration(
- labelText: '이름 (20자 이내)',
- border: const OutlineInputBorder(),
- errorText: _dialogErrorMessage,
- ),
- ),
- const SizedBox(height: 16),
- // [🔥 수정] 버튼을 입력창 바로 아래 배치
- Row(
- mainAxisAlignment: MainAxisAlignment.end,
- children: [
- TextButton(
- onPressed: _skipRankAndClose, child: const Text('건너뛰기')),
- const SizedBox(width: 10),
- ElevatedButton(
- onPressed: () => _submitRank(), child: const Text('랭킹 등록')),
- ],
- ),
- ],
- );
- }
-
- /// 🔽 [신규] 랭킹 리스트 섹션 (기록 보기)
- Widget _buildRankingListSection(ThemeData theme) {
- if (_didSkipRank) {
- return Center(
- child: Column(
- mainAxisAlignment: MainAxisAlignment.center,
- children: [
- Text('랭킹 등록을 건너뛰었습니다.', style: theme.textTheme.titleMedium),
- const SizedBox(height: 10),
- Text('기록은 위 "나의 최종 기록"에서 확인 가능합니다.', style: theme.textTheme.bodyMedium),
- const SizedBox(height: 20),
- ElevatedButton(
- onPressed: () => Navigator.of(context).pop(),
- child: const Text('로비로 돌아가기'),
- )
- ],
- ),
- );
- }
-
- // 랭킹 리스트 (기존 로직과 유사)
- Widget topRankListWidget = _rankingList.isEmpty
- ? const Center(child: Text("등록된 랭킹이 없습니다."))
- : ListView.builder(
- itemCount: _rankingList.length,
- shrinkWrap: true,
- physics: const NeverScrollableScrollPhysics(), // SingleChildScrollView 내부이므로 필요
- itemBuilder: (context, index) {
- final rank = _rankingList[index];
- final bool isMe = rank.playerName == _submittedPlayerName;
- final String scoreText = widget.args.scoreFormatter(rank.primaryScore, rank.secondaryScore);
-
- return ListTile(
- selected: isMe,
- selectedTileColor: theme.primaryColor.withOpacity(0.1),
- leading: Text('${index + 1}.', style: const TextStyle(fontWeight: FontWeight.bold)),
- title: Text(rank.playerName, style: TextStyle(fontWeight: isMe ? FontWeight.bold : FontWeight.normal)),
- trailing: Text(scoreText, style: TextStyle(fontWeight: FontWeight.bold, color: theme.textTheme.bodyMedium?.color?.withOpacity(0.9))),
- );
- },
- );
-
- Widget? myRankWidget;
- if (_myRankResult != null) {
- final myRank = _myRankResult!.rankData;
- final myRankNum = _myRankResult!.rankNumber;
- bool isMeInTop10 = _rankingList.any((topRank) => topRank.playerName == myRank.playerName);
-
- if (!isMeInTop10) {
- final String scoreText = widget.args.scoreFormatter(myRank.primaryScore, myRank.secondaryScore);
- myRankWidget = Padding(
- padding: const EdgeInsets.only(top: 8.0),
- child: ListTile(
- selected: true,
- selectedTileColor: theme.colorScheme.secondary.withOpacity(0.1),
- leading: Text('$myRankNum.', style: const TextStyle(fontWeight: FontWeight.bold)),
- title: Text(myRank.playerName, style: const TextStyle(fontWeight: FontWeight.bold)),
- trailing: Text(scoreText, style: TextStyle(fontWeight: FontWeight.bold, color: theme.textTheme.bodyMedium?.color?.withOpacity(0.9))),
- ),
- );
- }
- }
-
- return Expanded(
- child: SingleChildScrollView(
- child: Column(
- children: [
- if (_dialogErrorMessage != null)
- Padding(
- padding: const EdgeInsets.only(bottom: 8.0),
- child: Text(_dialogErrorMessage!, style: TextStyle(color: theme.colorScheme.error)),
- ),
- topRankListWidget,
- if (myRankWidget != null) ...[
- const Divider(height: 16, thickness: 1),
- myRankWidget,
- ],
- const SizedBox(height: 40),
- ElevatedButton(
- onPressed: () => Navigator.of(context).pop(),
- child: const Text('로비로 돌아가기'),
- )
- ],
- ),
- ),
- );
- }
-
@override
Widget build(BuildContext context) {
- final theme = Theme.of(context);
- String titleText;
- Widget content;
-
- if (_rankStep == _RankSubmissionStep.enterName) {
- titleText = '🎉 게임 완료!';
- content = _buildNameEntrySection(theme); // 이름 입력 섹션
- }
- else if (_rankStep == _RankSubmissionStep.submitting) {
- titleText = '랭킹 등록 중...';
- content = const Center(child: CircularProgressIndicator());
- }
- else { // _RankSubmissionStep.showList
- titleText = _didSkipRank ? '✅ 기록 확인' : '🏆 랭킹 등록 완료';
- content = _buildRankingListSection(theme); // 랭킹 리스트 섹션
- }
-
return Scaffold(
- appBar: AppBar(
- title: Text(titleText),
- automaticallyImplyLeading: false,
- ),
- body: SafeArea(
+ appBar: AppBar(title: const Text('결과')),
+ body: SingleChildScrollView(
+ padding: const EdgeInsets.all(24),
child: Column(
children: [
- // 1. [🔥 수정] 최종 기록 섹션 (스크롤과 분리된 최상단)
- _buildScoreWidget(theme),
-
- // 2. [🔥 수정] 메인 컨텐츠 섹션
- if (_rankStep == _RankSubmissionStep.enterName || _rankStep == _RankSubmissionStep.submitting)
- Padding(
- padding: const EdgeInsets.symmetric(horizontal: 16.0),
- child: content,
- )
- else
- Expanded(
- child: Padding(
- padding: const EdgeInsets.symmetric(horizontal: 16.0),
- child: content,
- ),
+ const Icon(Icons.emoji_events, size: 80, color: Colors.orange),
+ const SizedBox(height: 24),
+ Text(
+ "점수: ${widget.args.primaryScore}",
+ style: const TextStyle(fontSize: 24, fontWeight: FontWeight.bold),
+ ),
+ const SizedBox(height: 32),
+ TextField(
+ controller: _nameController,
+ decoration: const InputDecoration(
+ labelText: '이름을 입력하세요',
+ border: OutlineInputBorder(),
),
+ ),
+ const SizedBox(height: 24),
+ ElevatedButton(
+ onPressed: () async {
+ await _saveProgress(_nameController.text);
+ if (!mounted) return;
+
+ if (widget.args.onNextGame != null) {
+ widget.args.onNextGame!();
+ } else {
+ Navigator.pop(context);
+ }
+ },
+ child: const Text('확인'),
+ )
],
),
),
- // ❌ bottomNavigationBar는 제거됨
);
}
}
\ No newline at end of file
diff --git a/packages/feature_common/lib/screens/settings_screen.dart b/packages/feature_common/lib/screens/settings_screen.dart
index db77638..bb22c27 100644
--- a/packages/feature_common/lib/screens/settings_screen.dart
+++ b/packages/feature_common/lib/screens/settings_screen.dart
@@ -13,18 +13,48 @@ class SettingsScreen extends StatelessWidget {
}
}
+// 🔽 [신규] 기록 삭제 확인 다이얼로그
+ Future _confirmClearHistory(BuildContext context) async {
+ final bool? confirmed = await showDialog(
+ context: context,
+ builder: (ctx) => AlertDialog(
+ title: const Text('진단 기록 삭제'),
+ content: const Text('저장된 모든 두뇌 진단 기록을 삭제하시겠습니까?\n삭제된 데이터는 복구할 수 없습니다.'),
+ actions: [
+ TextButton(
+ onPressed: () => Navigator.pop(ctx, false),
+ child: const Text('취소'),
+ ),
+ TextButton(
+ onPressed: () => Navigator.pop(ctx, true),
+ style: TextButton.styleFrom(foregroundColor: Colors.red),
+ child: const Text('삭제'),
+ ),
+ ],
+ ),
+ );
+
+ if (confirmed == true && context.mounted) {
+ final identityService = context.read();
+ await identityService.clearAssessmentHistory();
+
+ if (context.mounted) {
+ ScaffoldMessenger.of(context).showSnackBar(
+ const SnackBar(content: Text('진단 기록이 삭제되었습니다.')),
+ );
+ }
+ }
+ }
+
@override
Widget build(BuildContext context) {
final themeNotifier = context.watch();
final sessionNotifier = context.watch();
return Scaffold(
- appBar: AppBar(
- title: const Text('설정'),
- ),
+ appBar: AppBar(title: const Text('설정')),
body: ListView(
children: [
- // 🔽 [수정] 계정 연동 섹션
ListTile(
leading: Icon(
sessionNotifier.isGuest
@@ -55,10 +85,9 @@ class SettingsScreen extends StatelessWidget {
children: [
Expanded(
child: OutlinedButton.icon(
- icon: const Icon(Icons.g_mobiledata), // (임시) Google 아이콘
+ icon: const Icon(Icons.g_mobiledata),
label: const Text('Google 로그인'),
onPressed: () {
- // 🔽 [수정] 로그인 함수 호출
sessionNotifier.login('google');
},
),
@@ -69,7 +98,6 @@ class SettingsScreen extends StatelessWidget {
icon: const Icon(Icons.apple),
label: const Text('Apple 로그인'),
onPressed: () {
- // 🔽 [수정] 로그인 함수 호출
sessionNotifier.login('apple');
},
),
@@ -88,7 +116,6 @@ class SettingsScreen extends StatelessWidget {
const Divider(),
- // --- 0. 다크 모드 토글 ---
SwitchListTile(
title: const Text('다크 모드'),
secondary: const Icon(Icons.dark_mode_outlined),
@@ -98,9 +125,60 @@ class SettingsScreen extends StatelessWidget {
},
),
+ // 🔽 [신규] 글자 크기 조절 섹션
+ ListTile(
+ title: const Text('글자 크기'),
+ subtitle: Text(_getScaleLabel(themeNotifier.textScaleFactor)),
+ leading: const Icon(Icons.format_size),
+ ),
+ Padding(
+ padding: const EdgeInsets.symmetric(horizontal: 24.0),
+ child: Column(
+ children: [
+ Slider(
+ value: themeNotifier.textScaleFactor,
+ min: 0.85,
+ max: 1.5,
+ divisions: 4,
+ label: _getScaleLabel(themeNotifier.textScaleFactor),
+ onChanged: (value) {
+ themeNotifier.setTextScale(value);
+ },
+ ),
+ Row(
+ mainAxisAlignment: MainAxisAlignment.spaceBetween,
+ children: const [
+ Text("작게", style: TextStyle(fontSize: 12)),
+ Text("표준", style: TextStyle(fontSize: 12)),
+ Text("크게", style: TextStyle(fontSize: 12)),
+ Text("더 크게", style: TextStyle(fontSize: 12)),
+ Text("완전 크게", style: TextStyle(fontSize: 12)),
+ ],
+ ),
+ const SizedBox(height: 16),
+ ],
+ ),
+ ),
+
+ const Divider(),
+
+ // 🔽 [신규] 데이터 관리 섹션
+ const Padding(
+ padding: EdgeInsets.fromLTRB(16.0, 16.0, 16.0, 8.0),
+ child: Text(
+ '데이터 관리',
+ style: TextStyle(fontSize: 16, fontWeight: FontWeight.bold),
+ ),
+ ),
+ ListTile(
+ leading: const Icon(Icons.delete_outline, color: Colors.red),
+ title: const Text('진단 기록 삭제', style: TextStyle(color: Colors.red)),
+ subtitle: const Text('저장된 두뇌 건강 진단 기록을 모두 지웁니다.'),
+ onTap: () => _confirmClearHistory(context),
+ ),
+
const Divider(),
- // --- 1. 테마 선택 섹션 ---
const Padding(
padding: EdgeInsets.fromLTRB(16.0, 16.0, 16.0, 8.0),
child: Text(
@@ -129,7 +207,6 @@ class SettingsScreen extends StatelessWidget {
const Divider(),
- // --- 2. 라이선스 정보 섹션 ---
ListTile(
leading: const Icon(Icons.description_outlined),
title: const Text('오픈소스 라이선스'),
@@ -172,9 +249,16 @@ class SettingsScreen extends StatelessWidget {
);
},
),
-
],
),
);
}
+
+ String _getScaleLabel(double scale) {
+ if (scale <= 0.9) return "작게";
+ if (scale <= 1.05) return "표준";
+ if (scale <= 1.2) return "크게";
+ if (scale <= 1.3) return "더 크게";
+ return "완전 크게";
+ }
}
\ No newline at end of file
diff --git a/packages/feature_common/pubspec.yaml b/packages/feature_common/pubspec.yaml
index a750a0a..1db5cb6 100644
--- a/packages/feature_common/pubspec.yaml
+++ b/packages/feature_common/pubspec.yaml
@@ -3,6 +3,7 @@ description: The common UI shell for all games (Intro, Home, Settings, Ranking).
version: 1.0.0
publish_to: 'none'
resolution: workspace
+
environment:
sdk: '^3.9.2'
flutter: '>=3.10.0'
diff --git a/packages/feature_game_cardflip/lib/models/cardflip_models.dart b/packages/feature_game_cardflip/lib/models/cardflip_models.dart
index 13cbc0b..07a23fa 100644
--- a/packages/feature_game_cardflip/lib/models/cardflip_models.dart
+++ b/packages/feature_game_cardflip/lib/models/cardflip_models.dart
@@ -68,7 +68,7 @@ class CardFlipDifficulties {
"숟가락": "젓가락", "책상": "의자", "신발": "양말", "장갑": "목도리",
"지우개": "연필", "칠판": "분필", "붓": "물감", "도장": "인주",
"냄비": "뚜껑", "샴푸": "린스", "치약": "칫솔", "비누": "수건",
- "배게": "이불", "항아리": "뚜껑", "안경": "안경집", "핸드폰": "충전기",
+ "배게": "이불", "항아리": "뚜껑", "핸드폰": "충전기",
"해": "달", "하늘": "구름", "비": "우산", "눈": "눈사람",
"봄": "꽃", "여름": "부채", "가을": "단풍", "겨울": "눈",
diff --git a/packages/feature_game_cardflip/lib/screens/cardflip_game_screen.dart b/packages/feature_game_cardflip/lib/screens/cardflip_game_screen.dart
index 4cbe2bf..fbe5b47 100644
--- a/packages/feature_game_cardflip/lib/screens/cardflip_game_screen.dart
+++ b/packages/feature_game_cardflip/lib/screens/cardflip_game_screen.dart
@@ -7,8 +7,9 @@ import 'package:feature_common/feature_common.dart';
import '../controllers/cardflip_controller.dart';
import '../models/cardflip_models.dart';
-class CardFlipGameScreen extends StatefulWidget {
- const CardFlipGameScreen({super.key});
+class CardFlipGameScreen extends BaseGameScreen {
+ const CardFlipGameScreen({super.key,
+ super.onNextGame,});
@override
State createState() => _CardFlipGameScreenState();
diff --git a/packages/feature_game_colormatch/lib/screens/colormatch_game_screen.dart b/packages/feature_game_colormatch/lib/screens/colormatch_game_screen.dart
index 5cb9768..05a35fe 100644
--- a/packages/feature_game_colormatch/lib/screens/colormatch_game_screen.dart
+++ b/packages/feature_game_colormatch/lib/screens/colormatch_game_screen.dart
@@ -7,8 +7,8 @@ import 'package:feature_common/feature_common.dart';
import '../controllers/colormatch_controller.dart';
import '../models/colormatch_models.dart';
-class ColorMatchGameScreen extends StatefulWidget {
- const ColorMatchGameScreen({super.key});
+class ColorMatchGameScreen extends BaseGameScreen {
+ const ColorMatchGameScreen({super.key, super.onNextGame});
@override
State createState() => _ColorMatchGameScreenState();
diff --git a/packages/feature_game_dictation/.gitignore b/packages/feature_game_dictation/.gitignore
new file mode 100644
index 0000000..dd5eb98
--- /dev/null
+++ b/packages/feature_game_dictation/.gitignore
@@ -0,0 +1,31 @@
+# Miscellaneous
+*.class
+*.log
+*.pyc
+*.swp
+.DS_Store
+.atom/
+.buildlog/
+.history
+.svn/
+migrate_working_dir/
+
+# IntelliJ related
+*.iml
+*.ipr
+*.iws
+.idea/
+
+# The .vscode folder contains launch configuration and tasks you configure in
+# VS Code which you may wish to be included in version control, so this line
+# is commented out by default.
+#.vscode/
+
+# Flutter/Dart/Pub related
+# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
+/pubspec.lock
+**/doc/api/
+.dart_tool/
+.flutter-plugins-dependencies
+/build/
+/coverage/
diff --git a/packages/feature_game_dictation/.metadata b/packages/feature_game_dictation/.metadata
new file mode 100644
index 0000000..d7469f0
--- /dev/null
+++ b/packages/feature_game_dictation/.metadata
@@ -0,0 +1,10 @@
+# This file tracks properties of this Flutter project.
+# Used by Flutter tool to assess capabilities and perform upgrades etc.
+#
+# This file should be version controlled and should not be manually edited.
+
+version:
+ revision: "adc901062556672b4138e18a4dc62a4be8f4b3c2"
+ channel: "stable"
+
+project_type: package
diff --git a/packages/feature_game_dictation/CHANGELOG.md b/packages/feature_game_dictation/CHANGELOG.md
new file mode 100644
index 0000000..41cc7d8
--- /dev/null
+++ b/packages/feature_game_dictation/CHANGELOG.md
@@ -0,0 +1,3 @@
+## 0.0.1
+
+* TODO: Describe initial release.
diff --git a/packages/feature_game_dictation/LICENSE b/packages/feature_game_dictation/LICENSE
new file mode 100644
index 0000000..ba75c69
--- /dev/null
+++ b/packages/feature_game_dictation/LICENSE
@@ -0,0 +1 @@
+TODO: Add your license here.
diff --git a/packages/feature_game_dictation/README.md b/packages/feature_game_dictation/README.md
new file mode 100644
index 0000000..4a260d8
--- /dev/null
+++ b/packages/feature_game_dictation/README.md
@@ -0,0 +1,39 @@
+
+
+TODO: Put a short description of the package here that helps potential users
+know whether this package might be useful for them.
+
+## Features
+
+TODO: List what your package can do. Maybe include images, gifs, or videos.
+
+## Getting started
+
+TODO: List prerequisites and provide or point to information on how to
+start using the package.
+
+## Usage
+
+TODO: Include short and useful examples for package users. Add longer examples
+to `/example` folder.
+
+```dart
+const like = 'sample';
+```
+
+## Additional information
+
+TODO: Tell users more about the package: where to find more information, how to
+contribute to the package, how to file issues, what response they can expect
+from the package authors, and more.
diff --git a/packages/feature_game_dictation/analysis_options.yaml b/packages/feature_game_dictation/analysis_options.yaml
new file mode 100644
index 0000000..a5744c1
--- /dev/null
+++ b/packages/feature_game_dictation/analysis_options.yaml
@@ -0,0 +1,4 @@
+include: package:flutter_lints/flutter.yaml
+
+# Additional information about this file can be found at
+# https://dart.dev/guides/language/analysis-options
diff --git a/packages/feature_game_dictation/lib/feature_game_dictation.dart b/packages/feature_game_dictation/lib/feature_game_dictation.dart
new file mode 100644
index 0000000..9650b67
--- /dev/null
+++ b/packages/feature_game_dictation/lib/feature_game_dictation.dart
@@ -0,0 +1,4 @@
+library feature_game_dictation;
+
+export 'screens/dictation_game_screen.dart';
+export 'screens/dictation_lobby_screen.dart'; // 추가
\ No newline at end of file
diff --git a/packages/feature_game_dictation/lib/models/dictation_difficulty.dart b/packages/feature_game_dictation/lib/models/dictation_difficulty.dart
new file mode 100644
index 0000000..74b7384
--- /dev/null
+++ b/packages/feature_game_dictation/lib/models/dictation_difficulty.dart
@@ -0,0 +1,31 @@
+import 'dart:math';
+
+class DictationDifficultyRepository {
+ static final Random _random = Random();
+
+ static final Map> _levels = {
+ // Lv 1: 2글자 쉬운 단어
+ 1: ['구두', '바지', '모자', '가수', '나비', '포도', '사과', '우유', '지도', '치마'],
+
+ // Lv 2: 3~4글자 단어
+ 2: ['어머니', '아버지', '강아지', '고양이', '자전거', '자동차', '비행기', '소나무', '운동화'],
+
+ // Lv 3: 받침이 있는 단어 / 복합어
+ 3: ['학교', '병원', '경찰서', '도서관', '선생님', '냉장고', '세탁기', '박물관', '운동장'],
+
+ // Lv 4: 짧은 문장 (인사/일상)
+ 4: ['반갑습니다', '안녕하세요', '감사합니다', '밥 먹었어요', '사랑합니다', '건강하세요'],
+
+ // Lv 5: 띄어쓰기가 있는 문장
+ 5: ['날씨가 좋아요', '비가 옵니다', '꽃이 피었습니다', '문을 닫으세요', '손을 씻으세요'],
+
+ // Lv 6: 속담 (기억력 훈련)
+ 6: ['가는 말이 고와야 오는 말이 곱다', '티끌 모아 태산', '소 잃고 외양간 고친다', '발 없는 말이 천 리 간다'],
+ };
+
+ static String getProblem(int level) {
+ int targetLevel = level.clamp(1, 6);
+ final list = _levels[targetLevel]!;
+ return list[_random.nextInt(list.length)];
+ }
+}
\ No newline at end of file
diff --git a/packages/feature_game_dictation/lib/screens/dictation_game_screen.dart b/packages/feature_game_dictation/lib/screens/dictation_game_screen.dart
new file mode 100644
index 0000000..3bc2968
--- /dev/null
+++ b/packages/feature_game_dictation/lib/screens/dictation_game_screen.dart
@@ -0,0 +1,357 @@
+import 'package:flutter/material.dart';
+import 'package:flutter_tts/flutter_tts.dart';
+import 'package:feature_common/feature_common.dart';
+import '../models/dictation_difficulty.dart';
+
+class DictationGameScreen extends BaseGameScreen {
+ final int levelIndex;
+
+ const DictationGameScreen({
+ super.key,
+ super.onNextGame,
+ this.levelIndex = 1,
+ });
+
+ @override
+ State createState() => _DictationGameScreenState();
+}
+
+class _DictationGameScreenState extends BaseGameScreenState {
+ late FlutterTts _flutterTts;
+ final TextEditingController _textController = TextEditingController();
+
+ String _targetText = "";
+ bool _isPlaying = false;
+
+ // 🔽 [신규] 상태 변수
+ int _currentRound = 1;
+ int _totalRounds = 1;
+ int _listenCount = 0; // 듣기 횟수 카운트
+ double _speechRate = 0.4; // 말하기 속도 (0.0 ~ 1.0)
+
+ // 한글 초성 리스트 (유니코드 순서)
+ final List _chosungList = [
+ 'ㄱ', 'ㄲ', 'ㄴ', 'ㄷ', 'ㄸ', 'ㄹ', 'ㅁ', 'ㅂ', 'ㅃ', 'ㅅ',
+ 'ㅆ', 'ㅇ', 'ㅈ', 'ㅉ', 'ㅊ', 'ㅋ', 'ㅌ', 'ㅍ', 'ㅎ'
+ ];
+
+ @override
+ void initState() {
+ super.initState();
+ _initTts();
+ _calculateTotalRounds();
+ _loadNewProblem();
+ }
+
+ void _calculateTotalRounds() {
+ if (widget.levelIndex <= 3) {
+ _totalRounds = 5;
+ } else {
+ _totalRounds = 3;
+ }
+ }
+
+ void _initTts() async {
+ _flutterTts = FlutterTts();
+
+ await _flutterTts.setIosAudioCategory(
+ IosTextToSpeechAudioCategory.playback,
+ [
+ IosTextToSpeechAudioCategoryOptions.defaultToSpeaker,
+ IosTextToSpeechAudioCategoryOptions.allowBluetooth,
+ IosTextToSpeechAudioCategoryOptions.allowBluetoothA2DP,
+ ],
+ );
+
+ // 2. 언어 및 목소리 설정 (여기가 핵심! 🌟)
+ await _flutterTts.setLanguage("ko-KR");
+
+ // 기기에 설치된 목소리 리스트를 가져와서 한국어 목소리 찾기
+ try {
+ List? voices = await _flutterTts.getVoices;
+ if (voices != null) {
+ // Android/iOS에서 'ko-KR' 또는 'ko_KR'을 포함한 목소리 찾기
+ var koreaVoice = voices.firstWhere(
+ (v) => v.toString().contains("ko-KR") || v.toString().contains("ko_KR"),
+ orElse: () => null
+ );
+
+ if (koreaVoice != null) {
+ // 찾은 목소리로 강제 설정 (Map 형태 or String)
+ if (koreaVoice is Map) {
+ await _flutterTts.setVoice({"name": koreaVoice["name"], "locale": koreaVoice["locale"]});
+ } else {
+ // 일부 기기는 이름만 요구할 수 있음
+ debugPrint("Korean Voice Found: $koreaVoice");
+ }
+ }
+ }
+ } catch (e) {
+ debugPrint("Voice setting error: $e");
+ }
+
+ await _flutterTts.setPitch(1.0);
+
+ // 초기 속도 설정
+ await _flutterTts.setSpeechRate(_speechRate);
+
+ _flutterTts.setStartHandler(() => setState(() => _isPlaying = true));
+ _flutterTts.setCompletionHandler(() => setState(() => _isPlaying = false));
+ _flutterTts.setCancelHandler(() => setState(() => _isPlaying = false));
+ }
+
+ void _loadNewProblem() {
+ setState(() {
+ _targetText = DictationDifficultyRepository.getProblem(widget.levelIndex);
+ _textController.clear();
+ _listenCount = 0; // 문제 바뀔 때 횟수 초기화
+ });
+ Future.delayed(const Duration(milliseconds: 600), _speak);
+ }
+
+ Future _speak() async {
+ if (_targetText.isEmpty) return;
+
+ // 재생 시 카운트 증가
+ setState(() {
+ _listenCount++;
+ });
+
+ await _flutterTts.setSpeechRate(_speechRate); // 현재 설정된 속도로 재생
+ await _flutterTts.stop();
+ await _flutterTts.speak(_targetText);
+ }
+
+ // 🔽 [신규] 초성 변환 헬퍼 함수
+ String _getInitialConsonants(String text) {
+ String result = "";
+ for (int i = 0; i < text.length; i++) {
+ int code = text.codeUnitAt(i);
+ // 한글 유니코드 범위: 0xAC00(가) ~ 0xD7A3(힣)
+ if (code >= 0xAC00 && code <= 0xD7A3) {
+ int chosungIndex = (code - 0xAC00) ~/ (21 * 28);
+ result += _chosungList[chosungIndex];
+ } else {
+ // 한글이 아니면(공백, 특수문자 등) 그대로 출력
+ result += text[i];
+ }
+ }
+ return result;
+ }
+
+ void _checkAnswer() {
+ final String input = _textController.text.trim();
+
+ if (input.replaceAll(' ', '') == _targetText.replaceAll(' ', '')) {
+ _handleRoundCompletion();
+ } else {
+ ScaffoldMessenger.of(context).showSnackBar(
+ const SnackBar(
+ content: Text('틀렸습니다. 다시 들어보세요!'),
+ backgroundColor: Colors.orange,
+ duration: Duration(seconds: 1),
+ ),
+ );
+ _speak();
+ }
+ }
+
+ void _handleRoundCompletion() {
+ if (_currentRound < _totalRounds) {
+ ScaffoldMessenger.of(context).showSnackBar(
+ SnackBar(
+ content: Text("정답입니다! (${_currentRound + 1}/$_totalRounds)"),
+ duration: const Duration(milliseconds: 1000),
+ behavior: SnackBarBehavior.floating,
+ backgroundColor: Colors.green,
+ ),
+ );
+
+ setState(() {
+ _currentRound++;
+ });
+ Future.delayed(const Duration(milliseconds: 1000), _loadNewProblem);
+
+ } else {
+ showCommonGameCompletion(
+ GameResultArgs(
+ gameType: 'DICTATION',
+ contextId: 'Lv${widget.levelIndex}',
+ primaryScore: 100,
+ scoreFormatter: (s, _) => "훈련 완료!",
+
+ levelIndex: widget.levelIndex,
+ stars: 3,
+ )
+ );
+ }
+ }
+
+ @override
+ void dispose() {
+ _flutterTts.stop();
+ _textController.dispose();
+ super.dispose();
+ }
+
+ @override
+ Widget build(BuildContext context) {
+ return Scaffold(
+ appBar: AppBar(
+ title: Text('듣고 받아쓰기 ($_currentRound/$_totalRounds)'),
+ ),
+ body: SingleChildScrollView(
+ child: Padding(
+ padding: const EdgeInsets.all(24.0),
+ child: Column(
+ crossAxisAlignment: CrossAxisAlignment.stretch,
+ children: [
+ // 🔽 [신규] 말하기 속도 조절 슬라이더
+ Container(
+ padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 8),
+ decoration: BoxDecoration(
+ color: Colors.grey.shade100,
+ borderRadius: BorderRadius.circular(12),
+ ),
+ child: Row(
+ children: [
+ const Icon(Icons.speed, size: 20, color: Colors.grey),
+ const SizedBox(width: 8),
+ const Text("속도", style: TextStyle(fontWeight: FontWeight.bold)),
+ Expanded(
+ child: Slider(
+ value: _speechRate,
+ min: 0.1,
+ max: 0.8,
+ divisions: 7,
+ label: _speechRate <= 0.3 ? "느림" : (_speechRate >= 0.6 ? "빠름" : "보통"),
+ onChanged: (val) {
+ setState(() {
+ _speechRate = val;
+ });
+ },
+ ),
+ ),
+ Text(
+ _speechRate <= 0.3 ? "느림" : (_speechRate >= 0.6 ? "빠름" : "보통"),
+ style: const TextStyle(fontSize: 12, fontWeight: FontWeight.bold),
+ ),
+ ],
+ ),
+ ),
+
+ const SizedBox(height: 24),
+
+ GestureDetector(
+ onTap: _speak,
+ child: Container(
+ height: 140,
+ decoration: BoxDecoration(
+ color: _isPlaying ? Colors.blue.shade100 : Colors.blue.shade50,
+ shape: BoxShape.circle,
+ border: Border.all(
+ color: _isPlaying ? Colors.blue : Colors.blue.shade100,
+ width: 4
+ ),
+ boxShadow: [
+ if (_isPlaying)
+ BoxShadow(
+ color: Colors.blue.withOpacity(0.3),
+ blurRadius: 20,
+ spreadRadius: 5,
+ )
+ ]
+ ),
+ child: Icon(
+ _isPlaying ? Icons.volume_up : Icons.volume_down_rounded,
+ size: 70,
+ color: Colors.blue,
+ ),
+ ),
+ ),
+ const SizedBox(height: 12),
+
+ Text(
+ "버튼을 눌러 다시 들을 수 있습니다.\n(현재 $_listenCount회 들음)",
+ textAlign: TextAlign.center,
+ style: TextStyle(fontSize: 14, color: Colors.grey.shade600),
+ ),
+
+ const SizedBox(height: 20),
+
+ // 🔽 [신규] 힌트 표시 (3회 이상 들었을 때)
+ if (_listenCount >= 3)
+ Container(
+ margin: const EdgeInsets.only(bottom: 20),
+ padding: const EdgeInsets.all(12),
+ decoration: BoxDecoration(
+ color: Colors.orange.shade50,
+ borderRadius: BorderRadius.circular(8),
+ border: Border.all(color: Colors.orange.shade200),
+ ),
+ child: Column(
+ children: [
+ const Text(
+ "💡 힌트 (초성)",
+ style: TextStyle(
+ color: Colors.orange,
+ fontWeight: FontWeight.bold,
+ fontSize: 14,
+ ),
+ ),
+ const SizedBox(height: 4),
+ Text(
+ _getInitialConsonants(_targetText),
+ style: const TextStyle(
+ fontSize: 24,
+ fontWeight: FontWeight.bold,
+ color: Colors.black87,
+ letterSpacing: 4.0,
+ ),
+ ),
+ ],
+ ),
+ )
+ else
+ // 공간 확보용 (힌트 없을 때도 레이아웃 덜 튀게)
+ const SizedBox(height: 20),
+
+ TextField(
+ controller: _textController,
+ textAlign: TextAlign.center,
+ style: const TextStyle(fontSize: 28, fontWeight: FontWeight.bold),
+ decoration: InputDecoration(
+ hintText: "정답 입력",
+ hintStyle: TextStyle(color: Colors.grey.shade300),
+ border: OutlineInputBorder(
+ borderRadius: BorderRadius.circular(16),
+ borderSide: const BorderSide(width: 2),
+ ),
+ filled: true,
+ fillColor: Colors.white,
+ contentPadding: const EdgeInsets.symmetric(vertical: 20),
+ ),
+ onSubmitted: (_) => _checkAnswer(),
+ ),
+
+ const SizedBox(height: 24),
+
+ ElevatedButton(
+ onPressed: _checkAnswer,
+ style: ElevatedButton.styleFrom(
+ padding: const EdgeInsets.symmetric(vertical: 16),
+ backgroundColor: Colors.blueAccent,
+ shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(12)),
+ ),
+ child: const Text(
+ "정답 확인",
+ style: TextStyle(fontSize: 20, color: Colors.white, fontWeight: FontWeight.bold)
+ ),
+ ),
+ ],
+ ),
+ ),
+ ),
+ );
+ }
+}
\ No newline at end of file
diff --git a/packages/feature_game_dictation/lib/screens/dictation_lobby_screen.dart b/packages/feature_game_dictation/lib/screens/dictation_lobby_screen.dart
new file mode 100644
index 0000000..da4eb7c
--- /dev/null
+++ b/packages/feature_game_dictation/lib/screens/dictation_lobby_screen.dart
@@ -0,0 +1,53 @@
+import 'package:flutter/material.dart';
+import 'dictation_game_screen.dart';
+
+class DictationLobbyScreen extends StatelessWidget {
+ const DictationLobbyScreen({super.key});
+
+ @override
+ Widget build(BuildContext context) {
+ return Scaffold(
+ appBar: AppBar(title: const Text('듣고 받아쓰기')),
+ body: Padding(
+ padding: const EdgeInsets.all(16.0),
+ child: Column(
+ children: [
+ const Icon(Icons.keyboard, size: 80, color: Colors.orange),
+ const SizedBox(height: 16),
+ const Text(
+ "들려주는 단어나 문장을 잘 듣고\n정확하게 입력하세요.",
+ textAlign: TextAlign.center,
+ style: TextStyle(fontSize: 16),
+ ),
+ const SizedBox(height: 32),
+ Expanded(
+ child: ListView.separated(
+ itemCount: 6,
+ separatorBuilder: (c, i) => const SizedBox(height: 12),
+ itemBuilder: (context, index) {
+ final level = index + 1;
+ return ListTile(
+ tileColor: Colors.white,
+ shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(12), side: BorderSide(color: Colors.grey.shade300)),
+ leading: CircleAvatar(child: Text("$level"), backgroundColor: Colors.orange.shade100, foregroundColor: Colors.orange),
+ title: Text("레벨 $level"),
+ subtitle: Text(_getLevelDesc(level)),
+ trailing: const Icon(Icons.arrow_forward_ios, size: 16),
+ onTap: () {
+ Navigator.push(context, MaterialPageRoute(builder: (_) => DictationGameScreen(levelIndex: level)));
+ },
+ );
+ },
+ ),
+ ),
+ ],
+ ),
+ ),
+ );
+ }
+
+ String _getLevelDesc(int level) {
+ if (level <= 3) return "단어 받아쓰기";
+ return "문장 받아쓰기";
+ }
+}
\ No newline at end of file
diff --git a/packages/feature_game_dictation/pubspec.yaml b/packages/feature_game_dictation/pubspec.yaml
new file mode 100644
index 0000000..d53be49
--- /dev/null
+++ b/packages/feature_game_dictation/pubspec.yaml
@@ -0,0 +1,25 @@
+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
\ No newline at end of file
diff --git a/packages/feature_game_dictation/test/feature_game_dictation_test.dart b/packages/feature_game_dictation/test/feature_game_dictation_test.dart
new file mode 100644
index 0000000..373b29e
--- /dev/null
+++ b/packages/feature_game_dictation/test/feature_game_dictation_test.dart
@@ -0,0 +1,12 @@
+import 'package:flutter_test/flutter_test.dart';
+
+import 'package:feature_game_dictation/feature_game_dictation.dart';
+
+void main() {
+ test('adds one to input values', () {
+ final calculator = Calculator();
+ expect(calculator.addOne(2), 3);
+ expect(calculator.addOne(-7), -6);
+ expect(calculator.addOne(0), 1);
+ });
+}
diff --git a/packages/feature_game_finddiff/lib/screens/finddiff_game_screen.dart b/packages/feature_game_finddiff/lib/screens/finddiff_game_screen.dart
index 3b8e32e..cb85af7 100644
--- a/packages/feature_game_finddiff/lib/screens/finddiff_game_screen.dart
+++ b/packages/feature_game_finddiff/lib/screens/finddiff_game_screen.dart
@@ -7,8 +7,8 @@ import 'package:feature_common/feature_common.dart';
import '../controllers/finddiff_controller.dart';
import '../models/finddiff_models.dart';
-class FindDiffGameScreen extends StatefulWidget {
- const FindDiffGameScreen({super.key});
+class FindDiffGameScreen extends BaseGameScreen {
+ const FindDiffGameScreen({super.key, super.onNextGame});
@override
State createState() => _FindDiffGameScreenState();
}
diff --git a/packages/feature_game_mathquiz/lib/controllers/math_quiz_controller.dart b/packages/feature_game_mathquiz/lib/controllers/math_quiz_controller.dart
index ea7f6d3..423e122 100644
--- a/packages/feature_game_mathquiz/lib/controllers/math_quiz_controller.dart
+++ b/packages/feature_game_mathquiz/lib/controllers/math_quiz_controller.dart
@@ -8,8 +8,17 @@ import '../models/math_quiz_difficulty.dart'; // 👈 MathQuizDifficulty 정의
class MathQuizController with ChangeNotifier {
late final MathQuizDifficulty difficulty;
- late final String userId;
- late final String? userName;
+ // 🔽 [수정] late final -> late (값 변경 또는 별도 초기화를 위해 final 제거)
+ late String userId;
+ late String? userName;
+
+ // ... (기존 멤버 변수들 유지) ...
+
+ // 🔽 [신규 추가] 유저 정보 설정 메서드
+ void setUserInfo(String userId, String? userName) {
+ this.userId = userId;
+ this.userName = userName;
+ }
late MathQuizPuzzle puzzle;
late List _userAnswers;
@@ -71,10 +80,10 @@ class MathQuizController with ChangeNotifier {
_timer?.cancel();
}
- void startNewGame(MathQuizDifficulty level, String userId, String? userName) {
+ void startNewGame(MathQuizDifficulty level) {
this.difficulty = level;
- this.userId = userId;
- this.userName = userName;
+ // this.userId = userId;
+ // this.userName = userName;
_totalPuzzlesInLevel = level.puzzleCount;
_currentPuzzleIndex = 0;
_isGameCompleted = false;
diff --git a/packages/feature_game_mathquiz/lib/feature_game_mathquiz.dart b/packages/feature_game_mathquiz/lib/feature_game_mathquiz.dart
index 4d06f61..db91e59 100644
--- a/packages/feature_game_mathquiz/lib/feature_game_mathquiz.dart
+++ b/packages/feature_game_mathquiz/lib/feature_game_mathquiz.dart
@@ -1,2 +1,3 @@
// 이 패키지의 메인 진입점 (로비 화면)을 export합니다.
-export 'screens/math_quiz_lobby_screen.dart';
\ No newline at end of file
+export 'screens/math_quiz_lobby_screen.dart';
+export 'screens/math_quiz_screen.dart';
\ No newline at end of file
diff --git a/packages/feature_game_mathquiz/lib/screens/math_quiz_lobby_screen.dart b/packages/feature_game_mathquiz/lib/screens/math_quiz_lobby_screen.dart
index f0e4dc1..6dcca75 100644
--- a/packages/feature_game_mathquiz/lib/screens/math_quiz_lobby_screen.dart
+++ b/packages/feature_game_mathquiz/lib/screens/math_quiz_lobby_screen.dart
@@ -91,7 +91,8 @@ class _MathQuizLobbyScreenState extends State {
// 1. 컨트롤러 생성 및 새 게임 시작 (제너레이터 호출)
final controller = MathQuizController();
- controller.startNewGame(level, session.userId, session.userName);
+ controller.setUserInfo(session.userId, session.userName);
+ controller.startNewGame(level);
if (mounted) {
await Navigator.push(
diff --git a/packages/feature_game_mathquiz/lib/screens/math_quiz_screen.dart b/packages/feature_game_mathquiz/lib/screens/math_quiz_screen.dart
index 4b13402..9b4e3e0 100644
--- a/packages/feature_game_mathquiz/lib/screens/math_quiz_screen.dart
+++ b/packages/feature_game_mathquiz/lib/screens/math_quiz_screen.dart
@@ -6,8 +6,8 @@ import '../controllers/math_quiz_controller.dart';
import '../models/math_quiz_difficulty.dart';
import '../models/math_quiz_models.dart';
-class MathQuizScreen extends StatefulWidget {
- const MathQuizScreen({super.key});
+class MathQuizScreen extends BaseGameScreen {
+ const MathQuizScreen({super.key,super.onNextGame});
@override
State createState() => _MathQuizScreenState();
diff --git a/packages/feature_game_read_aloud/.gitignore b/packages/feature_game_read_aloud/.gitignore
new file mode 100644
index 0000000..dd5eb98
--- /dev/null
+++ b/packages/feature_game_read_aloud/.gitignore
@@ -0,0 +1,31 @@
+# Miscellaneous
+*.class
+*.log
+*.pyc
+*.swp
+.DS_Store
+.atom/
+.buildlog/
+.history
+.svn/
+migrate_working_dir/
+
+# IntelliJ related
+*.iml
+*.ipr
+*.iws
+.idea/
+
+# The .vscode folder contains launch configuration and tasks you configure in
+# VS Code which you may wish to be included in version control, so this line
+# is commented out by default.
+#.vscode/
+
+# Flutter/Dart/Pub related
+# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
+/pubspec.lock
+**/doc/api/
+.dart_tool/
+.flutter-plugins-dependencies
+/build/
+/coverage/
diff --git a/packages/feature_game_read_aloud/.metadata b/packages/feature_game_read_aloud/.metadata
new file mode 100644
index 0000000..d7469f0
--- /dev/null
+++ b/packages/feature_game_read_aloud/.metadata
@@ -0,0 +1,10 @@
+# This file tracks properties of this Flutter project.
+# Used by Flutter tool to assess capabilities and perform upgrades etc.
+#
+# This file should be version controlled and should not be manually edited.
+
+version:
+ revision: "adc901062556672b4138e18a4dc62a4be8f4b3c2"
+ channel: "stable"
+
+project_type: package
diff --git a/packages/feature_game_read_aloud/CHANGELOG.md b/packages/feature_game_read_aloud/CHANGELOG.md
new file mode 100644
index 0000000..41cc7d8
--- /dev/null
+++ b/packages/feature_game_read_aloud/CHANGELOG.md
@@ -0,0 +1,3 @@
+## 0.0.1
+
+* TODO: Describe initial release.
diff --git a/packages/feature_game_read_aloud/LICENSE b/packages/feature_game_read_aloud/LICENSE
new file mode 100644
index 0000000..ba75c69
--- /dev/null
+++ b/packages/feature_game_read_aloud/LICENSE
@@ -0,0 +1 @@
+TODO: Add your license here.
diff --git a/packages/feature_game_read_aloud/README.md b/packages/feature_game_read_aloud/README.md
new file mode 100644
index 0000000..4a260d8
--- /dev/null
+++ b/packages/feature_game_read_aloud/README.md
@@ -0,0 +1,39 @@
+
+
+TODO: Put a short description of the package here that helps potential users
+know whether this package might be useful for them.
+
+## Features
+
+TODO: List what your package can do. Maybe include images, gifs, or videos.
+
+## Getting started
+
+TODO: List prerequisites and provide or point to information on how to
+start using the package.
+
+## Usage
+
+TODO: Include short and useful examples for package users. Add longer examples
+to `/example` folder.
+
+```dart
+const like = 'sample';
+```
+
+## Additional information
+
+TODO: Tell users more about the package: where to find more information, how to
+contribute to the package, how to file issues, what response they can expect
+from the package authors, and more.
diff --git a/packages/feature_game_read_aloud/analysis_options.yaml b/packages/feature_game_read_aloud/analysis_options.yaml
new file mode 100644
index 0000000..a5744c1
--- /dev/null
+++ b/packages/feature_game_read_aloud/analysis_options.yaml
@@ -0,0 +1,4 @@
+include: package:flutter_lints/flutter.yaml
+
+# Additional information about this file can be found at
+# https://dart.dev/guides/language/analysis-options
diff --git a/packages/feature_game_read_aloud/lib/feature_game_read_aloud.dart b/packages/feature_game_read_aloud/lib/feature_game_read_aloud.dart
new file mode 100644
index 0000000..9a6f616
--- /dev/null
+++ b/packages/feature_game_read_aloud/lib/feature_game_read_aloud.dart
@@ -0,0 +1,4 @@
+library feature_game_read_aloud;
+
+export 'screens/read_aloud_game_screen.dart';
+export 'screens/read_aloud_lobby_screen.dart'; // 추가
\ No newline at end of file
diff --git a/packages/feature_game_read_aloud/lib/models/read_aloud_difficulty.dart b/packages/feature_game_read_aloud/lib/models/read_aloud_difficulty.dart
new file mode 100644
index 0000000..4a0c07a
--- /dev/null
+++ b/packages/feature_game_read_aloud/lib/models/read_aloud_difficulty.dart
@@ -0,0 +1,32 @@
+import 'dart:math';
+
+class ReadAloudDifficultyRepository {
+ static final Random _random = Random();
+
+ static final Map> _levels = {
+ // Lv 1: 2~3글자 단어 (기초)
+ 1: ['사과', '포도', '모자', '구두', '바지', '치마', '우산', '가방', '시계', '안경'],
+
+ // Lv 2: 4글자 이상 단어 (일상)
+ 2: ['텔레비전', '냉장고', '세탁기', '청소기', '선풍기', '자동차', '비행기', '자전거', '지하철'],
+
+ // Lv 3: 간단한 문장 (인사/안부)
+ 3: ['안녕하세요', '반갑습니다', '감사합니다', '잘 지내세요', '식사 하셨어요', '날씨가 좋네요'],
+
+ // Lv 4: 띄어쓰기가 있는 문장
+ 4: ['오늘 점심은 무엇인가요', '산책하기 좋은 날씨입니다', '건강이 최고입니다', '매일 운동을 합니다'],
+
+ // Lv 5: 속담 / 격언 (인지 훈련)
+ 5: ['가는 말이 고와야 오는 말이 곱다', '낮말은 새가 듣고 밤말은 쥐가 듣는다', '돌다리도 두들겨 보고 건너라', '발 없는 말이 천 리 간다'],
+
+ // Lv 6: 긴 문장 (뉴스/정보)
+ 6: ['규칙적인 식사와 운동은 건강에 좋습니다', '충분한 수분 섭취는 기억력에 도움이 됩니다', '잠을 푹 자는 것이 보약입니다'],
+ };
+
+ static String getSentence(int level) {
+ // 범위 보정 (1~6)
+ int targetLevel = level.clamp(1, 6);
+ final list = _levels[targetLevel]!;
+ return list[_random.nextInt(list.length)];
+ }
+}
\ No newline at end of file
diff --git a/packages/feature_game_read_aloud/lib/screens/read_aloud_game_screen.dart b/packages/feature_game_read_aloud/lib/screens/read_aloud_game_screen.dart
new file mode 100644
index 0000000..d936f0d
--- /dev/null
+++ b/packages/feature_game_read_aloud/lib/screens/read_aloud_game_screen.dart
@@ -0,0 +1,259 @@
+import 'package:flutter/material.dart';
+import 'package:speech_to_text/speech_to_text.dart' as stt;
+import 'package:feature_common/feature_common.dart';
+import '../models/read_aloud_difficulty.dart';
+
+class ReadAloudGameScreen extends BaseGameScreen {
+ final int levelIndex;
+
+ const ReadAloudGameScreen({
+ super.key,
+ super.onNextGame,
+ this.levelIndex = 1,
+ });
+
+ @override
+ State createState() => _ReadAloudGameScreenState();
+}
+
+class _ReadAloudGameScreenState extends BaseGameScreenState {
+ late stt.SpeechToText _speech;
+
+ // 상태 변수
+ bool _isInitialized = false;
+ bool _isListening = false;
+ String _textRecognized = "";
+ String _targetSentence = "";
+
+ // 라운드 관리
+ int _currentRound = 1;
+ int _totalRounds = 1;
+
+ @override
+ void initState() {
+ super.initState();
+ _speech = stt.SpeechToText();
+
+ // 1. 라운드 설정 및 첫 문제 로드
+ _calculateTotalRounds();
+ _loadNewProblem();
+
+ // 2. STT 초기화
+ _initSpeechState();
+ }
+
+ void _calculateTotalRounds() {
+ if (widget.levelIndex <= 3) {
+ _totalRounds = 5; // Lv 1~3: 5문제
+ } else {
+ _totalRounds = 3; // Lv 4~6: 3문제
+ }
+ }
+
+ void _loadNewProblem() {
+ setState(() {
+ // 해당 레벨의 랜덤 문장 가져오기
+ _targetSentence = ReadAloudDifficultyRepository.getSentence(widget.levelIndex);
+ _textRecognized = "";
+ _isListening = false;
+ });
+ _speech.stop(); // 이전 듣기 중단
+ }
+
+ void _initSpeechState() async {
+ try {
+ bool available = await _speech.initialize(
+ onStatus: (status) {
+ if (status == 'done' || status == 'notListening') {
+ if (mounted) setState(() => _isListening = false);
+ }
+ },
+ onError: (errorNotification) {
+ debugPrint('STT Error: $errorNotification');
+ if (mounted) {
+ setState(() => _isListening = false);
+ // 에러 발생 시 사용자에게 알림 (선택 사항)
+ }
+ },
+ );
+
+ if (mounted) {
+ setState(() => _isInitialized = available);
+ }
+ } catch (e) {
+ debugPrint("STT Initialize Failed: $e");
+ }
+ }
+
+ void _toggleListening() {
+ if (!_isInitialized) {
+ ScaffoldMessenger.of(context).showSnackBar(
+ const SnackBar(content: Text('마이크 권한을 확인하거나 초기화 중입니다.')),
+ );
+ return;
+ }
+
+ if (_isListening) {
+ _speech.stop();
+ setState(() => _isListening = false);
+ } else {
+ setState(() {
+ _isListening = true;
+ _textRecognized = "";
+ });
+
+ _speech.listen(
+ onResult: (result) {
+ setState(() {
+ _textRecognized = result.recognizedWords;
+ });
+ _checkSuccess();
+ },
+ localeId: 'ko_KR',
+ listenFor: const Duration(seconds: 15),
+ pauseFor: const Duration(seconds: 3),
+ );
+ }
+ }
+
+ void _checkSuccess() {
+ final String cleanTarget = _targetSentence.replaceAll(' ', '');
+ final String cleanInput = _textRecognized.replaceAll(' ', '');
+
+ if (cleanInput.contains(cleanTarget)) {
+ _speech.stop();
+ setState(() => _isListening = false);
+ _handleRoundCompletion(); // 라운드 완료 처리
+ }
+ }
+
+ // 🔽 [수정] 성공 시 라운드 체크
+ void _handleRoundCompletion() {
+ if (_currentRound < _totalRounds) {
+ // 1. 다음 라운드로 이동
+ ScaffoldMessenger.of(context).showSnackBar(
+ SnackBar(
+ content: Text("정확합니다! 다음 문제로 넘어갑니다. (${_currentRound + 1}/$_totalRounds)"),
+ duration: const Duration(milliseconds: 1000),
+ behavior: SnackBarBehavior.floating,
+ ),
+ );
+
+ setState(() {
+ _currentRound++;
+ });
+
+ // 자연스러운 전환을 위해 잠시 대기
+ Future.delayed(const Duration(milliseconds: 1000), () {
+ if (mounted) _loadNewProblem();
+ });
+
+ } else {
+ // 2. 모든 라운드 종료 -> 게임 클리어
+ showCommonGameCompletion(
+ GameResultArgs(
+ gameType: 'READ_ALOUD',
+ contextId: 'Lv${widget.levelIndex}_Final',
+ primaryScore: 100,
+ userId: 'user',
+ scoreFormatter: (s, _) => "훈련 완료!",
+ onProgressSave: (_) async {},
+ )
+ );
+ }
+ }
+
+ @override
+ Widget build(BuildContext context) {
+ return Scaffold(
+ appBar: AppBar(
+ // 진행 상황 표시
+ title: Text('소리 내어 읽기 ($_currentRound/$_totalRounds)'),
+ ),
+ floatingActionButtonLocation: FloatingActionButtonLocation.centerFloat,
+ floatingActionButton: SizedBox(
+ width: 80,
+ height: 80,
+ child: FloatingActionButton(
+ onPressed: _toggleListening,
+ backgroundColor: _isListening ? Colors.redAccent : Colors.blueAccent,
+ elevation: 10,
+ child: Icon(
+ _isListening ? Icons.mic : Icons.mic_none,
+ size: 40,
+ ),
+ ),
+ ),
+ body: SingleChildScrollView(
+ child: Padding(
+ padding: const EdgeInsets.symmetric(horizontal: 24.0, vertical: 40.0),
+ child: Column(
+ crossAxisAlignment: CrossAxisAlignment.center,
+ children: [
+ const Text(
+ "마이크 버튼을 누르고\n아래 글자를 큰 소리로 읽으세요.",
+ textAlign: TextAlign.center,
+ style: TextStyle(fontSize: 18, color: Colors.grey),
+ ),
+ const SizedBox(height: 40),
+
+ // 목표 텍스트 카드
+ Container(
+ width: double.infinity,
+ padding: const EdgeInsets.all(30),
+ decoration: BoxDecoration(
+ color: Colors.white,
+ borderRadius: BorderRadius.circular(20),
+ border: Border.all(color: Colors.blueAccent.withOpacity(0.3)),
+ boxShadow: [
+ BoxShadow(
+ color: Colors.grey.withOpacity(0.1),
+ blurRadius: 10,
+ offset: const Offset(0, 5),
+ )
+ ],
+ ),
+ child: Text(
+ _targetSentence,
+ textAlign: TextAlign.center,
+ style: const TextStyle(
+ fontSize: 32,
+ fontWeight: FontWeight.bold,
+ color: Colors.black87
+ ),
+ ),
+ ),
+
+ const SizedBox(height: 50),
+
+ if (_isListening)
+ const Text("듣고 있어요...", style: TextStyle(color: Colors.redAccent, fontWeight: FontWeight.bold)),
+
+ const SizedBox(height: 10),
+
+ Text(
+ _textRecognized.isEmpty ? "..." : _textRecognized,
+ textAlign: TextAlign.center,
+ style: TextStyle(
+ fontSize: 24,
+ color: _isListening ? Colors.black54 : Colors.blueGrey,
+ fontWeight: FontWeight.w500
+ ),
+ ),
+
+ // 하단 안내 메시지
+ const SizedBox(height: 50),
+ if (_currentRound < _totalRounds)
+ Text(
+ "총 $_totalRounds문제 중 $_currentRound번째 문제입니다.",
+ style: TextStyle(color: Colors.grey.shade400),
+ ),
+
+ const SizedBox(height: 100),
+ ],
+ ),
+ ),
+ ),
+ );
+ }
+}
\ No newline at end of file
diff --git a/packages/feature_game_read_aloud/lib/screens/read_aloud_lobby_screen.dart b/packages/feature_game_read_aloud/lib/screens/read_aloud_lobby_screen.dart
new file mode 100644
index 0000000..4b12f3b
--- /dev/null
+++ b/packages/feature_game_read_aloud/lib/screens/read_aloud_lobby_screen.dart
@@ -0,0 +1,54 @@
+import 'package:flutter/material.dart';
+import 'read_aloud_game_screen.dart';
+
+class ReadAloudLobbyScreen extends StatelessWidget {
+ const ReadAloudLobbyScreen({super.key});
+
+ @override
+ Widget build(BuildContext context) {
+ return Scaffold(
+ appBar: AppBar(title: const Text('읽고 말하기')),
+ body: Padding(
+ padding: const EdgeInsets.all(16.0),
+ child: Column(
+ children: [
+ const Icon(Icons.record_voice_over, size: 80, color: Colors.green),
+ const SizedBox(height: 16),
+ const Text(
+ "화면에 나오는 단어나 문장을\n큰 소리로 읽어보세요.",
+ textAlign: TextAlign.center,
+ style: TextStyle(fontSize: 16),
+ ),
+ const SizedBox(height: 32),
+ Expanded(
+ child: ListView.separated(
+ itemCount: 6,
+ separatorBuilder: (c, i) => const SizedBox(height: 12),
+ itemBuilder: (context, index) {
+ final level = index + 1;
+ return ListTile(
+ tileColor: Colors.white,
+ shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(12), side: BorderSide(color: Colors.grey.shade300)),
+ leading: CircleAvatar(child: Text("$level"), backgroundColor: Colors.green.shade100, foregroundColor: Colors.green),
+ title: Text("레벨 $level"),
+ subtitle: Text(_getLevelDesc(level)),
+ trailing: const Icon(Icons.arrow_forward_ios, size: 16),
+ onTap: () {
+ Navigator.push(context, MaterialPageRoute(builder: (_) => ReadAloudGameScreen(levelIndex: level)));
+ },
+ );
+ },
+ ),
+ ),
+ ],
+ ),
+ ),
+ );
+ }
+
+ String _getLevelDesc(int level) {
+ if (level <= 2) return "단어 읽기";
+ if (level <= 4) return "짧은 문장 읽기";
+ return "긴 문장 / 속담 읽기";
+ }
+}
\ No newline at end of file
diff --git a/packages/feature_game_read_aloud/pubspec.yaml b/packages/feature_game_read_aloud/pubspec.yaml
new file mode 100644
index 0000000..3e90e91
--- /dev/null
+++ b/packages/feature_game_read_aloud/pubspec.yaml
@@ -0,0 +1,27 @@
+name: feature_game_read_aloud
+description: Speech recognition game for language training.
+version: 0.0.1
+publish_to: 'none'
+resolution: workspace
+
+environment:
+ sdk: '^3.9.2'
+ flutter: '>=3.10.0'
+
+dependencies:
+ flutter:
+ sdk: flutter
+
+ # 음성 인식 핵심 패키지
+ speech_to_text: ^6.6.0
+ permission_handler: ^11.0.0
+
+ # 공통 모듈
+ feature_common:
+ path: ../feature_common
+ service_api:
+ path: ../service_api
+
+dev_dependencies:
+ flutter_test:
+ sdk: flutter
\ No newline at end of file
diff --git a/packages/feature_game_read_aloud/test/feature_game_read_aloud_test.dart b/packages/feature_game_read_aloud/test/feature_game_read_aloud_test.dart
new file mode 100644
index 0000000..0a6bc2a
--- /dev/null
+++ b/packages/feature_game_read_aloud/test/feature_game_read_aloud_test.dart
@@ -0,0 +1,12 @@
+import 'package:flutter_test/flutter_test.dart';
+
+import 'package:feature_game_read_aloud/feature_game_read_aloud.dart';
+
+void main() {
+ test('adds one to input values', () {
+ final calculator = Calculator();
+ expect(calculator.addOne(2), 3);
+ expect(calculator.addOne(-7), -6);
+ expect(calculator.addOne(0), 1);
+ });
+}
diff --git a/packages/feature_game_schulte/.gitignore b/packages/feature_game_schulte/.gitignore
new file mode 100644
index 0000000..dd5eb98
--- /dev/null
+++ b/packages/feature_game_schulte/.gitignore
@@ -0,0 +1,31 @@
+# Miscellaneous
+*.class
+*.log
+*.pyc
+*.swp
+.DS_Store
+.atom/
+.buildlog/
+.history
+.svn/
+migrate_working_dir/
+
+# IntelliJ related
+*.iml
+*.ipr
+*.iws
+.idea/
+
+# The .vscode folder contains launch configuration and tasks you configure in
+# VS Code which you may wish to be included in version control, so this line
+# is commented out by default.
+#.vscode/
+
+# Flutter/Dart/Pub related
+# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
+/pubspec.lock
+**/doc/api/
+.dart_tool/
+.flutter-plugins-dependencies
+/build/
+/coverage/
diff --git a/packages/feature_game_schulte/.metadata b/packages/feature_game_schulte/.metadata
new file mode 100644
index 0000000..d7469f0
--- /dev/null
+++ b/packages/feature_game_schulte/.metadata
@@ -0,0 +1,10 @@
+# This file tracks properties of this Flutter project.
+# Used by Flutter tool to assess capabilities and perform upgrades etc.
+#
+# This file should be version controlled and should not be manually edited.
+
+version:
+ revision: "adc901062556672b4138e18a4dc62a4be8f4b3c2"
+ channel: "stable"
+
+project_type: package
diff --git a/packages/feature_game_schulte/CHANGELOG.md b/packages/feature_game_schulte/CHANGELOG.md
new file mode 100644
index 0000000..41cc7d8
--- /dev/null
+++ b/packages/feature_game_schulte/CHANGELOG.md
@@ -0,0 +1,3 @@
+## 0.0.1
+
+* TODO: Describe initial release.
diff --git a/packages/feature_game_schulte/LICENSE b/packages/feature_game_schulte/LICENSE
new file mode 100644
index 0000000..ba75c69
--- /dev/null
+++ b/packages/feature_game_schulte/LICENSE
@@ -0,0 +1 @@
+TODO: Add your license here.
diff --git a/packages/feature_game_schulte/README.md b/packages/feature_game_schulte/README.md
new file mode 100644
index 0000000..4a260d8
--- /dev/null
+++ b/packages/feature_game_schulte/README.md
@@ -0,0 +1,39 @@
+
+
+TODO: Put a short description of the package here that helps potential users
+know whether this package might be useful for them.
+
+## Features
+
+TODO: List what your package can do. Maybe include images, gifs, or videos.
+
+## Getting started
+
+TODO: List prerequisites and provide or point to information on how to
+start using the package.
+
+## Usage
+
+TODO: Include short and useful examples for package users. Add longer examples
+to `/example` folder.
+
+```dart
+const like = 'sample';
+```
+
+## Additional information
+
+TODO: Tell users more about the package: where to find more information, how to
+contribute to the package, how to file issues, what response they can expect
+from the package authors, and more.
diff --git a/packages/feature_game_schulte/analysis_options.yaml b/packages/feature_game_schulte/analysis_options.yaml
new file mode 100644
index 0000000..a5744c1
--- /dev/null
+++ b/packages/feature_game_schulte/analysis_options.yaml
@@ -0,0 +1,4 @@
+include: package:flutter_lints/flutter.yaml
+
+# Additional information about this file can be found at
+# https://dart.dev/guides/language/analysis-options
diff --git a/packages/feature_game_schulte/lib/feature_game_schulte.dart b/packages/feature_game_schulte/lib/feature_game_schulte.dart
new file mode 100644
index 0000000..cb150d7
--- /dev/null
+++ b/packages/feature_game_schulte/lib/feature_game_schulte.dart
@@ -0,0 +1,3 @@
+library feature_game_schulte;
+export 'screens/schulte_game_screen.dart';
+export 'screens/schulte_lobby_screen.dart'; // 추가
\ No newline at end of file
diff --git a/packages/feature_game_schulte/lib/screens/schulte_game_screen.dart b/packages/feature_game_schulte/lib/screens/schulte_game_screen.dart
new file mode 100644
index 0000000..33245a3
--- /dev/null
+++ b/packages/feature_game_schulte/lib/screens/schulte_game_screen.dart
@@ -0,0 +1,247 @@
+import 'dart:async';
+import 'package:flutter/material.dart';
+import 'package:feature_common/feature_common.dart';
+
+class SchulteGameScreen extends BaseGameScreen {
+ final int levelIndex;
+
+ const SchulteGameScreen({
+ super.key,
+ super.onNextGame,
+ this.levelIndex = 1,
+ });
+
+ @override
+ State createState() => _SchulteGameScreenState();
+}
+
+class _SchulteGameScreenState extends BaseGameScreenState with TickerProviderStateMixin {
+ // 게임 설정
+ int _gridSize = 3; // 3x3, 4x4, 5x5
+ List _numbers = [];
+
+ // 진행 상태
+ int _targetNumber = 1; // 현재 찾아야 할 숫자
+ DateTime? _startTime;
+ Timer? _hintTimer;
+
+ // 힌트 애니메이션
+ AnimationController? _hintController;
+ int? _hintIndex; // 힌트를 보여줄 그리드 인덱스
+
+ @override
+ void initState() {
+ super.initState();
+ _initLevel();
+ _startNewGame();
+ }
+
+ void _initLevel() {
+ // 난이도별 그리드 크기 설정
+ // Lv 1~3: 3x3
+ // Lv 4~6: 4x4
+ // Lv 7~: 5x5
+ if (widget.levelIndex <= 3) {
+ _gridSize = 3;
+ } else if (widget.levelIndex <= 6) {
+ _gridSize = 4;
+ } else {
+ _gridSize = 5;
+ }
+
+ // 힌트 애니메이션 컨트롤러
+ _hintController = AnimationController(
+ vsync: this,
+ duration: const Duration(milliseconds: 500),
+ )..repeat(reverse: true);
+ }
+
+ void _startNewGame() {
+ // 1~N 까지 숫자 생성 후 섞기
+ int totalCount = _gridSize * _gridSize;
+ _numbers = List.generate(totalCount, (index) => index + 1);
+ _numbers.shuffle();
+
+ setState(() {
+ _targetNumber = 1;
+ _startTime = DateTime.now();
+ _hintIndex = null;
+ });
+
+ _resetHintTimer();
+ }
+
+ // 힌트 타이머 (3초간 입력 없으면 작동)
+ void _resetHintTimer() {
+ _hintTimer?.cancel();
+ setState(() => _hintIndex = null);
+
+ _hintTimer = Timer(const Duration(seconds: 3), () {
+ // 현재 찾아야 할 숫자의 위치를 찾음
+ int index = _numbers.indexOf(_targetNumber);
+ if (index != -1 && mounted) {
+ setState(() => _hintIndex = index);
+ }
+ });
+ }
+
+ void _onNumberTap(int number) {
+ if (number == _targetNumber) {
+ // 정답!
+ // 효과음 재생 가능
+
+ if (_targetNumber == _gridSize * _gridSize) {
+ // 게임 클리어
+ _finishGame();
+ } else {
+ // 다음 숫자로 이동
+ setState(() {
+ _targetNumber++;
+ });
+ _resetHintTimer();
+ }
+ } else {
+ // 오답 (흔들기 효과 등을 넣을 수 있음)
+ // 여기서는 간단히 스낵바
+ /*
+ ScaffoldMessenger.of(context).showSnackBar(
+ SnackBar(content: Text('$_targetNumber을(를) 누르세요!'), duration: Duration(milliseconds: 500)),
+ );
+ */
+ }
+ }
+
+ void _finishGame() {
+ _hintTimer?.cancel();
+ final duration = DateTime.now().difference(_startTime!);
+
+ showCommonGameCompletion(
+ GameResultArgs(
+ gameType: 'SCHULTE',
+ contextId: 'Lv${widget.levelIndex}',
+ primaryScore: duration.inSeconds,
+ scoreFormatter: (s, _) => "$s초 걸림",
+
+ levelIndex: widget.levelIndex,
+ stars: duration.inSeconds < (_gridSize * _gridSize) ? 3 : 2,
+ )
+ );
+ }
+
+ @override
+ void dispose() {
+ _hintTimer?.cancel();
+ _hintController?.dispose();
+ super.dispose();
+ }
+
+ @override
+ Widget build(BuildContext context) {
+ return Scaffold(
+ appBar: AppBar(title: Text('숫자 순서 찾기 (Lv.${widget.levelIndex})')),
+ body: Column(
+ children: [
+ // 상단 안내
+ Padding(
+ padding: const EdgeInsets.all(24.0),
+ child: Column(
+ children: [
+ const Text(
+ "1부터 순서대로 빠르게 누르세요!",
+ style: TextStyle(fontSize: 18, color: Colors.grey),
+ ),
+ const SizedBox(height: 16),
+ Container(
+ padding: const EdgeInsets.symmetric(horizontal: 24, vertical: 12),
+ decoration: BoxDecoration(
+ color: Colors.blueAccent,
+ borderRadius: BorderRadius.circular(30),
+ ),
+ child: Text(
+ "찾을 숫자: $_targetNumber",
+ style: const TextStyle(
+ fontSize: 28,
+ fontWeight: FontWeight.bold,
+ color: Colors.white
+ ),
+ ),
+ ),
+ ],
+ ),
+ ),
+
+ Expanded(
+ child: Center(
+ child: AspectRatio(
+ aspectRatio: 1.0,
+ child: Padding(
+ padding: const EdgeInsets.all(16.0),
+ child: GridView.builder(
+ physics: const NeverScrollableScrollPhysics(),
+ gridDelegate: SliverGridDelegateWithFixedCrossAxisCount(
+ crossAxisCount: _gridSize,
+ crossAxisSpacing: 8,
+ mainAxisSpacing: 8,
+ ),
+ itemCount: _numbers.length,
+ itemBuilder: (context, index) {
+ final number = _numbers[index];
+ final isFound = number < _targetNumber; // 이미 찾은 숫자
+ final isHint = index == _hintIndex; // 힌트 대상
+
+ return GestureDetector(
+ onTap: isFound ? null : () => _onNumberTap(number),
+ child: AnimatedBuilder(
+ animation: _hintController!,
+ builder: (context, child) {
+ // 힌트일 때 깜빡임 효과
+ double opacity = 1.0;
+ if (isHint) {
+ opacity = 0.5 + (_hintController!.value * 0.5);
+ }
+ return Opacity(opacity: opacity, child: child);
+ },
+ child: Container(
+ decoration: BoxDecoration(
+ color: isFound
+ ? Colors.grey.shade200 // 찾은건 흐리게
+ : (isHint ? Colors.orange.shade100 : Colors.white),
+ borderRadius: BorderRadius.circular(12),
+ border: Border.all(
+ color: isFound
+ ? Colors.transparent
+ : (isHint ? Colors.orange : Colors.blue.shade200),
+ width: 2
+ ),
+ boxShadow: isFound ? [] : [
+ BoxShadow(
+ color: Colors.grey.withOpacity(0.2),
+ blurRadius: 4,
+ offset: const Offset(0, 2),
+ )
+ ],
+ ),
+ alignment: Alignment.center,
+ child: Text(
+ isFound ? "" : "$number", // 찾은건 숫자 숨김 (또는 흐리게)
+ style: TextStyle(
+ fontSize: _gridSize == 3 ? 40 : (_gridSize == 4 ? 32 : 24),
+ fontWeight: FontWeight.bold,
+ color: isFound ? Colors.grey : Colors.black87,
+ ),
+ ),
+ ),
+ ),
+ );
+ },
+ ),
+ ),
+ ),
+ ),
+ ),
+ const SizedBox(height: 50),
+ ],
+ ),
+ );
+ }
+}
\ No newline at end of file
diff --git a/packages/feature_game_schulte/lib/screens/schulte_lobby_screen.dart b/packages/feature_game_schulte/lib/screens/schulte_lobby_screen.dart
new file mode 100644
index 0000000..c8b4ac3
--- /dev/null
+++ b/packages/feature_game_schulte/lib/screens/schulte_lobby_screen.dart
@@ -0,0 +1,57 @@
+import 'package:flutter/material.dart';
+import 'schulte_game_screen.dart';
+
+class SchulteLobbyScreen extends StatelessWidget {
+ const SchulteLobbyScreen({super.key});
+
+ @override
+ Widget build(BuildContext context) {
+ return Scaffold(
+ appBar: AppBar(title: const Text('숫자 순서 찾기')),
+ body: Padding(
+ padding: const EdgeInsets.all(16.0),
+ child: Column(
+ children: [
+ const Icon(Icons.looks_one, size: 80, color: Colors.indigo),
+ const SizedBox(height: 16),
+ const Text(
+ "1부터 순서대로 숫자를 빠르게 찾으세요.\n주의력과 탐색 속도를 높여줍니다.",
+ textAlign: TextAlign.center,
+ style: TextStyle(fontSize: 16),
+ ),
+ const SizedBox(height: 32),
+ // 난이도 카드 (3개)
+ _buildLevelCard(context, 1, "초급 (3x3)", Colors.green),
+ const SizedBox(height: 16),
+ _buildLevelCard(context, 4, "중급 (4x4)", Colors.blue),
+ const SizedBox(height: 16),
+ _buildLevelCard(context, 7, "고급 (5x5)", Colors.red),
+ ],
+ ),
+ ),
+ );
+ }
+
+ Widget _buildLevelCard(BuildContext context, int level, String title, Color color) {
+ return InkWell(
+ onTap: () => Navigator.push(context, MaterialPageRoute(builder: (_) => SchulteGameScreen(levelIndex: level))),
+ child: Container(
+ padding: const EdgeInsets.all(20),
+ decoration: BoxDecoration(
+ color: Colors.white,
+ borderRadius: BorderRadius.circular(16),
+ border: Border.all(color: color.withOpacity(0.5), width: 2),
+ ),
+ child: Row(
+ children: [
+ Icon(Icons.grid_on, color: color, size: 32),
+ const SizedBox(width: 16),
+ Text(title, style: const TextStyle(fontSize: 20, fontWeight: FontWeight.bold)),
+ const Spacer(),
+ const Icon(Icons.play_circle_fill, color: Colors.grey),
+ ],
+ ),
+ ),
+ );
+ }
+}
\ No newline at end of file
diff --git a/packages/feature_game_schulte/pubspec.yaml b/packages/feature_game_schulte/pubspec.yaml
new file mode 100644
index 0000000..d1cff1c
--- /dev/null
+++ b/packages/feature_game_schulte/pubspec.yaml
@@ -0,0 +1,22 @@
+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
\ No newline at end of file
diff --git a/packages/feature_game_schulte/test/feature_game_schulte_test.dart b/packages/feature_game_schulte/test/feature_game_schulte_test.dart
new file mode 100644
index 0000000..5f0ca9c
--- /dev/null
+++ b/packages/feature_game_schulte/test/feature_game_schulte_test.dart
@@ -0,0 +1,12 @@
+import 'package:flutter_test/flutter_test.dart';
+
+import 'package:feature_game_schulte/feature_game_schulte.dart';
+
+void main() {
+ test('adds one to input values', () {
+ final calculator = Calculator();
+ expect(calculator.addOne(2), 3);
+ expect(calculator.addOne(-7), -6);
+ expect(calculator.addOne(0), 1);
+ });
+}
diff --git a/packages/feature_game_sequence/lib/screens/sequence_game_screen.dart b/packages/feature_game_sequence/lib/screens/sequence_game_screen.dart
index 3f8dff1..7b7666c 100644
--- a/packages/feature_game_sequence/lib/screens/sequence_game_screen.dart
+++ b/packages/feature_game_sequence/lib/screens/sequence_game_screen.dart
@@ -9,8 +9,8 @@ import '../controllers/sequence_game_controller.dart';
import '../models/sequence_models.dart';
import '../widgets/sequence_button_widget.dart';
-class SequenceGameScreen extends StatefulWidget {
- const SequenceGameScreen({super.key});
+class SequenceGameScreen extends BaseGameScreen {
+ const SequenceGameScreen({super.key, super.onNextGame});
@override
State createState() => _SequenceGameScreenState();
diff --git a/packages/feature_game_spider/lib/screens/spider_game_screen.dart b/packages/feature_game_spider/lib/screens/spider_game_screen.dart
index 1785428..8c977bb 100644
--- a/packages/feature_game_spider/lib/screens/spider_game_screen.dart
+++ b/packages/feature_game_spider/lib/screens/spider_game_screen.dart
@@ -11,8 +11,8 @@ import '../widgets/tableau_pile_widget.dart';
import '../widgets/bottom_bar_widget.dart';
import '../widgets/card_widget.dart';
-class SpiderGameScreen extends StatefulWidget {
- const SpiderGameScreen({super.key});
+class SpiderGameScreen extends BaseGameScreen {
+ const SpiderGameScreen({super.key, super.onNextGame});
@override
State createState() => _SpiderGameScreenState();
diff --git a/packages/feature_game_sudoku/lib/feature_game_sudoku.dart b/packages/feature_game_sudoku/lib/feature_game_sudoku.dart
index dbae39f..026536a 100644
--- a/packages/feature_game_sudoku/lib/feature_game_sudoku.dart
+++ b/packages/feature_game_sudoku/lib/feature_game_sudoku.dart
@@ -2,5 +2,5 @@
// app_sudoku가 IntroScreen의 다음 화면으로 사용할 '로비 화면'
export 'screens/sudoku_lobby_screen.dart';
-
+export 'screens/game_screen.dart';
// (GameScreen 등은 로비 화면만 알면 되므로 굳이 export 안 해도 됨)
\ No newline at end of file
diff --git a/packages/feature_game_sudoku/lib/screens/game_screen.dart b/packages/feature_game_sudoku/lib/screens/game_screen.dart
index cbfba79..3301bc0 100644
--- a/packages/feature_game_sudoku/lib/screens/game_screen.dart
+++ b/packages/feature_game_sudoku/lib/screens/game_screen.dart
@@ -10,7 +10,7 @@ import '../widgets/number_pad.dart';
import '../widgets/sudoku_board.dart';
import '../models/game_level.dart';
-class GameScreen extends StatefulWidget {
+class GameScreen extends BaseGameScreen {
final SudokuGameDto gameData;
final String themeName;
final String userId;
@@ -24,6 +24,7 @@ class GameScreen extends StatefulWidget {
required this.userId,
required this.userName,
required this.levelIndex,
+ super.onNextGame,
});
@override
diff --git a/packages/feature_game_tracing/.gitignore b/packages/feature_game_tracing/.gitignore
new file mode 100644
index 0000000..dd5eb98
--- /dev/null
+++ b/packages/feature_game_tracing/.gitignore
@@ -0,0 +1,31 @@
+# Miscellaneous
+*.class
+*.log
+*.pyc
+*.swp
+.DS_Store
+.atom/
+.buildlog/
+.history
+.svn/
+migrate_working_dir/
+
+# IntelliJ related
+*.iml
+*.ipr
+*.iws
+.idea/
+
+# The .vscode folder contains launch configuration and tasks you configure in
+# VS Code which you may wish to be included in version control, so this line
+# is commented out by default.
+#.vscode/
+
+# Flutter/Dart/Pub related
+# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
+/pubspec.lock
+**/doc/api/
+.dart_tool/
+.flutter-plugins-dependencies
+/build/
+/coverage/
diff --git a/packages/feature_game_tracing/.metadata b/packages/feature_game_tracing/.metadata
new file mode 100644
index 0000000..d7469f0
--- /dev/null
+++ b/packages/feature_game_tracing/.metadata
@@ -0,0 +1,10 @@
+# This file tracks properties of this Flutter project.
+# Used by Flutter tool to assess capabilities and perform upgrades etc.
+#
+# This file should be version controlled and should not be manually edited.
+
+version:
+ revision: "adc901062556672b4138e18a4dc62a4be8f4b3c2"
+ channel: "stable"
+
+project_type: package
diff --git a/packages/feature_game_tracing/CHANGELOG.md b/packages/feature_game_tracing/CHANGELOG.md
new file mode 100644
index 0000000..41cc7d8
--- /dev/null
+++ b/packages/feature_game_tracing/CHANGELOG.md
@@ -0,0 +1,3 @@
+## 0.0.1
+
+* TODO: Describe initial release.
diff --git a/packages/feature_game_tracing/LICENSE b/packages/feature_game_tracing/LICENSE
new file mode 100644
index 0000000..ba75c69
--- /dev/null
+++ b/packages/feature_game_tracing/LICENSE
@@ -0,0 +1 @@
+TODO: Add your license here.
diff --git a/packages/feature_game_tracing/README.md b/packages/feature_game_tracing/README.md
new file mode 100644
index 0000000..4a260d8
--- /dev/null
+++ b/packages/feature_game_tracing/README.md
@@ -0,0 +1,39 @@
+
+
+TODO: Put a short description of the package here that helps potential users
+know whether this package might be useful for them.
+
+## Features
+
+TODO: List what your package can do. Maybe include images, gifs, or videos.
+
+## Getting started
+
+TODO: List prerequisites and provide or point to information on how to
+start using the package.
+
+## Usage
+
+TODO: Include short and useful examples for package users. Add longer examples
+to `/example` folder.
+
+```dart
+const like = 'sample';
+```
+
+## Additional information
+
+TODO: Tell users more about the package: where to find more information, how to
+contribute to the package, how to file issues, what response they can expect
+from the package authors, and more.
diff --git a/packages/feature_game_tracing/analysis_options.yaml b/packages/feature_game_tracing/analysis_options.yaml
new file mode 100644
index 0000000..a5744c1
--- /dev/null
+++ b/packages/feature_game_tracing/analysis_options.yaml
@@ -0,0 +1,4 @@
+include: package:flutter_lints/flutter.yaml
+
+# Additional information about this file can be found at
+# https://dart.dev/guides/language/analysis-options
diff --git a/packages/feature_game_tracing/lib/feature_game_tracing.dart b/packages/feature_game_tracing/lib/feature_game_tracing.dart
new file mode 100644
index 0000000..e6907e5
--- /dev/null
+++ b/packages/feature_game_tracing/lib/feature_game_tracing.dart
@@ -0,0 +1,4 @@
+library feature_game_tracing;
+
+export 'screens/tracing_game_screen.dart';
+export 'screens/tracing_lobby_screen.dart'; // 추가
\ No newline at end of file
diff --git a/packages/feature_game_tracing/lib/models/tracing_difficulty.dart b/packages/feature_game_tracing/lib/models/tracing_difficulty.dart
new file mode 100644
index 0000000..36eb7ae
--- /dev/null
+++ b/packages/feature_game_tracing/lib/models/tracing_difficulty.dart
@@ -0,0 +1,70 @@
+import 'dart:math';
+
+enum TracingContentType {
+ text, // 글자/단어 (생성기 사용)
+ image, // 이미지 (에셋 로드, 추후 사용)
+}
+
+class TracingContent {
+ final String data; // 텍스트 내용 또는 이미지 경로
+ final TracingContentType type;
+
+ TracingContent({required this.data, required this.type});
+}
+
+class TracingDifficultyRepository {
+ static final Random _random = Random();
+
+ // 난이도별 데이터 뱅크
+ static final Map> _textLevels = {
+ // Level 1: ㄱㄴㄷ, 숫자 (단순 자모/숫자)
+ 1: ['ㄱ', 'ㄴ', 'ㄷ', 'ㄹ', 'ㅁ', 'ㅂ', 'ㅅ', 'ㅇ', 'ㅈ', '1', '2', '3', '4', '5', '7'],
+
+ // Level 2: 가, 나, 다 (한글 한 글자)
+ 2: ['가', '나', '다', '라', '마', '바', '사', '아', '자', '차', '카', '타', '파', '하', '산', '문', '강'],
+
+ // Level 3: 알파벳 한 글자
+ 3: ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'K', 'M', 'N', 'S', 'R', 'T'],
+
+ // Level 4: 3자 이하 한글 단어
+ 4: ['사과', '포도', '나무', '바다', '하늘', '구름', '사랑', '친구', '가족', '대한민국', '무궁화'],
+
+ // Level 5: 5자 이하 영어 단어
+ 5: ['CAT', 'DOG', 'BIRD', 'LOVE', 'MILK', 'BOOK', 'HAND', 'BLUE', 'ROSE', 'HAPPY'],
+
+ // Level 6: 복합 (한글 5자 이하 + 영어 8자 이하)
+ 6: ['아이스크림', '코끼리', '바나나', '텔레비전', 'COMPUTER', 'ELEPHANT', 'MORNING', 'TEACHER', 'SUMMER'],
+ };
+
+ // 추후 이미지 레벨 (7, 8단계)
+ static final Map> _imageLevels = {
+ 7: ['assets/images/shapes/circle.png', 'assets/images/shapes/rect.png'], // 단순 도형
+ 8: ['assets/images/shapes/star.png', 'assets/images/shapes/heart.png'], // 복잡 도형
+ };
+
+ /// 해당 레벨의 랜덤 콘텐츠 반환
+ static TracingContent getContent(int level) {
+ // 7단계 이상은 이미지 모드로 처리 (준비된 경우)
+ if (level >= 7) {
+ // 이미지가 준비되지 않았으면 6단계 텍스트로 대체 (안전장치)
+ if (!_imageLevels.containsKey(level)) return getContent(6);
+
+ final list = _imageLevels[level]!;
+ return TracingContent(
+ data: list[_random.nextInt(list.length)],
+ type: TracingContentType.image,
+ );
+ }
+
+ // 1~6단계 텍스트 모드
+ else {
+ // 레벨 범위를 벗어나면 최대 레벨로 고정
+ int targetLevel = level.clamp(1, 6);
+ final list = _textLevels[targetLevel]!;
+ return TracingContent(
+ data: list[_random.nextInt(list.length)],
+ type: TracingContentType.text,
+ );
+ }
+ }
+}
\ No newline at end of file
diff --git a/packages/feature_game_tracing/lib/painters/tracing_painter.dart b/packages/feature_game_tracing/lib/painters/tracing_painter.dart
new file mode 100644
index 0000000..bbd0f22
--- /dev/null
+++ b/packages/feature_game_tracing/lib/painters/tracing_painter.dart
@@ -0,0 +1,49 @@
+import 'dart:ui';
+import 'package:flutter/material.dart';
+
+class TracingPainter extends CustomPainter {
+ final List userPath; // 사용자가 그린 선
+ final List targetPath; // 목표 가이드 선 (점들의 집합)
+
+ TracingPainter({required this.userPath, required this.targetPath});
+
+ @override
+ void paint(Canvas canvas, Size size) {
+ // 1. 목표 가이드 라인 그리기 (회색 점선 스타일)
+ final guidePaint = Paint()
+ ..color = Colors.grey.shade300
+ ..style = PaintingStyle.stroke
+ ..strokeWidth = 24.0
+ ..strokeCap = StrokeCap.round
+ ..strokeJoin = StrokeJoin.round;
+
+ // 점들을 연결해서 경로 생성
+ if (targetPath.isNotEmpty) {
+ final path = Path()..moveTo(targetPath.first.dx, targetPath.first.dy);
+ for (int i = 1; i < targetPath.length; i++) {
+ path.lineTo(targetPath[i].dx, targetPath[i].dy);
+ }
+ // 닫힌 도형이면 마지막 점과 첫 점 연결 (필요시 옵션 처리)
+ // path.close();
+ canvas.drawPath(path, guidePaint);
+ }
+
+ // 2. 사용자가 그리는 선 (파란색 실선)
+ final userPaint = Paint()
+ ..color = Colors.blueAccent.withOpacity(0.8)
+ ..style = PaintingStyle.stroke
+ ..strokeWidth = 16.0
+ ..strokeCap = StrokeCap.round
+ ..strokeJoin = StrokeJoin.round;
+
+ if (userPath.isNotEmpty) {
+ // 포인트가 너무 많으면 성능 저하가 올 수 있으므로 PointMode.polygon 사용
+ canvas.drawPoints(PointMode.polygon, userPath, userPaint);
+ }
+ }
+
+ @override
+ bool shouldRepaint(covariant TracingPainter oldDelegate) {
+ return true; // 실시간으로 계속 다시 그려야 함
+ }
+}
\ No newline at end of file
diff --git a/packages/feature_game_tracing/lib/screens/tracing_game_screen.dart b/packages/feature_game_tracing/lib/screens/tracing_game_screen.dart
new file mode 100644
index 0000000..0e19de7
--- /dev/null
+++ b/packages/feature_game_tracing/lib/screens/tracing_game_screen.dart
@@ -0,0 +1,329 @@
+import 'dart:ui' as ui;
+import 'package:flutter/material.dart';
+import 'package:feature_common/feature_common.dart';
+import '../utils/image_pixel_analyzer.dart';
+import '../utils/text_bitmap_generator.dart';
+import '../models/tracing_difficulty.dart';
+
+class TracingGameScreen extends BaseGameScreen {
+ final int levelIndex;
+
+ const TracingGameScreen({
+ super.key,
+ super.onNextGame,
+ this.levelIndex = 1,
+ });
+
+ @override
+ State createState() => _TracingGameScreenState();
+}
+
+class _TracingGameScreenState extends BaseGameScreenState {
+ final ImagePixelAnalyzer _analyzer = ImagePixelAnalyzer();
+
+ // 드로잉 상태
+ List> _strokes = [];
+ List _currentStroke = [];
+
+ // 게임 진행 상태
+ bool _isLoaded = false;
+ double _currentScore = 0.0;
+
+ // 라운드 관리
+ int _currentRound = 1;
+ int _totalRounds = 1;
+
+ // 콘텐츠 데이터
+ ui.Image? _guideUiImage;
+ String? _guideAssetPath;
+ late TracingContent _currentContent;
+
+ @override
+ void initState() {
+ super.initState();
+ _calculateTotalRounds(); // 1. 총 문제 수 계산
+ _loadNewProblem(); // 2. 첫 번째 문제 로드
+ }
+
+// 🔽 [설정] 패널티 가중치 (추후 widget.levelIndex에 따라 조절 가능)
+ // Lv 1~3: 0.3 (관대함)
+ // Lv 4~6: 0.5 (보통)
+ // Lv 7~: 0.8 (엄격)
+ double get _penaltyWeight {
+ if (widget.levelIndex <= 3) return 0.3;
+ if (widget.levelIndex <= 6) return 0.5;
+ return 0.8;
+ }
+
+ /// 난이도별 문제 수 설정
+ void _calculateTotalRounds() {
+ if (widget.levelIndex <= 3) {
+ _totalRounds = 5; // 1~3단계: 5문제
+ } else if (widget.levelIndex <= 6) {
+ _totalRounds = 3; // 4~6단계: 3문제
+ } else if (widget.levelIndex == 7) {
+ _totalRounds = 2; // 7단계: 2문제
+ } else {
+ _totalRounds = 1; // 8단계 이상: 1문제
+ }
+ }
+
+ /// 새로운 문제 로드 (초기화 + 콘텐츠 생성)
+ Future _loadNewProblem() async {
+ setState(() {
+ _isLoaded = false;
+ _currentScore = 0.0;
+ _strokes.clear();
+ _analyzer.reset();
+ });
+
+ // 레벨에 맞는 랜덤 콘텐츠 가져오기
+ _currentContent = TracingDifficultyRepository.getContent(widget.levelIndex);
+
+ try {
+ if (_currentContent.type == TracingContentType.text) {
+ // [텍스트 모드] 비트맵 생성
+ const Size canvasSize = Size(300, 300);
+ final ui.Image bmp = await TextBitmapGenerator.generate(_currentContent.data, canvasSize);
+ await _analyzer.loadFromUiImage(bmp);
+
+ if (mounted) {
+ setState(() {
+ _guideUiImage = bmp;
+ _guideAssetPath = null;
+ _isLoaded = true;
+ });
+ }
+ } else {
+ // [이미지 모드] 에셋 로드
+ await _analyzer.loadFromAsset(_currentContent.data);
+ if (mounted) {
+ setState(() {
+ _guideUiImage = null;
+ _guideAssetPath = _currentContent.data;
+ _isLoaded = true;
+ });
+ }
+ }
+ } catch (e) {
+ debugPrint("콘텐츠 로드 실패: $e");
+ }
+ }
+
+ @override
+ void dispose() {
+ _analyzer.dispose();
+ super.dispose();
+ }
+
+ // 캔버스 지우기 (사용자 요청)
+ void _clearCanvas() {
+ setState(() {
+ _strokes.clear();
+ _currentScore = 0.0;
+ });
+ _analyzer.reset();
+ }
+
+ // 🔽 [수정] 터치 종료 시 성공 체크
+ void _onPanEnd(DragEndDetails details) {
+ // 감점이 적용된 점수가 80점 이상이어야 성공!
+ // 이제 막 칠하면 점수가 오히려 떨어져서 절대 성공 못 함
+ if (_currentScore >= 0.80) {
+ _handleCompletion();
+ }
+ }
+
+ // 🔽 [수정] 히트 체크 및 점수 갱신
+ void _checkHit(Offset localPos) {
+ if (!_isLoaded) return;
+
+ // 1. 히트 체크
+ bool changed = _analyzer.checkHit(localPos, const Size(300, 300), touchSize: 20.0);
+
+ if (changed) {
+ // 2. 점수 계산 시 가중치 전달
+ double newScore = _analyzer.getScore(penaltyWeight: _penaltyWeight);
+
+ if (newScore != _currentScore) {
+ setState(() => _currentScore = newScore);
+ }
+ }
+ }
+
+ // --- 제스처 핸들러 ---
+ void _onPanStart(DragStartDetails details) {
+ setState(() {
+ _currentStroke = [details.localPosition];
+ _strokes.add(_currentStroke);
+ });
+ _checkHit(details.localPosition);
+ }
+
+ void _onPanUpdate(DragUpdateDetails details) {
+ setState(() {
+ _currentStroke.add(details.localPosition);
+ });
+ _checkHit(details.localPosition);
+ }
+
+ /// 성공 시 처리 로직 (다음 문제 vs 게임 종료)
+ void _handleCompletion() {
+ if (_currentRound < _totalRounds) {
+ // 1. 아직 풀 문제가 남았을 때 -> 다음 문제 로드
+ ScaffoldMessenger.of(context).showSnackBar(
+ SnackBar(
+ content: Text("성공! 다음 문제로 넘어갑니다. (${_currentRound + 1}/$_totalRounds)"),
+ duration: const Duration(seconds: 1),
+ behavior: SnackBarBehavior.floating,
+ ),
+ );
+
+ setState(() {
+ _currentRound++;
+ });
+
+ // 잠시 대기 후 새 문제 로드 (자연스러운 전환)
+ Future.delayed(const Duration(milliseconds: 500), () {
+ _loadNewProblem();
+ });
+
+ } else {
+ // 2. 모든 문제를 다 풀었을 때 -> 게임 종료 (성공 팝업)
+ showCommonGameCompletion(
+ GameResultArgs(
+ gameType: 'TRACING',
+ contextId: 'Lv${widget.levelIndex}',
+ primaryScore: 100,
+ scoreFormatter: (s, _) => "훈련 완료!",
+
+ // 자동 저장 데이터
+ levelIndex: widget.levelIndex,
+ stars: 3,
+ )
+ );
+ }
+ }
+
+ @override
+ Widget build(BuildContext context) {
+ return Scaffold(
+ appBar: AppBar(
+ // 앱바 제목에 진행 상황 표시
+ title: Text('따라 그리기 ($_currentRound/$_totalRounds)'),
+ actions: [
+ IconButton(
+ icon: const Icon(Icons.refresh),
+ tooltip: '다시 쓰기',
+ onPressed: _clearCanvas,
+ ),
+ Center(
+ child: Padding(
+ padding: const EdgeInsets.symmetric(horizontal: 16.0),
+ child: Text(
+ "${(_currentScore * 100).toInt()}%",
+ style: const TextStyle(fontSize: 18, fontWeight: FontWeight.bold),
+ ),
+ ),
+ )
+ ],
+ ),
+ body: Column(
+ children: [
+ Padding(
+ padding: const EdgeInsets.all(24.0),
+ child: Text(
+ _currentContent.type == TracingContentType.text
+ ? "'${_currentContent.data}' 를 따라 쓰세요."
+ : "모양을 따라 그리세요.",
+ style: const TextStyle(fontSize: 20),
+ ),
+ ),
+ Expanded(
+ child: Center(
+ child: Container(
+ width: 300,
+ height: 300,
+ decoration: BoxDecoration(
+ border: Border.all(color: Colors.grey.shade300),
+ borderRadius: BorderRadius.circular(16),
+ color: Colors.white,
+ boxShadow: [
+ BoxShadow(
+ color: Colors.grey.withOpacity(0.1),
+ blurRadius: 10,
+ spreadRadius: 2,
+ )
+ ]
+ ),
+ child: Stack(
+ fit: StackFit.expand,
+ children: [
+ // [Layer 1] 가이드
+ if (_isLoaded)
+ Opacity(
+ opacity: 0.15, // 가시성 조절
+ child: _currentContent.type == TracingContentType.text
+ ? RawImage(image: _guideUiImage, fit: BoxFit.contain)
+ : Image.asset(_guideAssetPath!, fit: BoxFit.contain),
+ )
+ else
+ const Center(child: CircularProgressIndicator()),
+
+ // [Layer 2] 그리기 영역
+ GestureDetector(
+ onPanStart: _onPanStart,
+ onPanUpdate: _onPanUpdate,
+ onPanEnd: _onPanEnd,
+ child: CustomPaint(
+ painter: _StrokePainter(_strokes),
+ ),
+ ),
+ ],
+ ),
+ ),
+ ),
+ ),
+
+ // 하단 안내 메시지
+ Padding(
+ padding: const EdgeInsets.only(bottom: 40.0),
+ child: Text(
+ _currentRound < _totalRounds
+ ? "80% 이상 채우면 다음 문제로 넘어갑니다."
+ : "마지막 문제입니다! 끝까지 집중하세요.",
+ style: TextStyle(color: Colors.grey.shade600),
+ ),
+ ),
+ ],
+ ),
+ );
+ }
+}
+
+class _StrokePainter extends CustomPainter {
+ final List> strokes;
+ _StrokePainter(this.strokes);
+
+ @override
+ void paint(Canvas canvas, Size size) {
+ final paint = Paint()
+ ..color = Colors.blueAccent.withOpacity(0.6)
+ ..strokeWidth = 20.0
+ ..strokeCap = StrokeCap.round
+ ..strokeJoin = StrokeJoin.round
+ ..style = PaintingStyle.stroke;
+
+ for (final stroke in strokes) {
+ if (stroke.length < 2) continue;
+ final path = Path();
+ path.moveTo(stroke.first.dx, stroke.first.dy);
+ for (int i = 1; i < stroke.length; i++) {
+ path.lineTo(stroke[i].dx, stroke[i].dy);
+ }
+ canvas.drawPath(path, paint);
+ }
+ }
+ @override
+ bool shouldRepaint(covariant CustomPainter oldDelegate) => true;
+}
\ No newline at end of file
diff --git a/packages/feature_game_tracing/lib/screens/tracing_lobby_screen.dart b/packages/feature_game_tracing/lib/screens/tracing_lobby_screen.dart
new file mode 100644
index 0000000..8874b9e
--- /dev/null
+++ b/packages/feature_game_tracing/lib/screens/tracing_lobby_screen.dart
@@ -0,0 +1,72 @@
+
+import 'package:flutter/material.dart';
+import 'package:feature_common/feature_common.dart'; // BaseLobbyScreen 가정 또는 직접 구현
+import 'tracing_game_screen.dart';
+
+class TracingLobbyScreen extends StatelessWidget {
+ const TracingLobbyScreen({super.key});
+
+ @override
+ Widget build(BuildContext context) {
+ return Scaffold(
+ appBar: AppBar(title: const Text('따라 그리기')),
+ body: Padding(
+ padding: const EdgeInsets.all(16.0),
+ child: Column(
+ children: [
+ const Icon(Icons.gesture, size: 80, color: Colors.blueAccent),
+ const SizedBox(height: 16),
+ const Text(
+ "손가락으로 글씨나 그림을 따라 그리며\n시지각 능력과 소근육을 훈련합니다.",
+ textAlign: TextAlign.center,
+ style: TextStyle(fontSize: 16),
+ ),
+ const SizedBox(height: 32),
+ Expanded(
+ child: GridView.builder(
+ gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount(
+ crossAxisCount: 2, childAspectRatio: 1.5,
+ crossAxisSpacing: 16, mainAxisSpacing: 16,
+ ),
+ itemCount: 6,
+ itemBuilder: (context, index) {
+ final level = index + 1;
+ return ElevatedButton(
+ style: ElevatedButton.styleFrom(
+ shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(16)),
+ backgroundColor: Colors.white,
+ foregroundColor: Colors.blueAccent,
+ elevation: 2,
+ ),
+ onPressed: () {
+ Navigator.push(context, MaterialPageRoute(builder: (_) => TracingGameScreen(levelIndex: level)));
+ },
+ child: Column(
+ mainAxisAlignment: MainAxisAlignment.center,
+ children: [
+ Text("Lv. $level", style: const TextStyle(fontSize: 20, fontWeight: FontWeight.bold)),
+ const SizedBox(height: 4),
+ Text(_getLevelDesc(level), style: const TextStyle(fontSize: 12, color: Colors.grey)),
+ ],
+ ),
+ );
+ },
+ ),
+ ),
+ ],
+ ),
+ ),
+ );
+ }
+
+ String _getLevelDesc(int level) {
+ switch(level) {
+ case 1: return "자음/숫자";
+ case 2: return "한 글자";
+ case 3: return "알파벳";
+ case 4: return "단어 (3자)";
+ case 5: return "영어 단어";
+ default: return "복합 단어";
+ }
+ }
+}
\ No newline at end of file
diff --git a/packages/feature_game_tracing/lib/utils/image_pixel_analyzer.dart b/packages/feature_game_tracing/lib/utils/image_pixel_analyzer.dart
new file mode 100644
index 0000000..8393ca9
--- /dev/null
+++ b/packages/feature_game_tracing/lib/utils/image_pixel_analyzer.dart
@@ -0,0 +1,148 @@
+import 'dart:async';
+import 'dart:typed_data';
+import 'dart:ui' as ui;
+import 'package:flutter/services.dart';
+import 'package:flutter/material.dart';
+
+class ImagePixelAnalyzer {
+ ByteData? _byteData;
+ int _width = 0;
+ int _height = 0;
+
+ final Set _hitPixels = {}; // 맞춘 픽셀 (Target)
+ final Set _wrongPixels = {}; // 틀린 픽셀 (Background)
+
+ int _totalTargetPixels = 0;
+
+ bool get isLoaded => _byteData != null;
+ int get width => _width;
+ int get height => _height;
+
+ // ... (loadFromAsset, loadFromUiImage는 기존과 동일) ...
+ Future loadFromAsset(String assetPath) async {
+ final ByteData data = await rootBundle.load(assetPath);
+ final ui.Codec codec = await ui.instantiateImageCodec(data.buffer.asUint8List());
+ final ui.FrameInfo fi = await codec.getNextFrame();
+ await loadFromUiImage(fi.image);
+ }
+
+ Future loadFromUiImage(ui.Image image) async {
+ _width = image.width;
+ _height = image.height;
+ _byteData = await image.toByteData(format: ui.ImageByteFormat.rawRgba);
+ _calculateTargetPixels();
+ }
+
+ void _calculateTargetPixels() {
+ _totalTargetPixels = 0;
+ _hitPixels.clear();
+ _wrongPixels.clear();
+
+ if (_byteData == null) return;
+
+ for (int i = 0; i < _byteData!.lengthInBytes; i += 4) {
+ final int alpha = _byteData!.getUint8(i + 3);
+ if (alpha > 50) {
+ _totalTargetPixels++;
+ }
+ }
+ }
+
+ void reset() {
+ _hitPixels.clear();
+ _wrongPixels.clear();
+ }
+
+ /// 🔽 [핵심 수정] 터치 판정 로직 개선
+ /// 선에 '조금이라도' 닿아 있으면 빗나간 부분을 용서해줍니다.
+ bool checkHit(Offset position, Size displaySize, {double touchSize = 15.0}) {
+ if (_byteData == null) return false;
+
+ final double scaleX = _width / displaySize.width;
+ final double scaleY = _height / displaySize.height;
+ final int imgX = (position.dx * scaleX).round();
+ final int imgY = (position.dy * scaleY).round();
+ final int radius = (touchSize * scaleX).round();
+
+ // 이번 터치 이벤트에서 발견된 픽셀들 임시 저장
+ List currentHits = [];
+ List currentWrongs = [];
+
+ for (int x = imgX - radius; x <= imgX + radius; x++) {
+ for (int y = imgY - radius; y <= imgY + radius; y++) {
+ if (x < 0 || x >= _width || y < 0 || y >= _height) continue;
+ if ((x - imgX) * (x - imgX) + (y - imgY) * (y - imgY) > radius * radius) continue;
+
+ final int pixelIndex = (y * _width + x) * 4;
+ final int alpha = _byteData!.getUint8(pixelIndex + 3);
+
+ if (alpha > 50) {
+ // 목표 영역임
+ if (!_hitPixels.contains(pixelIndex)) {
+ currentHits.add(pixelIndex);
+ }
+ } else {
+ // 빈 공간임
+ if (!_wrongPixels.contains(pixelIndex)) {
+ currentWrongs.add(pixelIndex);
+ }
+ }
+ }
+ }
+
+ bool hasChange = false;
+
+ // [판정 로직]
+ // 1. 이번 터치 범위 내에 '목표 픽셀'이 하나라도 있었는가?
+ bool touchedTarget = currentHits.isNotEmpty;
+
+ // 이미 방문했던 곳이라 currentHits가 0일 수도 있으니,
+ // 주변에 방문한 _hitPixels가 있는지도 체크하면 더 좋지만,
+ // 일단은 "새로 칠한 Hit가 있거나" OR "중심점이 Target 위에 있는지"로 판단
+ if (!touchedTarget) {
+ // 중심점 체크 (이미 칠한 곳 위를 지나갈 때 감점 방지)
+ int centerIndex = (imgY * _width + imgX) * 4;
+ if (centerIndex >= 0 && centerIndex < _byteData!.lengthInBytes) {
+ if (_byteData!.getUint8(centerIndex + 3) > 50) {
+ touchedTarget = true;
+ }
+ }
+ }
+
+ if (touchedTarget) {
+ // ✅ 선 위를 지나가는 중 -> Hit만 인정, Wrong(삐져나간 것)은 무시!
+ if (currentHits.isNotEmpty) {
+ _hitPixels.addAll(currentHits);
+ hasChange = true;
+ }
+ // currentWrongs는 추가하지 않음 (관대함)
+ } else {
+ // ❌ 선과 전혀 상관없는 허공을 칠함 -> Wrong 모두 기록 (감점)
+ if (currentWrongs.isNotEmpty) {
+ _wrongPixels.addAll(currentWrongs);
+ hasChange = true;
+ }
+ }
+
+ return hasChange;
+ }
+
+ /// 🔽 [수정] 가중치(penaltyWeight)를 외부에서 받도록 변경
+ double getScore({double penaltyWeight = 0.3}) {
+ if (_totalTargetPixels == 0) return 0.0;
+
+ double rawScore = _hitPixels.length.toDouble();
+ double penalty = _wrongPixels.length * penaltyWeight;
+
+ // 점수 = (성공 - 패널티) / 전체
+ double finalScore = (rawScore - penalty) / _totalTargetPixels;
+
+ return finalScore.clamp(0.0, 1.0);
+ }
+
+ void dispose() {
+ _byteData = null;
+ _hitPixels.clear();
+ _wrongPixels.clear();
+ }
+}
\ No newline at end of file
diff --git a/packages/feature_game_tracing/lib/utils/text_bitmap_generator.dart b/packages/feature_game_tracing/lib/utils/text_bitmap_generator.dart
new file mode 100644
index 0000000..24a7ffa
--- /dev/null
+++ b/packages/feature_game_tracing/lib/utils/text_bitmap_generator.dart
@@ -0,0 +1,55 @@
+import 'dart:ui' as ui;
+import 'package:flutter/material.dart';
+
+class TextBitmapGenerator {
+ static Future generate(String text, Size size) async {
+ final ui.PictureRecorder recorder = ui.PictureRecorder();
+ final Canvas canvas = Canvas(recorder);
+
+ canvas.drawColor(Colors.transparent, BlendMode.clear);
+
+ // 🔽 [수정] 폰트 크기 자동 조절 (Auto-fit)
+ // 기본 크기: 높이의 75%
+ double fontSize = size.height * 0.75;
+
+ // 글자가 길어지면 너비에 맞춰 줄임
+ // (대략적인 계산: 한 글자당 너비가 fontSize * 0.6 ~ 1.0 정도 차지함)
+ if (text.length > 1) {
+ // 화면 너비를 글자 수로 나눈 것과 비교하여 더 작은 값 선택
+ // 여유를 두기 위해 0.9 곱함
+ double maxWidthPerChar = (size.width / text.length) * 1.3;
+ if (fontSize > maxWidthPerChar) {
+ fontSize = maxWidthPerChar;
+ }
+ }
+
+ final TextSpan span = TextSpan(
+ style: TextStyle(
+ color: Colors.black,
+ fontSize: fontSize,
+ fontWeight: FontWeight.bold,
+ fontFamily: 'Roboto', // 한글 지원 폰트 권장
+ ),
+ text: text,
+ );
+
+ final TextPainter tp = TextPainter(
+ text: span,
+ textAlign: TextAlign.center,
+ textDirection: TextDirection.ltr,
+ );
+
+ tp.layout(minWidth: size.width, maxWidth: size.width);
+
+ // 중앙 정렬
+ final Offset textOffset = Offset(
+ (size.width - tp.width) / 2,
+ (size.height - tp.height) / 2,
+ );
+
+ tp.paint(canvas, textOffset);
+
+ final ui.Picture picture = recorder.endRecording();
+ return await picture.toImage(size.width.toInt(), size.height.toInt());
+ }
+}
\ No newline at end of file
diff --git a/packages/feature_game_tracing/pubspec.yaml b/packages/feature_game_tracing/pubspec.yaml
new file mode 100644
index 0000000..de44409
--- /dev/null
+++ b/packages/feature_game_tracing/pubspec.yaml
@@ -0,0 +1,23 @@
+name: feature_game_tracing
+description: Finger tracing game for fine motor skills and perception training.
+version: 0.0.1
+publish_to: 'none'
+
+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
+ lints: ^3.0.0
\ No newline at end of file
diff --git a/packages/feature_game_tracing/test/feature_game_tracing_test.dart b/packages/feature_game_tracing/test/feature_game_tracing_test.dart
new file mode 100644
index 0000000..7075471
--- /dev/null
+++ b/packages/feature_game_tracing/test/feature_game_tracing_test.dart
@@ -0,0 +1,12 @@
+import 'package:flutter_test/flutter_test.dart';
+
+import 'package:feature_game_tracing/feature_game_tracing.dart';
+
+void main() {
+ test('adds one to input values', () {
+ final calculator = Calculator();
+ expect(calculator.addOne(2), 3);
+ expect(calculator.addOne(-7), -6);
+ expect(calculator.addOne(0), 1);
+ });
+}
diff --git a/packages/service_api/lib/models/assessment_data.dart b/packages/service_api/lib/models/assessment_data.dart
new file mode 100644
index 0000000..08d8c0b
--- /dev/null
+++ b/packages/service_api/lib/models/assessment_data.dart
@@ -0,0 +1,176 @@
+import 'cognitive_type.dart';
+
+class AssessmentQuestion {
+ final String id;
+ final String text;
+ final CognitiveArea area;
+
+ const AssessmentQuestion({
+ required this.id,
+ required this.text,
+ required this.area,
+ });
+}
+
+/// 전체 진단 질문 풀 (총 100문항)
+final List rawAssessmentQuestions = [
+ // =========================================================
+ // 1. 기억력 (Memory) - 20문항
+ // =========================================================
+ AssessmentQuestion(id: 'm_01', text: '자신의 기억력에 문제가 있다고 생각한다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_02', text: '최근 기억력이 10년 전에 비해 현저히 저하되었다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_03', text: '같은 또래들에 비해 기억력이 나쁘다고 느낀다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_04', text: '기억력 저하로 일상생활(은행, 쇼핑 등)에 불편을 느낀다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_05', text: '최근(며칠 전)에 있었던 중요한 일을 자주 잊어버린다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_06', text: '며칠 전에 나눈 대화 내용을 기억하기가 어렵다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_07', text: '약속 시간이나 장소를 잊어버려 곤란했던 적이 있다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_08', text: '자주 만나는 사람의 이름이 바로 떠오르지 않는다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_09', text: '물건을 둔 장소를 잊어 한참을 찾은 적이 있다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_10', text: '가스불, 전등, 수도꼭지 잠그는 것을 깜빡한다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_11', text: '물건을 가지러 방에 들어갔다가 무엇을 하러 왔는지 잊었다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_12', text: '자주 사용하는 전화번호(가족, 본인)가 기억나지 않는다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_13', text: '같은 질문을 반복해서 한다는 지적을 받은 적이 있다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_14', text: '하고 싶은 말이나 단어가 금방 떠오르지 않아 "그거"라고 한다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_15', text: '약을 먹었는지 안 먹었는지 기억이 잘 안 난다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_16', text: 'TV나 신문에서 본 뉴스의 내용을 나중에 기억하기 힘들다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_17', text: '최근에 새로 배운 사용법(기기 조작 등)을 금방 잊어버린다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_18', text: '제사나 가족 생일 등 중요한 날짜를 잊어버린다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_19', text: '이야기 도중 방금 무슨 이야기를 하고 있었는지 잊을 때가 있다.', area: CognitiveArea.memory),
+ AssessmentQuestion(id: 'm_20', text: '과거의 일을 기억해내는 데 시간이 오래 걸린다.', area: CognitiveArea.memory),
+
+ // =========================================================
+ // 2. 시지각 & 소근육 (Perception) - 20문항 (그리기/손기술 강화)
+ // =========================================================
+ AssessmentQuestion(id: 'p_01', text: '손이 떨려서 글씨를 쓰거나 그림을 그리기 어렵다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_02', text: '단추를 채우거나 지퍼를 올리는 등 섬세한 손동작이 힘들다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_03', text: '젓가락질이 예전보다 서툴러져 음식을 자주 흘린다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_04', text: '바늘에 실을 꿰거나 작은 물건을 집는 것이 어렵다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_05', text: '글씨체가 삐뚤빼뚤해지거나 크기가 작아졌다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_06', text: '길을 걷다가 문턱이나 계단의 높낮이를 잘못 봐서 걸려 넘어진다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_07', text: '오늘이 몇 월, 무슨 요일인지 헷갈릴 때가 있다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_08', text: '익숙한 동네나 건물 안에서도 길을 잃은 적이 있다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_09', text: '거울에 비친 내 모습이나 가족의 얼굴이 낯설어 보일 때가 있다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_10', text: '물건을 잡으려다 거리 조절을 못해 헛손질을 한다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_11', text: '비슷하게 생긴 두 물건의 차이점을 찾기가 어렵다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_12', text: '옷을 입을 때 안팎이나 앞뒤를 바꿔 입는 실수를 한다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_13', text: '운전 중 표지판이나 신호등의 의미가 순간적으로 헷갈린다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_14', text: '지도를 보고 목적지를 찾는 것이 예전보다 훨씬 어렵다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_15', text: '방향 감각(동서남북, 좌우)이 둔해졌다고 느낀다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_16', text: '글자를 읽을 때 줄을 건너뛰거나 순서를 놓친다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_17', text: '밤과 낮이 헷갈려 엉뚱한 시간에 일어난 적이 있다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_18', text: '물건의 위, 아래, 옆 등의 위치 관계를 설명하기 어렵다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_19', text: '익숙한 사람의 얼굴을 보고도 누구인지 바로 못 알아본 적이 있다.', area: CognitiveArea.perception),
+ AssessmentQuestion(id: 'p_20', text: '그림을 그리거나 도형을 따라 그리는 것이 잘 안 된다.', area: CognitiveArea.perception),
+
+ // =========================================================
+ // 3. 계산력 & 판단력 (Calculation) - 20문항
+ // =========================================================
+ AssessmentQuestion(id: 'c_01', text: '간단한 암산(예: 100 - 7)이 즉시 되지 않는다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_02', text: '마트에서 물건값을 계산하거나 거스름돈을 확인할 때 실수한다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_03', text: '은행 업무(송금, 입출금)를 혼자 처리하기가 부담스럽다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_04', text: '공과금이나 세금 납부 기한을 맞추거나 계산하기 어렵다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_05', text: '가계부 정리나 용돈 관리 등 금전 관리에 실수가 잦아졌다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_06', text: '두 물건의 가격과 양을 비교해 싼 것을 고르기가 어렵다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_07', text: '복잡한 문제나 상황이 닥치면 어떻게 해결할지 판단이 안 선다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_08', text: '요리할 때 양념의 양을 조절하거나 조리 순서를 맞추기 힘들다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_09', text: '남의 말(보이스피싱 등)에 쉽게 속거나 의심 없이 믿게 된다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_10', text: '계획을 세워 일을 처리하는 순서를 정하기가 어렵다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_11', text: '갑작스러운 위기 상황(정전, 고장 등)에 대처하지 못하고 당황한다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_12', text: '물건을 살 때 필요한 것과 불필요한 것을 구별하기 어렵다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_13', text: '이전보다 충동적으로 물건을 사거나 돈을 쓰는 경향이 있다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_14', text: '대화의 숨은 뜻이나 농담을 이해하지 못하고 곧이곧대로 듣는다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_15', text: 'TV 드라마나 영화의 줄거리 흐름을 논리적으로 이해하기 힘들다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_16', text: '식당에서 메뉴를 고르고 주문하는 결정이 예전보다 오래 걸린다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_17', text: '날씨에 맞지 않게 옷을 입거나 상황에 맞지 않는 행동을 한다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_18', text: '사회적 규칙이나 예절을 지키는 것에 대한 판단이 흐려졌다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_19', text: '복잡한 기계(세탁기, 키오스크) 조작 방법을 이해하기 어렵다.', area: CognitiveArea.calculation),
+ AssessmentQuestion(id: 'c_20', text: '숫자 자체를 읽거나 쓰는 것이 헷갈릴 때가 있다.', area: CognitiveArea.calculation),
+
+ // =========================================================
+ // 4. 주의력 & 집행기능 (Attention) - 20문항
+ // =========================================================
+ AssessmentQuestion(id: 'a_01', text: '대화 중 상대방의 말에 집중하지 못하고 딴생각을 한다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_02', text: '두 가지 일(예: TV 보며 대화하기)을 동시에 하기가 매우 힘들다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_03', text: '책이나 신문을 읽을 때 집중이 안 되어 같은 줄을 반복해 읽는다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_04', text: '주변이 시끄러우면 하던 일에 전혀 집중할 수 없다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_05', text: '한 가지 일을 끝까지 마치지 못하고 중간에 그만두는 경우가 많다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_06', text: '방 정리 정돈을 하지 못해 집안이 예전보다 어지럽다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_07', text: '외출 준비를 하거나 씻는 과정이 귀찮아지고 대충 하게 된다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_08', text: '성격이 급해지거나 참을성이 없어 화를 잘 낸다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_09', text: '매사에 의욕이 없고 만사가 귀찮게 느껴진다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_10', text: '갈수록 말수가 줄어들고 사람들을 만나기 싫어한다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_11', text: '늘 하던 일상적인 일(청소, 빨래)의 순서가 헷갈린다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_12', text: '복잡한 그림이나 자극을 보면 머리가 멍해진다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_13', text: '상대방의 말이 끝나기도 전에 끼어들거나 엉뚱한 대답을 한다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_14', text: '편지나 간단한 메모를 쓰려고 해도 문장을 잇기가 어렵다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_15', text: '새로운 환경이나 변화에 적응하는 것이 매우 스트레스다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_16', text: '냄비가 끓어넘치거나 물이 넘치는 것을 보고도 멍하니 있는다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_17', text: '개인 위생(목욕, 양치질)에 소홀해져도 신경 쓰지 않는다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_18', text: '다른 사람의 감정을 파악하거나 공감하는 능력이 떨어진 것 같다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_19', text: '하루 종일 멍하니 앉아 있거나 잠만 자는 시간이 늘었다.', area: CognitiveArea.attention),
+ AssessmentQuestion(id: 'a_20', text: '물건을 분류하거나 정리하는 작업이 혼란스럽다.', area: CognitiveArea.attention),
+
+ // =========================================================
+ // 5. 언어 능력 (Language) - 20문항 (신규)
+ // =========================================================
+ AssessmentQuestion(id: 'l_01', text: '말을 할 때 적절한 단어가 떠오르지 않아 머뭇거린다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_02', text: '물건의 이름이 금방 생각나지 않아 "그거"라고 자주 말한다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_03', text: '책이나 신문을 읽어도 무슨 내용인지 이해가 잘 안 된다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_04', text: '상대방의 말을 이해하지 못해 엉뚱한 대답을 할 때가 있다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_05', text: '발음이 어눌해지거나 목소리가 작아졌다는 소리를 듣는다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_06', text: '글을 쓸 때 맞춤법이 자주 틀리거나 문장 구성이 어렵다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_07', text: '알고 있던 단어의 뜻이 갑자기 헷갈릴 때가 있다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_08', text: '긴 문장을 말하거나 이해하는 것이 벅차게 느껴진다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_09', text: '대화 도중 주제를 자꾸 놓치거나 횡설수설한다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_10', text: '익숙한 속담이나 관용구의 의미를 이해하지 못한다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_11', text: '책을 소리 내어 읽을 때 자주 더듬거리거나 틀리게 읽는다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_12', text: '다른 사람의 이름이나 지명을 부를 때 자꾸 다른 이름을 말한다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_13', text: '자신의 생각이나 감정을 말로 표현하기가 매우 힘들다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_14', text: 'TV 자막을 읽는 속도가 느려 내용을 따라가지 못한다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_15', text: '전화 통화 시 상대방의 말을 잘 알아듣지 못해 되묻는다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_16', text: '메모를 하려고 해도 글씨를 어떻게 쓰는지 순간 잊어버린다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_17', text: '비슷한 발음의 단어를 혼동하여 잘못 말하는 경우가 있다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_18', text: '말수가 급격히 줄어들고 대화를 피하게 된다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_19', text: '남의 말을 끝까지 듣지 않고 중간에 끊거나 화를 낸다.', area: CognitiveArea.language),
+ AssessmentQuestion(id: 'l_20', text: '과거에 즐겨 읽던 책이나 잡지에 흥미를 잃었다.', area: CognitiveArea.language),
+];
+
+
+class AssessmentRecord {
+ final String id;
+ final DateTime date;
+ final Map scores; // 영역별 획득 점수
+
+ AssessmentRecord({
+ required this.id,
+ required this.date,
+ required this.scores,
+ });
+
+ // JSON 직렬화 (Enum인 Key를 String으로 변환)
+ Map toJson() {
+ return {
+ 'id': id,
+ 'date': date.toIso8601String(),
+ // CognitiveArea Enum을 index(숫자 문자열) 또는 name으로 변환하여 저장
+ 'scores': scores.map((key, value) => MapEntry(key.index.toString(), value)),
+ };
+ }
+
+ // JSON 역직렬화
+ factory AssessmentRecord.fromJson(Map json) {
+ // scores 맵 복원
+ final scoresMap = (json['scores'] as Map).map(
+ (key, value) => MapEntry(
+ CognitiveArea.values[int.parse(key)], // index 문자열을 다시 Enum으로
+ value as int
+ ),
+ );
+
+ return AssessmentRecord(
+ id: json['id'],
+ date: DateTime.parse(json['date']),
+ scores: scoresMap,
+ );
+ }
+}
diff --git a/packages/service_api/lib/models/cognitive_type.dart b/packages/service_api/lib/models/cognitive_type.dart
new file mode 100644
index 0000000..91c8ce7
--- /dev/null
+++ b/packages/service_api/lib/models/cognitive_type.dart
@@ -0,0 +1,34 @@
+// packages/service_api/lib/models/cognitive_type.dart
+
+enum CognitiveArea {
+ memory, // 기억력
+ calculation, // 계산/논리력
+ attention, // 주의집중력
+ perception, // 시지각/공간지각력
+ language, // 🔽 [신규] 언어/구성 능력 (말하기, 그리기 등)
+}
+
+enum CognitiveRiskLevel {
+ safe, // 안전 (0 ~ 25%)
+ mild, // 경도 주의 (26 ~ 50%)
+ warning, // 위험 (51 ~ 75%)
+ danger, // 고위험 (76% ~ 100%) - 전문의 상담 권장
+}
+
+
+enum BrainGameType {
+ sequence(CognitiveArea.memory, '순서 기억'),
+ cardFlip(CognitiveArea.memory, '카드 뒤집기'),
+ mathQuiz(CognitiveArea.calculation, '암산 퀴즈'),
+ sudoku(CognitiveArea.calculation, '스도쿠'),
+ colorMatch(CognitiveArea.attention, '색상 매칭'),
+ schulte(CognitiveArea.attention, '숫자 순서 찾기'),
+ findDiff(CognitiveArea.perception, '다른 그림 찾기'),
+ tracing(CognitiveArea.perception, '따라 그리기'),
+ readAloud(CognitiveArea.language, '소리내어 읽기'),
+ dictation(CognitiveArea.language, '듣고 받아쓰기');
+ final CognitiveArea area;
+ final String label;
+ const BrainGameType(this.area, this.label);
+}
+
diff --git a/packages/service_api/lib/service_api.dart b/packages/service_api/lib/service_api.dart
index 30ee713..2a6d5cc 100644
--- a/packages/service_api/lib/service_api.dart
+++ b/packages/service_api/lib/service_api.dart
@@ -7,11 +7,13 @@ export 'models/sudoku_game_dto.dart';
export 'models/sudoku_theme.dart';
export 'models/unified_rank_dto.dart';
export 'models/validate_result_dto.dart';
-
+export 'models/cognitive_type.dart';
+export 'models/assessment_data.dart';
// Services
export 'services/identity_service.dart';
export 'services/puzzle_service.dart';
export 'services/theme_notifier.dart';
export 'services/session_notifier.dart'; // 👈 [추가]
-export 'services/lobby_helper_service.dart'; // 👈 [추가]
\ No newline at end of file
+export 'services/lobby_helper_service.dart'; // 👈 [추가]
+export 'services/brain_training_service.dart'; // 👈 [추가]
diff --git a/packages/service_api/lib/services/brain_training_service.dart b/packages/service_api/lib/services/brain_training_service.dart
new file mode 100644
index 0000000..199858c
--- /dev/null
+++ b/packages/service_api/lib/services/brain_training_service.dart
@@ -0,0 +1,83 @@
+import 'dart:math';
+import '../models/cognitive_type.dart';
+import '../models/assessment_data.dart';
+
+class BrainTrainingService {
+ final Random _random = Random();
+
+ /// 사용자 취약점을 분석하여 맞춤형 게임 3개를 추천합니다.
+ List recommendGames(Map? scores) {
+ if (scores == null || scores.isEmpty) {
+ // 기록이 없으면 골고루 추천 (기억, 계산, 주의)
+ return [
+ BrainGameType.sequence,
+ BrainGameType.mathQuiz,
+ BrainGameType.schulte,
+ ];
+ }
+
+ // 1. 점수 기반 취약점 분석 (점수가 높을수록 위험/취약)
+ Map riskRatios = {};
+ Map totalCountByArea = {};
+
+ for (var q in rawAssessmentQuestions) {
+ totalCountByArea[q.area] = (totalCountByArea[q.area] ?? 0) + 1;
+ }
+
+ scores.forEach((area, score) {
+ int total = totalCountByArea[area] ?? 1;
+ riskRatios[area] = score / total;
+ });
+
+ var sortedRisks = riskRatios.entries.toList()
+ ..sort((a, b) => b.value.compareTo(a.value));
+
+ CognitiveArea primaryWeakness = sortedRisks[0].key;
+ CognitiveArea secondaryWeakness = sortedRisks.length > 1 ? sortedRisks[1].key : primaryWeakness;
+
+ List recommendation = [];
+
+ // 2. 추천 리스트 생성
+ // (1) 가장 취약한 영역의 게임
+ recommendation.add(_getGameForArea(primaryWeakness));
+
+ // (2) 두 번째 취약한 영역의 게임 (중복 방지)
+ BrainGameType secondGame = _getGameForArea(secondaryWeakness);
+ if (!recommendation.contains(secondGame)) {
+ recommendation.add(secondGame);
+ } else {
+ recommendation.add(_getRandomGameExcluding(recommendation));
+ }
+
+ // (3) 랜덤 게임 (밸런스)
+ recommendation.add(_getRandomGameExcluding(recommendation));
+
+ return recommendation;
+ }
+
+ /// 영역별 게임 랜덤 선택 (2개 중 1개)
+ BrainGameType _getGameForArea(CognitiveArea area) {
+ switch (area) {
+ case CognitiveArea.memory:
+ return _random.nextBool() ? BrainGameType.sequence : BrainGameType.cardFlip;
+
+ case CognitiveArea.calculation:
+ return _random.nextBool() ? BrainGameType.mathQuiz : BrainGameType.sudoku;
+
+ case CognitiveArea.attention:
+ return _random.nextBool() ? BrainGameType.colorMatch : BrainGameType.schulte; // 슐테(숫자찾기)
+
+ case CognitiveArea.perception:
+ return _random.nextBool() ? BrainGameType.findDiff : BrainGameType.tracing; // 따라그리기
+
+ case CognitiveArea.language:
+ return _random.nextBool() ? BrainGameType.readAloud : BrainGameType.dictation; // 읽기/쓰기
+ }
+ }
+
+ BrainGameType _getRandomGameExcluding(List exclude) {
+ var candidates = BrainGameType.values.where((g) => !exclude.contains(g)).toList();
+ if (candidates.isEmpty) return BrainGameType.sudoku;
+ return candidates[_random.nextInt(candidates.length)];
+ }
+}
\ No newline at end of file
diff --git a/packages/service_api/lib/services/identity_service.dart b/packages/service_api/lib/services/identity_service.dart
index c4d9db1..4b6dafe 100644
--- a/packages/service_api/lib/services/identity_service.dart
+++ b/packages/service_api/lib/services/identity_service.dart
@@ -1,163 +1,246 @@
-// packages/service_api/lib/services/identity_service.dart
-
import 'dart:convert';
import 'package:flutter_secure_storage/flutter_secure_storage.dart';
import 'package:uuid/uuid.dart';
+import '../models/cognitive_type.dart';
+import '../models/assessment_data.dart';
+// -----------------------------------------------------------------------------
+// [Fix] UserSession 정의 및 isGuest 추가
+// -----------------------------------------------------------------------------
class UserSession {
final String userId;
final String? userName;
- final String loginProvider;
final String? email;
+ final String? photoUrl;
+ final String? provider; // 'google', 'apple', 'guest'
UserSession({
required this.userId,
this.userName,
- this.loginProvider = "guest",
this.email,
+ this.photoUrl,
+ this.provider,
});
- bool get isGuest => loginProvider == "guest";
+ // [Fix] 에러 해결: isGuest 게터 추가
+ bool get isGuest => provider == 'guest' || provider == null;
+
+ Map toJson() => {
+ 'userId': userId,
+ 'userName': userName,
+ 'email': email,
+ 'photoUrl': photoUrl,
+ 'provider': provider,
+ };
+
+ factory UserSession.fromJson(Map json) => UserSession(
+ userId: json['userId'],
+ userName: json['userName'],
+ email: json['email'],
+ photoUrl: json['photoUrl'],
+ provider: json['provider'],
+ );
}
+// -----------------------------------------------------------------------------
+// IdentityService 구현
+// -----------------------------------------------------------------------------
class IdentityService {
static const String _userIdKey = 'app_user_id';
- static const String _userNameKey = 'app_user_name';
- static const String _loginProviderKey = 'app_login_provider';
- static const String _userEmailKey = 'app_user_email';
-
- // 기존 게임 키들
- static const String _sudokuMaxLevelKey = 'max_unlocked_level';
- static const String _sudokuRankMapKey = 'last_checked_rank_map';
- static const String _spiderMaxLevelKey = 'max_unlocked_spider_level';
- static const String _spiderRankMapKey = 'last_checked_spider_rank_map';
- static const String _mathQuizMaxLevelKey = 'max_unlocked_mathquiz_level';
- static const String _mathQuizRankMapKey = 'last_checked_mathquiz_rank_map';
- static const String _colorMatchMaxLevelKey = 'max_unlocked_colormatch_level';
- static const String _colorMatchRankMapKey = 'last_checked_colormatch_rank_map';
- static const String _sequenceMaxLevelKey = 'max_unlocked_sequence_level';
- static const String _sequenceRankMapKey = 'last_checked_sequence_rank_map';
- static const String _cardFlipMaxLevelKey = 'max_unlocked_cardflip_level';
- static const String _cardFlipRankMapKey = 'last_checked_cardflip_rank_map';
-
- // 🔽 [🔥 신규] 다른 그림 찾기 키 추가
- static const String _findDiffMaxLevelKey = 'max_unlocked_finddiff_level';
- static const String _findDiffRankMapKey = 'last_checked_finddiff_rank_map';
+ static const String _userSessionKey = 'app_user_session';
+ static const String _userNameKey = 'app_user_name'; // 추가
+ static const String _assessmentHistoryKey = 'cognitive_assessment_history';
final _storage = const FlutterSecureStorage();
+ final _uuid = const Uuid();
- IOSOptions _getIOSOptions() => const IOSOptions();
+ IOSOptions _getIOSOptions() => const IOSOptions(accessibility: KeychainAccessibility.first_unlock);
AndroidOptions _getAndroidOptions() => const AndroidOptions(encryptedSharedPreferences: true);
- Future getUserSession() async {
- final userId = await getOrCreateUserId();
- final userName = await getSavedUserName();
- final loginProvider = await _storage.read(key: _loginProviderKey, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions()) ?? "guest";
- final email = await _storage.read(key: _userEmailKey, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
- return UserSession(userId: userId, userName: userName, loginProvider: loginProvider, email: email);
- }
+ // ===========================================================================
+ // 1. 유저 세션 관리 (호환성 복구)
+ // ===========================================================================
- Future getOrCreateUserId() async {
+ Future getOrCreateUser() async {
String? userId = await _storage.read(key: _userIdKey, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
if (userId == null) {
- userId = const Uuid().v4();
+ userId = _uuid.v4();
await _storage.write(key: _userIdKey, value: userId, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
}
return userId;
}
- Future getSavedUserName() async {
+ /// [Fix] SessionNotifier 에러 해결
+ Future getUserSession() async {
+ String? jsonStr = await _storage.read(key: _userSessionKey, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
+ if (jsonStr == null) return null;
+ try {
+ return UserSession.fromJson(jsonDecode(jsonStr));
+ } catch (e) {
+ return null;
+ }
+ }
+
+ /// [Fix] SessionNotifier 에러 해결
+ Future saveSocialLogin({
+ required String userId,
+ String? email,
+ String? name,
+ String? photoUrl,
+ required String provider,
+ }) async {
+ final session = UserSession(
+ userId: userId,
+ email: email,
+ userName: name,
+ photoUrl: photoUrl,
+ provider: provider,
+ );
+ await _storage.write(
+ key: _userSessionKey,
+ value: jsonEncode(session.toJson()),
+ iOptions: _getIOSOptions(),
+ aOptions: _getAndroidOptions()
+ );
+ await _storage.write(key: _userIdKey, value: userId, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
+
+ return session;
+ }
+
+ /// [Fix] SessionNotifier 에러 해결
+ Future logout() async {
+ await _storage.delete(key: _userSessionKey, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
+ }
+
+ /// [Fix] GameCompletionScreen 에러 해결
+ Future saveUserName(String name) async {
+ await _storage.write(key: _userNameKey, value: name, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
+
+ // 세션이 있다면 세션 이름도 업데이트
+ final currentSession = await getUserSession();
+ if (currentSession != null) {
+ final newSession = UserSession(
+ userId: currentSession.userId,
+ userName: name,
+ email: currentSession.email,
+ photoUrl: currentSession.photoUrl,
+ provider: currentSession.provider,
+ );
+ await _storage.write(
+ key: _userSessionKey,
+ value: jsonEncode(newSession.toJson()),
+ iOptions: _getIOSOptions(),
+ aOptions: _getAndroidOptions()
+ );
+ }
+ }
+
+ Future getUserName() async {
return await _storage.read(key: _userNameKey, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
}
- Future saveUserName(String name) async {
- await _storage.write(key: _userNameKey, value: name, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
+ // ===========================================================================
+ // 2. 진단 기록 (Assessment)
+ // ===========================================================================
+
+ Future saveAssessmentResult(Map scores) async {
+ final record = AssessmentRecord(
+ id: _uuid.v4(),
+ date: DateTime.now(),
+ scores: scores,
+ );
+ final history = await getAssessmentHistory();
+ history.add(record);
+
+ final jsonString = jsonEncode(history.map((e) => e.toJson()).toList());
+ await _storage.write(key: _assessmentHistoryKey, value: jsonString, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
}
- Future saveSocialLogin({required String newUserId, required String newUserName, required String newEmail, required String provider}) async {
- await _storage.write(key: _userIdKey, value: newUserId, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
- await _storage.write(key: _userNameKey, value: newUserName, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
- await _storage.write(key: _userEmailKey, value: newEmail, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
- await _storage.write(key: _loginProviderKey, value: provider, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
- return UserSession(userId: newUserId, userName: newUserName, loginProvider: provider, email: newEmail);
- }
-
- Future logout() async {
- await _storage.delete(key: _userNameKey, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
- await _storage.delete(key: _userEmailKey, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
- await _storage.delete(key: _loginProviderKey, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
- return await getUserSession();
- }
-
- // 7. [수정] 최대 레벨 가져오기
- Future getMaxUnlockedLevel({String gameType = 'SUDOKU'}) async {
- String key;
- switch (gameType) {
- case 'SPIDER': key = _spiderMaxLevelKey; break;
- case 'MATH_QUIZ': key = _mathQuizMaxLevelKey; break;
- case 'COLOR_MATCH': key = _colorMatchMaxLevelKey; break;
- case 'SEQUENCE': key = _sequenceMaxLevelKey; break;
- case 'CARD_FLIP': key = _cardFlipMaxLevelKey; break;
- case 'FIND_DIFF': key = _findDiffMaxLevelKey; break; // 👈 추가
- default: key = _sudokuMaxLevelKey;
+ Future> getAssessmentHistory() async {
+ final jsonString = await _storage.read(key: _assessmentHistoryKey, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
+ if (jsonString == null) return [];
+ try {
+ final List jsonList = jsonDecode(jsonString);
+ return jsonList.map((e) => AssessmentRecord.fromJson(e)).toList();
+ } catch (e) {
+ return [];
}
+ }
+
+ /// [Fix] SettingsScreen 에러 해결
+ Future clearAssessmentHistory() async {
+ await _storage.delete(key: _assessmentHistoryKey, iOptions: _getIOSOptions(), aOptions: _getAndroidOptions());
+ }
+
+ Future