Generated: 3/1/2026, 7:22:17 PM
Root Path: e:\S4\WORKING\neurosocks-ai\smart_socks
├── 📁 android
│ ├── 📁 .gradle
│ │ ├── 📁 8.12
│ │ │ ├── 📁 checksums
│ │ │ │ └── 📄 checksums.lock
│ │ │ ├── 📁 executionHistory
│ │ │ │ ├── ⚙️ executionHistory.bin
│ │ │ │ └── 📄 executionHistory.lock
│ │ │ ├── 📁 expanded
│ │ │ ├── 📁 fileChanges
│ │ │ │ └── ⚙️ last-build.bin
│ │ │ ├── 📁 fileHashes
│ │ │ │ ├── ⚙️ fileHashes.bin
│ │ │ │ ├── 📄 fileHashes.lock
│ │ │ │ └── ⚙️ resourceHashesCache.bin
│ │ │ ├── 📁 vcsMetadata
│ │ │ └── 📄 gc.properties
│ │ ├── 📁 buildOutputCleanup
│ │ │ ├── 📄 buildOutputCleanup.lock
│ │ │ ├── 📄 cache.properties
│ │ │ └── ⚙️ outputFiles.bin
│ │ ├── 📁 kotlin
│ │ │ └── 📁 errors
│ │ ├── 📁 nb-cache
│ │ │ ├── 📁 android-2112161106
│ │ │ │ └── 📄 project-info.ser
│ │ │ ├── 📁 app-1317623959
│ │ │ │ └── 📄 project-info.ser
│ │ │ ├── 📁 trust
│ │ │ │ └── 📄 79FA2B79AC2F9EEAB41360DFC869CDC6926CCC229B578197298AA442FAAA36BB
│ │ │ └── 📄 subprojects.ser
│ │ ├── 📁 noVersion
│ │ │ └── 📄 buildLogic.lock
│ │ ├── 📁 vcs-1
│ │ │ └── 📄 gc.properties
│ │ └── 📄 file-system.probe
│ ├── 📁 .kotlin
│ │ ├── 📁 errors
│ │ └── 📁 sessions
│ ├── 📁 app
│ │ ├── 📁 src
│ │ │ ├── 📁 debug
│ │ │ │ └── ⚙️ AndroidManifest.xml
│ │ │ ├── 📁 main
│ │ │ │ ├── 📁 java
│ │ │ │ │ └── 📁 io
│ │ │ │ │ └── 📁 flutter
│ │ │ │ │ └── 📁 plugins
│ │ │ │ │ └── ☕ GeneratedPluginRegistrant.java
│ │ │ │ ├── 📁 kotlin
│ │ │ │ │ └── 📁 com
│ │ │ │ │ └── 📁 example
│ │ │ │ │ └── 📁 smart_socks
│ │ │ │ │ └── ☕ MainActivity.kt
│ │ │ │ ├── 📁 res
│ │ │ │ │ ├── 📁 drawable
│ │ │ │ │ │ └── ⚙️ launch_background.xml
│ │ │ │ │ ├── 📁 drawable-v21
│ │ │ │ │ │ └── ⚙️ launch_background.xml
│ │ │ │ │ ├── 📁 mipmap-hdpi
│ │ │ │ │ │ └── 🖼️ ic_launcher.png
│ │ │ │ │ ├── 📁 mipmap-mdpi
│ │ │ │ │ │ └── 🖼️ ic_launcher.png
│ │ │ │ │ ├── 📁 mipmap-xhdpi
│ │ │ │ │ │ └── 🖼️ ic_launcher.png
│ │ │ │ │ ├── 📁 mipmap-xxhdpi
│ │ │ │ │ │ └── 🖼️ ic_launcher.png
│ │ │ │ │ ├── 📁 mipmap-xxxhdpi
│ │ │ │ │ │ └── 🖼️ ic_launcher.png
│ │ │ │ │ ├── 📁 values
│ │ │ │ │ │ └── ⚙️ styles.xml
│ │ │ │ │ └── 📁 values-night
│ │ │ │ │ └── ⚙️ styles.xml
│ │ │ │ └── ⚙️ AndroidManifest.xml
│ │ │ └── 📁 profile
│ │ │ └── ⚙️ AndroidManifest.xml
│ │ ├── 📄 build.gradle.kts
│ │ └── ⚙️ google-services.json
│ ├── 📁 gradle
│ │ └── 📁 wrapper
│ │ ├── 📄 gradle-wrapper.jar
│ │ └── 📄 gradle-wrapper.properties
│ ├── ⚙️ .gitignore
│ ├── 📄 build.gradle.kts
│ ├── 📄 gradle.properties
│ ├── 📄 gradlew
│ ├── 📄 gradlew.bat
│ ├── 📄 local.properties
│ └── 📄 settings.gradle.kts
├── 📁 ios
│ ├── 📁 Flutter
│ │ ├── 📄 AppFrameworkInfo.plist
│ │ ├── 📄 Debug.xcconfig
│ │ └── 📄 Release.xcconfig
│ ├── 📁 Runner
│ │ ├── 📁 Assets.xcassets
│ │ │ ├── 📁 AppIcon.appiconset
│ │ │ │ ├── ⚙️ Contents.json
│ │ │ │ ├── 🖼️ Icon-App-1024x1024@1x.png
│ │ │ │ ├── 🖼️ Icon-App-20x20@1x.png
│ │ │ │ ├── 🖼️ Icon-App-20x20@2x.png
│ │ │ │ ├── 🖼️ Icon-App-20x20@3x.png
│ │ │ │ ├── 🖼️ Icon-App-29x29@1x.png
│ │ │ │ ├── 🖼️ Icon-App-29x29@2x.png
│ │ │ │ ├── 🖼️ Icon-App-29x29@3x.png
│ │ │ │ ├── 🖼️ Icon-App-40x40@1x.png
│ │ │ │ ├── 🖼️ Icon-App-40x40@2x.png
│ │ │ │ ├── 🖼️ Icon-App-40x40@3x.png
│ │ │ │ ├── 🖼️ Icon-App-60x60@2x.png
│ │ │ │ ├── 🖼️ Icon-App-60x60@3x.png
│ │ │ │ ├── 🖼️ Icon-App-76x76@1x.png
│ │ │ │ ├── 🖼️ Icon-App-76x76@2x.png
│ │ │ │ └── 🖼️ Icon-App-83.5x83.5@2x.png
│ │ │ └── 📁 LaunchImage.imageset
│ │ │ ├── ⚙️ Contents.json
│ │ │ ├── 🖼️ LaunchImage.png
│ │ │ ├── 🖼️ LaunchImage@2x.png
│ │ │ ├── 🖼️ LaunchImage@3x.png
│ │ │ └── 📝 README.md
│ │ ├── 📁 Base.lproj
│ │ │ ├── 📄 LaunchScreen.storyboard
│ │ │ └── 📄 Main.storyboard
│ │ ├── 🍎 AppDelegate.swift
│ │ ├── ⚡ GeneratedPluginRegistrant.h
│ │ ├── 📄 GeneratedPluginRegistrant.m
│ │ ├── 📄 Info.plist
│ │ └── ⚡ Runner-Bridging-Header.h
│ ├── 📁 Runner.xcodeproj
│ │ ├── 📁 project.xcworkspace
│ │ │ ├── 📁 xcshareddata
│ │ │ │ ├── 📄 IDEWorkspaceChecks.plist
│ │ │ │ └── 📄 WorkspaceSettings.xcsettings
│ │ │ └── 📄 contents.xcworkspacedata
│ │ ├── 📁 xcshareddata
│ │ │ └── 📁 xcschemes
│ │ │ └── 📄 Runner.xcscheme
│ │ └── 📄 project.pbxproj
│ ├── 📁 Runner.xcworkspace
│ │ ├── 📁 xcshareddata
│ │ │ ├── 📄 IDEWorkspaceChecks.plist
│ │ │ └── 📄 WorkspaceSettings.xcsettings
│ │ └── 📄 contents.xcworkspacedata
│ ├── 📁 RunnerTests
│ │ └── 🍎 RunnerTests.swift
│ └── ⚙️ .gitignore
├── 📁 lib
│ ├── 📁 core
│ │ ├── 📁 constants
│ │ │ ├── 📄 app_colors.dart
│ │ │ ├── 📄 app_strings.dart
│ │ │ └── 📄 sensor_constants.dart
│ │ └── 📁 theme
│ │ └── 📄 app_theme.dart
│ ├── 📁 data
│ │ ├── 📁 models
│ │ │ ├── 📄 alert.dart
│ │ │ ├── 📄 foot_data.dart
│ │ │ ├── 📄 risk_score.dart
│ │ │ ├── 📄 sensor_reading.dart
│ │ │ └── 📄 user_profile.dart
│ │ └── 📁 services
│ │ ├── 📁 firebase
│ │ │ ├── 📄 firebase_analytics_service.dart
│ │ │ ├── 📄 firebase_auth_service.dart
│ │ │ ├── 📄 firebase_firestore_service.dart
│ │ │ ├── 📄 firebase_messaging_service.dart
│ │ │ ├── 📄 firebase_storage_service.dart
│ │ │ └── 📄 firebase_sync_service.dart
│ │ ├── 📄 alert_service.dart
│ │ ├── 📄 classic_bluetooth_service.dart
│ │ ├── 📄 device_connection_service.dart
│ │ ├── 📄 foot_ulcer_prediction_service.dart
│ │ ├── 📄 real_ble_service.dart
│ │ ├── 📄 risk_calculator.dart
│ │ └── 📄 storage_service.dart
│ ├── 📁 providers
│ │ ├── 📁 firebase
│ │ │ ├── 📄 firebase_auth_provider.dart
│ │ │ ├── 📄 firebase_notifications_provider.dart
│ │ │ └── 📄 firebase_sync_provider.dart
│ │ ├── 📄 risk_provider.dart
│ │ ├── 📄 sensor_provider.dart
│ │ └── 📄 user_provider.dart
│ ├── 📁 ui
│ │ ├── 📁 examples
│ │ │ └── 📄 dashboard_example.dart
│ │ ├── 📁 screens
│ │ │ ├── 📁 auth
│ │ │ │ ├── 📄 landing_screen.dart
│ │ │ │ ├── 📄 sign_in_screen.dart
│ │ │ │ └── 📄 sign_up_screen.dart
│ │ │ └── 📁 home
│ │ │ ├── 📄 alerts_screen.dart
│ │ │ ├── 📄 classic_bt_scan_screen.dart
│ │ │ ├── 📄 dashboard_screen.dart
│ │ │ ├── 📄 device_scan_screen.dart
│ │ │ ├── 📄 sensors_screen.dart
│ │ │ └── 📄 settings_screen.dart
│ │ └── 📁 widgets
│ │ ├── 📄 alert_tile.dart
│ │ ├── 📄 connection_status.dart
│ │ ├── 📄 foot_heatmap.dart
│ │ ├── 📄 loading_shimmer.dart
│ │ ├── 📄 mini_chart.dart
│ │ ├── 📄 risk_gauge.dart
│ │ ├── 📄 sensor_card.dart
│ │ └── 📄 stat_card.dart
│ ├── 📄 app.dart
│ ├── 📄 firebase_options.dart
│ └── 📄 main.dart
├── 📁 linux
│ ├── 📁 flutter
│ │ ├── 📄 CMakeLists.txt
│ │ ├── ⚡ generated_plugin_registrant.cc
│ │ ├── ⚡ generated_plugin_registrant.h
│ │ └── 📄 generated_plugins.cmake
│ ├── 📁 runner
│ │ ├── 📄 CMakeLists.txt
│ │ ├── ⚡ main.cc
│ │ ├── ⚡ my_application.cc
│ │ └── ⚡ my_application.h
│ ├── ⚙️ .gitignore
│ └── 📄 CMakeLists.txt
├── 📁 macos
│ ├── 📁 Flutter
│ │ ├── 📄 Flutter-Debug.xcconfig
│ │ ├── 📄 Flutter-Release.xcconfig
│ │ └── 🍎 GeneratedPluginRegistrant.swift
│ ├── 📁 Runner
│ │ ├── 📁 Assets.xcassets
│ │ │ └── 📁 AppIcon.appiconset
│ │ │ ├── ⚙️ Contents.json
│ │ │ ├── 🖼️ app_icon_1024.png
│ │ │ ├── 🖼️ app_icon_128.png
│ │ │ ├── 🖼️ app_icon_16.png
│ │ │ ├── 🖼️ app_icon_256.png
│ │ │ ├── 🖼️ app_icon_32.png
│ │ │ ├── 🖼️ app_icon_512.png
│ │ │ └── 🖼️ app_icon_64.png
│ │ ├── 📁 Base.lproj
│ │ │ └── 📄 MainMenu.xib
│ │ ├── 📁 Configs
│ │ │ ├── 📄 AppInfo.xcconfig
│ │ │ ├── 📄 Debug.xcconfig
│ │ │ ├── 📄 Release.xcconfig
│ │ │ └── 📄 Warnings.xcconfig
│ │ ├── 🍎 AppDelegate.swift
│ │ ├── 📄 DebugProfile.entitlements
│ │ ├── 📄 Info.plist
│ │ ├── 🍎 MainFlutterWindow.swift
│ │ └── 📄 Release.entitlements
│ ├── 📁 Runner.xcodeproj
│ │ ├── 📁 project.xcworkspace
│ │ │ └── 📁 xcshareddata
│ │ │ └── 📄 IDEWorkspaceChecks.plist
│ │ ├── 📁 xcshareddata
│ │ │ └── 📁 xcschemes
│ │ │ └── 📄 Runner.xcscheme
│ │ └── 📄 project.pbxproj
│ ├── 📁 Runner.xcworkspace
│ │ ├── 📁 xcshareddata
│ │ │ └── 📄 IDEWorkspaceChecks.plist
│ │ └── 📄 contents.xcworkspacedata
│ ├── 📁 RunnerTests
│ │ └── 🍎 RunnerTests.swift
│ └── ⚙️ .gitignore
├── 📁 test
│ ├── 📄 ble_payload_test.dart
│ └── 📄 widget_test.dart
├── 📁 web
│ ├── 📁 icons
│ │ ├── 🖼️ Icon-192.png
│ │ ├── 🖼️ Icon-512.png
│ │ ├── 🖼️ Icon-maskable-192.png
│ │ └── 🖼️ Icon-maskable-512.png
│ ├── 🖼️ favicon.png
│ ├── 🌐 index.html
│ └── ⚙️ manifest.json
├── 📁 windows
│ ├── 📁 flutter
│ │ ├── 📄 CMakeLists.txt
│ │ ├── ⚡ generated_plugin_registrant.cc
│ │ ├── ⚡ generated_plugin_registrant.h
│ │ └── 📄 generated_plugins.cmake
│ ├── 📁 runner
│ │ ├── 📁 resources
│ │ │ └── 📄 app_icon.ico
│ │ ├── 📄 CMakeLists.txt
│ │ ├── 📄 Runner.rc
│ │ ├── ⚡ flutter_window.cpp
│ │ ├── ⚡ flutter_window.h
│ │ ├── ⚡ main.cpp
│ │ ├── ⚡ resource.h
│ │ ├── 📄 runner.exe.manifest
│ │ ├── ⚡ utils.cpp
│ │ ├── ⚡ utils.h
│ │ ├── ⚡ win32_window.cpp
│ │ └── ⚡ win32_window.h
│ ├── ⚙️ .gitignore
│ └── 📄 CMakeLists.txt
├── ⚙️ .gitignore
├── ⚙️ .metadata
├── 📝 ESP32_BLE_DATA_FORMAT.md
├── 📝 README.md
├── ⚙️ analysis_options.yaml
├── ⚙️ devtools_options.yaml
├── ⚙️ firebase.json
├── 📄 firestore.rules
├── 📄 pubspec.lock
└── ⚙️ pubspec.yaml
Generated by FileTree Pro Extension