├── .env.example ├── .fvmrc ├── .github └── workflows │ ├── Notify.yml │ └── android-release.yaml ├── .gitignore ├── .metadata ├── .vscode ├── launch.json └── settings.json ├── LICENSE.md ├── MegaProvider.cs3 ├── README.md ├── analysis_options.yaml ├── android ├── .gitignore ├── app │ ├── .cxx │ │ ├── Debug │ │ │ └── 2i1a662f │ │ │ │ ├── arm64-v8a │ │ │ │ ├── .cmake │ │ │ │ │ └── api │ │ │ │ │ │ └── v1 │ │ │ │ │ │ ├── query │ │ │ │ │ │ └── client-agp │ │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ │ └── reply │ │ │ │ │ │ ├── cache-v2-cad9ed9c9adb524301f0.json │ │ │ │ │ │ ├── cmakeFiles-v1-8b491daefd73ff2ea6d4.json │ │ │ │ │ │ ├── codemodel-v2-6d4aad96f561e1753ae0.json │ │ │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ │ │ └── index-2025-03-02T16-35-43-0188.json │ │ │ │ ├── CMakeCache.txt │ │ │ │ ├── CMakeFiles │ │ │ │ │ ├── 3.22.1-g37088a8-dirty │ │ │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ │ │ ├── CompilerIdC │ │ │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ │ │ └── CompilerIdCXX │ │ │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ │ │ ├── TargetDirectories.txt │ │ │ │ │ ├── cmake.check_cache │ │ │ │ │ └── rules.ninja │ │ │ │ ├── additional_project_files.txt │ │ │ │ ├── android_gradle_build.json │ │ │ │ ├── android_gradle_build_mini.json │ │ │ │ ├── build.ninja │ │ │ │ ├── build_file_index.txt │ │ │ │ ├── cmake_install.cmake │ │ │ │ ├── configure_fingerprint.bin │ │ │ │ ├── metadata_generation_command.txt │ │ │ │ ├── prefab_config.json │ │ │ │ └── symbol_folder_index.txt │ │ │ │ ├── armeabi-v7a │ │ │ │ ├── .cmake │ │ │ │ │ └── api │ │ │ │ │ │ └── v1 │ │ │ │ │ │ ├── query │ │ │ │ │ │ └── client-agp │ │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ │ └── reply │ │ │ │ │ │ ├── cache-v2-362d8a50760c66d6ffea.json │ │ │ │ │ │ ├── cmakeFiles-v1-b66ba9da1faaccf115a1.json │ │ │ │ │ │ ├── codemodel-v2-dd12722a3aafe500493e.json │ │ │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ │ │ └── index-2025-03-02T16-35-45-0472.json │ │ │ │ ├── CMakeCache.txt │ │ │ │ ├── CMakeFiles │ │ │ │ │ ├── 3.22.1-g37088a8-dirty │ │ │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ │ │ ├── CompilerIdC │ │ │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ │ │ └── CompilerIdCXX │ │ │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ │ │ ├── TargetDirectories.txt │ │ │ │ │ ├── cmake.check_cache │ │ │ │ │ └── rules.ninja │ │ │ │ ├── additional_project_files.txt │ │ │ │ ├── android_gradle_build.json │ │ │ │ ├── android_gradle_build_mini.json │ │ │ │ ├── build.ninja │ │ │ │ ├── build_file_index.txt │ │ │ │ ├── cmake_install.cmake │ │ │ │ ├── configure_fingerprint.bin │ │ │ │ ├── metadata_generation_command.txt │ │ │ │ ├── prefab_config.json │ │ │ │ └── symbol_folder_index.txt │ │ │ │ ├── hash_key.txt │ │ │ │ ├── x86 │ │ │ │ ├── .cmake │ │ │ │ │ └── api │ │ │ │ │ │ └── v1 │ │ │ │ │ │ ├── query │ │ │ │ │ │ └── client-agp │ │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ │ └── reply │ │ │ │ │ │ ├── cache-v2-57ada6939f2694a6f595.json │ │ │ │ │ │ ├── cmakeFiles-v1-8da4b7d6d62ad7bb3253.json │ │ │ │ │ │ ├── codemodel-v2-68a8ec958c1ca234be35.json │ │ │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ │ │ └── index-2025-03-02T16-35-47-0189.json │ │ │ │ ├── CMakeCache.txt │ │ │ │ ├── CMakeFiles │ │ │ │ │ ├── 3.22.1-g37088a8-dirty │ │ │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ │ │ ├── CompilerIdC │ │ │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ │ │ └── CompilerIdCXX │ │ │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ │ │ ├── TargetDirectories.txt │ │ │ │ │ ├── cmake.check_cache │ │ │ │ │ └── rules.ninja │ │ │ │ ├── additional_project_files.txt │ │ │ │ ├── android_gradle_build.json │ │ │ │ ├── android_gradle_build_mini.json │ │ │ │ ├── build.ninja │ │ │ │ ├── build_file_index.txt │ │ │ │ ├── cmake_install.cmake │ │ │ │ ├── configure_fingerprint.bin │ │ │ │ ├── metadata_generation_command.txt │ │ │ │ ├── prefab_config.json │ │ │ │ └── symbol_folder_index.txt │ │ │ │ └── x86_64 │ │ │ │ ├── .cmake │ │ │ │ └── api │ │ │ │ │ └── v1 │ │ │ │ │ ├── query │ │ │ │ │ └── client-agp │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ └── reply │ │ │ │ │ ├── cache-v2-384f4478a045ca319cd6.json │ │ │ │ │ ├── cmakeFiles-v1-78b5c038640205c36901.json │ │ │ │ │ ├── codemodel-v2-cf373f306b15dce7c3f9.json │ │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ │ └── index-2025-03-02T16-35-48-0660.json │ │ │ │ ├── CMakeCache.txt │ │ │ │ ├── CMakeFiles │ │ │ │ ├── 3.22.1-g37088a8-dirty │ │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ │ ├── CompilerIdC │ │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ │ └── CompilerIdCXX │ │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ │ ├── TargetDirectories.txt │ │ │ │ ├── cmake.check_cache │ │ │ │ └── rules.ninja │ │ │ │ ├── additional_project_files.txt │ │ │ │ ├── android_gradle_build.json │ │ │ │ ├── android_gradle_build_mini.json │ │ │ │ ├── build.ninja │ │ │ │ ├── build_file_index.txt │ │ │ │ ├── cmake_install.cmake │ │ │ │ ├── configure_fingerprint.bin │ │ │ │ ├── metadata_generation_command.txt │ │ │ │ ├── prefab_config.json │ │ │ │ └── symbol_folder_index.txt │ │ └── RelWithDebInfo │ │ │ └── 145f471a │ │ │ ├── arm64-v8a │ │ │ ├── .cmake │ │ │ │ └── api │ │ │ │ │ └── v1 │ │ │ │ │ ├── query │ │ │ │ │ └── client-agp │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ └── reply │ │ │ │ │ ├── cache-v2-22bf5492d65238888de5.json │ │ │ │ │ ├── cmakeFiles-v1-bb3fcb494787d46f4a6f.json │ │ │ │ │ ├── codemodel-v2-27ca5f2e1add40c959c1.json │ │ │ │ │ ├── directory-.-RelWithDebInfo-d0094a50bb2071803777.json │ │ │ │ │ └── index-2025-03-02T17-00-18-0369.json │ │ │ ├── CMakeCache.txt │ │ │ ├── CMakeFiles │ │ │ │ ├── 3.22.1-g37088a8-dirty │ │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ │ ├── CompilerIdC │ │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ │ └── CompilerIdCXX │ │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ │ ├── TargetDirectories.txt │ │ │ │ ├── cmake.check_cache │ │ │ │ └── rules.ninja │ │ │ ├── additional_project_files.txt │ │ │ ├── android_gradle_build.json │ │ │ ├── android_gradle_build_mini.json │ │ │ ├── build.ninja │ │ │ ├── build_file_index.txt │ │ │ ├── cmake_install.cmake │ │ │ ├── configure_fingerprint.bin │ │ │ ├── metadata_generation_command.txt │ │ │ ├── prefab_config.json │ │ │ └── symbol_folder_index.txt │ │ │ ├── armeabi-v7a │ │ │ ├── .cmake │ │ │ │ └── api │ │ │ │ │ └── v1 │ │ │ │ │ ├── query │ │ │ │ │ └── client-agp │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ └── reply │ │ │ │ │ ├── cache-v2-401176d1ebcc1ac37d6b.json │ │ │ │ │ ├── cmakeFiles-v1-7616b000cb3df24c9726.json │ │ │ │ │ ├── codemodel-v2-e7c40885803e91a6274e.json │ │ │ │ │ ├── directory-.-RelWithDebInfo-d0094a50bb2071803777.json │ │ │ │ │ └── index-2025-03-02T17-00-20-0645.json │ │ │ ├── CMakeCache.txt │ │ │ ├── CMakeFiles │ │ │ │ ├── 3.22.1-g37088a8-dirty │ │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ │ ├── CompilerIdC │ │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ │ └── CompilerIdCXX │ │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ │ ├── TargetDirectories.txt │ │ │ │ ├── cmake.check_cache │ │ │ │ └── rules.ninja │ │ │ ├── additional_project_files.txt │ │ │ ├── android_gradle_build.json │ │ │ ├── android_gradle_build_mini.json │ │ │ ├── build.ninja │ │ │ ├── build_file_index.txt │ │ │ ├── cmake_install.cmake │ │ │ ├── configure_fingerprint.bin │ │ │ ├── metadata_generation_command.txt │ │ │ ├── prefab_config.json │ │ │ └── symbol_folder_index.txt │ │ │ ├── hash_key.txt │ │ │ ├── x86 │ │ │ ├── .cmake │ │ │ │ └── api │ │ │ │ │ └── v1 │ │ │ │ │ ├── query │ │ │ │ │ └── client-agp │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ └── reply │ │ │ │ │ ├── cache-v2-1a4337e9db4b0996d6f7.json │ │ │ │ │ ├── cmakeFiles-v1-4c5b49236137d6b7bf3c.json │ │ │ │ │ ├── codemodel-v2-4e5aa5964e19ce9e4bf8.json │ │ │ │ │ ├── directory-.-RelWithDebInfo-d0094a50bb2071803777.json │ │ │ │ │ └── index-2025-03-08T15-56-31-0891.json │ │ │ ├── CMakeCache.txt │ │ │ ├── CMakeFiles │ │ │ │ ├── 3.22.1-g37088a8-dirty │ │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ │ ├── CompilerIdC │ │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ │ └── CompilerIdCXX │ │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ │ ├── TargetDirectories.txt │ │ │ │ ├── cmake.check_cache │ │ │ │ └── rules.ninja │ │ │ ├── additional_project_files.txt │ │ │ ├── android_gradle_build.json │ │ │ ├── android_gradle_build_mini.json │ │ │ ├── build.ninja │ │ │ ├── build_file_index.txt │ │ │ ├── cmake_install.cmake │ │ │ ├── configure_fingerprint.bin │ │ │ ├── metadata_generation_command.txt │ │ │ ├── prefab_config.json │ │ │ └── symbol_folder_index.txt │ │ │ └── x86_64 │ │ │ ├── .cmake │ │ │ └── api │ │ │ │ └── v1 │ │ │ │ ├── query │ │ │ │ └── client-agp │ │ │ │ │ ├── cache-v2 │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ └── codemodel-v2 │ │ │ │ └── reply │ │ │ │ ├── cache-v2-b15497191890354be5d7.json │ │ │ │ ├── cmakeFiles-v1-ebd75e9a60cbe2cfccf0.json │ │ │ │ ├── codemodel-v2-b743ca2d516c776721fe.json │ │ │ │ ├── directory-.-RelWithDebInfo-d0094a50bb2071803777.json │ │ │ │ └── index-2025-03-02T17-00-22-0572.json │ │ │ ├── CMakeCache.txt │ │ │ ├── CMakeFiles │ │ │ ├── 3.22.1-g37088a8-dirty │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ ├── CompilerIdC │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ └── CompilerIdCXX │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ ├── TargetDirectories.txt │ │ │ ├── cmake.check_cache │ │ │ └── rules.ninja │ │ │ ├── additional_project_files.txt │ │ │ ├── android_gradle_build.json │ │ │ ├── android_gradle_build_mini.json │ │ │ ├── build.ninja │ │ │ ├── build_file_index.txt │ │ │ ├── cmake_install.cmake │ │ │ ├── configure_fingerprint.bin │ │ │ ├── metadata_generation_command.txt │ │ │ ├── prefab_config.json │ │ │ └── symbol_folder_index.txt │ ├── build.gradle │ ├── proguard-rules.pro │ └── src │ │ ├── debug │ │ └── AndroidManifest.xml │ │ ├── main │ │ ├── AndroidManifest.xml │ │ ├── kotlin │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── shonenx │ │ │ │ └── MainActivity.kt │ │ └── res │ │ │ ├── drawable-v21 │ │ │ └── launch_background.xml │ │ │ ├── drawable │ │ │ └── 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-night │ │ │ └── styles.xml │ │ │ └── values │ │ │ └── styles.xml │ │ └── profile │ │ └── AndroidManifest.xml ├── build.gradle ├── gradle.properties ├── gradle │ └── wrapper │ │ └── gradle-wrapper.properties └── settings.gradle ├── assets ├── icons │ ├── Pasted_Text_1739100270100.txt │ ├── Pasted_Text_1739100963009.txt │ ├── app_icon-modified-2.ico │ ├── app_icon-modified-2.png │ ├── app_icon-modified.png │ └── app_icon.png └── images │ └── Animation - 1737570308165.json ├── devtools_options.yaml ├── ios ├── .gitignore ├── Flutter │ ├── AppFrameworkInfo.plist │ ├── Debug.xcconfig │ └── Release.xcconfig ├── Runner.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ └── WorkspaceSettings.xcsettings │ └── xcshareddata │ │ └── xcschemes │ │ └── Runner.xcscheme ├── Runner.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ └── WorkspaceSettings.xcsettings ├── Runner │ ├── AppDelegate.swift │ ├── 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 │ ├── Info.plist │ └── Runner-Bridging-Header.h └── RunnerTests │ └── RunnerTests.swift ├── lib ├── app_initializer.dart ├── core │ ├── anilist │ │ ├── graphql_client.dart │ │ ├── queries.dart │ │ └── services │ │ │ ├── anilist_service.dart │ │ │ └── auth_service.dart │ ├── jikan │ │ ├── jikan_service.dart │ │ └── models │ │ │ └── jikan_media.dart │ ├── models │ │ ├── anilist │ │ │ ├── anilist_favorites.dart │ │ │ ├── anilist_media_list.dart │ │ │ ├── anilist_user.dart │ │ │ ├── fuzzy_date.dart │ │ │ ├── media.dart │ │ │ ├── media_list_collection.dart │ │ │ ├── media_list_entry.dart │ │ │ ├── media_list_group.dart │ │ │ └── page_response.dart │ │ └── anime │ │ │ ├── anime_model.dep.dart │ │ │ ├── episode_model.dart │ │ │ ├── page_model.dart │ │ │ ├── server_model.dart │ │ │ └── source_model.dart │ ├── myanimelist │ │ └── services │ │ │ ├── auth_service.dart │ │ │ └── mal_service.dart │ ├── registery │ │ ├── anime_source_registery.dart │ │ └── anime_source_registery_provider.dart │ ├── repositories │ │ ├── anilist_repository.dart │ │ ├── anime_repository.dart │ │ ├── mal_repository.dart │ │ ├── source_repository.dart │ │ └── watch_progress_repository.dart │ ├── services │ │ ├── anilist_auth_service.dart │ │ ├── auth_provider_enum.dart │ │ ├── download_service.dart │ │ └── m3u8_downloader.dart │ ├── sources │ │ └── anime │ │ │ ├── anime_provider.dart │ │ │ ├── animekai.dart │ │ │ ├── animepahe.dart │ │ │ ├── aniwatch │ │ │ ├── aniwatch.dart │ │ │ ├── hianime.dart │ │ │ ├── kaido.dart │ │ │ └── parser.dart │ │ │ ├── deps │ │ │ └── megacloud.dart │ │ │ └── gojo.dart │ └── utils │ │ ├── app_logger.dart │ │ └── app_utils.dart ├── core_new │ ├── eval │ │ ├── dart │ │ │ ├── bridge │ │ │ │ ├── document.dart │ │ │ │ ├── element.dart │ │ │ │ ├── filter.dart │ │ │ │ ├── http.dart │ │ │ │ ├── m_chapter.dart │ │ │ │ ├── m_manga.dart │ │ │ │ ├── m_pages.dart │ │ │ │ ├── m_provider.dart │ │ │ │ ├── m_source.dart │ │ │ │ ├── m_status.dart │ │ │ │ ├── m_track.dart │ │ │ │ ├── m_video.dart │ │ │ │ ├── registrer.dart │ │ │ │ └── source_preference.dart │ │ │ └── service.dart │ │ ├── interface.dart │ │ ├── javascript │ │ │ ├── dom_selector.dart │ │ │ ├── extractors.dart │ │ │ ├── http.dart │ │ │ ├── preferences.dart │ │ │ ├── service.dart │ │ │ └── utils.dart │ │ ├── lib.dart │ │ └── model │ │ │ ├── document.dart │ │ │ ├── element.dart │ │ │ ├── filter.dart │ │ │ ├── m_bridge.dart │ │ │ ├── m_chapter.dart │ │ │ ├── m_manga.dart │ │ │ ├── m_pages.dart │ │ │ ├── m_provider.dart │ │ │ ├── m_source.dart │ │ │ ├── m_video.dart │ │ │ ├── source_preference.dart │ │ │ └── source_preference.g.dart │ ├── extensions │ │ ├── extensions_provider.dart │ │ ├── extensions_provider.g.dart │ │ ├── fetch_anime_sources.dart │ │ ├── fetch_anime_sources.g.dart │ │ ├── fetch_manga_sources.dart │ │ ├── fetch_manga_sources.g.dart │ │ ├── fetch_novel_sources.dart │ │ ├── fetch_novel_sources.g.dart │ │ └── fetch_source_list.dart │ ├── models │ │ ├── category.dart │ │ ├── category.g.dart │ │ ├── changed.dart │ │ ├── changed.g.dart │ │ ├── chapter.dart │ │ ├── chapter.g.dart │ │ ├── download.dart │ │ ├── download.g.dart │ │ ├── history.dart │ │ ├── history.g.dart │ │ ├── manga.dart │ │ ├── manga.g.dart │ │ ├── page.dart │ │ ├── settings.dart │ │ ├── settings.g.dart │ │ ├── source.dart │ │ ├── source.g.dart │ │ ├── sync_preference.dart │ │ ├── sync_preference.g.dart │ │ ├── track.dart │ │ ├── track.g.dart │ │ ├── track_preference.dart │ │ ├── track_preference.g.dart │ │ ├── track_search.dart │ │ ├── track_search.g.dart │ │ ├── update.dart │ │ ├── update.g.dart │ │ └── video.dart │ ├── providers │ │ ├── extension_preference_provider.dart │ │ └── get_source_preference.dart │ ├── search │ │ └── search.dart │ ├── services │ │ ├── anime_extractors │ │ │ ├── dood_extractor.dart │ │ │ ├── filemoon.dart │ │ │ ├── gogocdn_extractor.dart │ │ │ ├── mp4upload_extractor.dart │ │ │ ├── mystream_extractor.dart │ │ │ ├── mytv_extractor.dart │ │ │ ├── okru_extractor.dart │ │ │ ├── quarkuc_extractor.dart │ │ │ ├── sendvid_extractor.dart │ │ │ ├── sibnet_extractor.dart │ │ │ ├── streamlare_extractor.dart │ │ │ ├── streamtape_extractor.dart │ │ │ ├── streamwish_extractor.dart │ │ │ ├── vidbom_extractor.dart │ │ │ ├── voe_extractor.dart │ │ │ └── your_upload_extractor.dart │ │ └── http │ │ │ └── m_client.dart │ └── utils │ │ ├── constant.dart │ │ ├── cryptoaes │ │ ├── crypto_aes.dart │ │ ├── deobfuscator.dart │ │ └── js_unpacker.dart │ │ ├── extensions │ │ ├── build_context_extensions.dart │ │ ├── dom_extensions.dart │ │ └── stream.dart │ │ ├── log │ │ └── log.dart │ │ ├── map_extensions.dart │ │ ├── reg_exp_matcher.dart │ │ ├── string_extensions.dart │ │ ├── utils.dart │ │ └── xpath_selector.dart ├── data │ └── hive │ │ ├── hive_type_ids.dart │ │ └── models │ │ ├── anime_watch_progress_model.dart │ │ ├── anime_watch_progress_model.g.dart │ │ ├── home_page_model.dart │ │ ├── home_page_model.g.dart │ │ ├── settings │ │ ├── player_model.dart │ │ ├── player_model.g.dart │ │ ├── provider_model.dart │ │ ├── provider_model.g.dart │ │ ├── theme_model.dart │ │ ├── ui_model.dart │ │ └── ui_model.g.dart │ │ └── subtitle_style_model.dart ├── features │ ├── anime │ │ ├── view │ │ │ ├── watch_screen.dart │ │ │ └── widgets │ │ │ │ ├── card │ │ │ │ ├── anime_card.dart │ │ │ │ ├── anime_card_components.dart │ │ │ │ ├── anime_card_config.dart │ │ │ │ ├── anime_spotlight_card.dart │ │ │ │ └── modes │ │ │ │ │ ├── classic_card.dart │ │ │ │ │ ├── compact_card.dart │ │ │ │ │ ├── cover_only_card.dart │ │ │ │ │ ├── default_card.dart │ │ │ │ │ ├── liquid_glass_card.dart │ │ │ │ │ ├── manga_card.dart │ │ │ │ │ ├── minimal_card.dart │ │ │ │ │ ├── neon_card.dart │ │ │ │ │ └── polaroid_card.dart │ │ │ │ ├── episodes_panel.dart │ │ │ │ └── player │ │ │ │ ├── bottom_controls.dart │ │ │ │ ├── center_controls.dart │ │ │ │ ├── components │ │ │ │ └── seek_indicator.dart │ │ │ │ ├── controls_overlay.dart │ │ │ │ ├── sheets │ │ │ │ ├── generic_selection_sheet.dart │ │ │ │ └── settings_sheet.dart │ │ │ │ ├── subtitle_overlay.dart │ │ │ │ └── top_controls.dart │ │ └── view_model │ │ │ ├── episode_stream_provider.dart │ │ │ └── player_provider.dart │ ├── auth │ │ ├── model │ │ │ └── user.dart │ │ ├── view │ │ │ ├── auth_button.dart │ │ │ └── login_button.dart │ │ └── view_model │ │ │ └── auth_notifier.dart │ ├── browse │ │ └── view │ │ │ └── browse_screen.dart │ ├── details │ │ └── view │ │ │ ├── details_screen.dart │ │ │ └── widgets │ │ │ ├── content_widget.dart │ │ │ ├── edit_list_bottom_sheet.dart │ │ │ ├── episodes_tab.dart │ │ │ ├── header_widget.dart │ │ │ ├── info_card_widget.dart │ │ │ ├── rankings_widget.dart │ │ │ ├── synopsis_widget.dart │ │ │ ├── watch_button_widget.dart │ │ │ └── widgets.dart │ ├── downloads │ │ ├── model │ │ │ ├── download_item.dart │ │ │ ├── download_item.g.dart │ │ │ ├── download_status.dart │ │ │ └── download_status.g.dart │ │ ├── repository │ │ │ └── downloads_repository.dart │ │ ├── view │ │ │ ├── downloads_screen.dart │ │ │ ├── local_player_screen.dart │ │ │ └── widgets │ │ │ │ └── download_card.dart │ │ └── view_model │ │ │ └── downloads_notifier.dart │ ├── error │ │ └── view │ │ │ └── error_screen.dart │ ├── home │ │ ├── model │ │ │ ├── home_page.dart │ │ │ └── home_page.g.dart │ │ ├── view │ │ │ ├── home_screen.dart │ │ │ ├── widget │ │ │ │ ├── action_panel.dart │ │ │ │ ├── continue_section.dart │ │ │ │ ├── discover_card.dart │ │ │ │ ├── header_base_card.dart │ │ │ │ ├── header_section.dart │ │ │ │ ├── home_section.dart │ │ │ │ ├── search_model.dart │ │ │ │ ├── slider_indicator.dart │ │ │ │ ├── spotlight_section.dart │ │ │ │ └── user_profile_card.dart │ │ │ └── widgets │ │ │ │ └── spotlight │ │ │ │ ├── modes │ │ │ │ ├── classic_spotlight.dart │ │ │ │ ├── compact_spotlight.dart │ │ │ │ ├── cover_only_spotlight.dart │ │ │ │ ├── default_spotlight.dart │ │ │ │ ├── liquid_glass_spotlight.dart │ │ │ │ ├── manga_spotlight.dart │ │ │ │ ├── minimal_spotlight.dart │ │ │ │ ├── neon_spotlight.dart │ │ │ │ └── polaroid_spotlight.dart │ │ │ │ └── spotlight_card_config.dart │ │ └── view_model │ │ │ └── homepage_notifier.dart │ ├── loading │ │ ├── view │ │ │ └── loading_screen.dart │ │ └── view_model │ │ │ └── initialization_notifier.dart │ ├── onboarding │ │ └── view │ │ │ └── onboarding_screen.dart │ ├── settings │ │ ├── model │ │ │ ├── experimental_model.dart │ │ │ ├── experimental_model.g.dart │ │ │ ├── player_model.dart │ │ │ ├── player_model.g.dart │ │ │ ├── source_model.dart │ │ │ ├── subtitle_appearance_model.dart │ │ │ ├── subtitle_appearance_model.g.dart │ │ │ ├── theme_model.dart │ │ │ ├── theme_model.g.dart │ │ │ ├── ui_model.dart │ │ │ └── ui_model.g.dart │ │ ├── utils │ │ │ └── subtitle_utils.dart │ │ ├── view │ │ │ ├── about_screen.dart │ │ │ ├── account_settings_screen.dart │ │ │ ├── anime_sources_settings_screen.dart │ │ │ ├── experimental_screen.dart │ │ │ ├── extension_preference_screen.dart │ │ │ ├── extensions_list_screen.dart │ │ │ ├── player_settings_screen.dart │ │ │ ├── settings_screen.dart │ │ │ ├── subtitle_customization_screen.dart │ │ │ ├── temporary │ │ │ │ └── demo_screen.dart │ │ │ ├── theme_settings_screen.dart │ │ │ ├── ui_settings_screen.dart │ │ │ └── widgets │ │ │ │ ├── color_picker_item.dart │ │ │ │ ├── extension_tile.dart │ │ │ │ ├── settings_item.dart │ │ │ │ └── settings_section.dart │ │ └── view_model │ │ │ ├── experimental_notifier.dart │ │ │ ├── player_notifier.dart │ │ │ ├── source_notifier.dart │ │ │ ├── subtitle_notifier.dart │ │ │ ├── theme_notifier.dart │ │ │ └── ui_notifier.dart │ └── watchlist │ │ ├── view │ │ ├── watchlist_screen.dart │ │ └── widget │ │ │ └── shonenx_gridview.dart │ │ └── view_model │ │ └── watchlist_notifier.dart ├── helpers │ ├── anime_match_popup.dart │ ├── matcher.dart │ ├── navigation.dart │ ├── theming.dart │ └── ui.dart ├── main.dart ├── router │ └── router.dart ├── shared │ ├── providers │ │ ├── anime_repo_provider.dart │ │ ├── auth_provider.dart │ │ ├── router_provider.dart │ │ └── update_provider.dart │ └── services │ │ └── thumbnail_service.dart ├── storage_provider.dart └── utils │ ├── compression.dart │ ├── extractors.dart │ ├── formatter.dart │ ├── greeting_methods.dart │ ├── hls_parser.dart │ ├── html_parser.dart │ ├── theme.dart │ └── updater.dart ├── linux ├── .gitignore ├── CMakeLists.txt ├── 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 ├── macos ├── .gitignore ├── Flutter │ ├── Flutter-Debug.xcconfig │ ├── Flutter-Release.xcconfig │ └── GeneratedPluginRegistrant.swift ├── Runner.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ └── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ └── xcshareddata │ │ └── xcschemes │ │ └── Runner.xcscheme ├── Runner.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist ├── Runner │ ├── AppDelegate.swift │ ├── 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 │ ├── DebugProfile.entitlements │ ├── Info.plist │ ├── MainFlutterWindow.swift │ └── Release.entitlements └── RunnerTests │ └── RunnerTests.swift ├── pubspec.lock ├── pubspec.yaml ├── screenshots ├── desktop │ ├── anilist.jpg │ ├── details.jpg │ ├── home.jpg │ ├── search.jpg │ └── stream.jpg └── mobile │ ├── anilist.jpg │ ├── details.jpg │ ├── home.jpg │ ├── search.jpg │ └── stream.jpg ├── shonenx.iml~ ├── structure ├── test └── widget_test.dart ├── web ├── favicon.png ├── icons │ ├── Icon-192.png │ ├── Icon-512.png │ ├── Icon-maskable-192.png │ └── Icon-maskable-512.png ├── index.html └── manifest.json └── windows ├── .gitignore ├── CMakeLists.txt ├── flutter ├── CMakeLists.txt ├── generated_plugin_registrant.cc ├── generated_plugin_registrant.h └── generated_plugins.cmake └── runner ├── CMakeLists.txt ├── Runner.rc ├── flutter_window.cpp ├── flutter_window.h ├── main.cpp ├── resource.h ├── resources └── app_icon.ico ├── runner.exe.manifest ├── utils.cpp ├── utils.h ├── win32_window.cpp └── win32_window.h /.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/.env.example -------------------------------------------------------------------------------- /.fvmrc: -------------------------------------------------------------------------------- 1 | { 2 | "flutter": "3.24.5" 3 | } -------------------------------------------------------------------------------- /.github/workflows/Notify.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/.github/workflows/Notify.yml -------------------------------------------------------------------------------- /.github/workflows/android-release.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/.github/workflows/android-release.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/.gitignore -------------------------------------------------------------------------------- /.metadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/.metadata -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/LICENSE.md -------------------------------------------------------------------------------- /MegaProvider.cs3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/MegaProvider.cs3 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/README.md -------------------------------------------------------------------------------- /analysis_options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/analysis_options.yaml -------------------------------------------------------------------------------- /android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/.gitignore -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/.cmake/api/v1/reply/cache-v2-cad9ed9c9adb524301f0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/.cmake/api/v1/reply/cache-v2-cad9ed9c9adb524301f0.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/.cmake/api/v1/reply/cmakeFiles-v1-8b491daefd73ff2ea6d4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/.cmake/api/v1/reply/cmakeFiles-v1-8b491daefd73ff2ea6d4.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/.cmake/api/v1/reply/codemodel-v2-6d4aad96f561e1753ae0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/.cmake/api/v1/reply/codemodel-v2-6d4aad96f561e1753ae0.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/.cmake/api/v1/reply/index-2025-03-02T16-35-43-0188.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/.cmake/api/v1/reply/index-2025-03-02T16-35-43-0188.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeCache.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/android_gradle_build.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/android_gradle_build_mini.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/build.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/build_file_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/cmake_install.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/metadata_generation_command.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/prefab_config.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/arm64-v8a/symbol_folder_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/arm64-v8a/symbol_folder_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/.cmake/api/v1/reply/cache-v2-362d8a50760c66d6ffea.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/.cmake/api/v1/reply/cache-v2-362d8a50760c66d6ffea.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/.cmake/api/v1/reply/cmakeFiles-v1-b66ba9da1faaccf115a1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/.cmake/api/v1/reply/cmakeFiles-v1-b66ba9da1faaccf115a1.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/.cmake/api/v1/reply/codemodel-v2-dd12722a3aafe500493e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/.cmake/api/v1/reply/codemodel-v2-dd12722a3aafe500493e.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/.cmake/api/v1/reply/index-2025-03-02T16-35-45-0472.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/.cmake/api/v1/reply/index-2025-03-02T16-35-45-0472.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeCache.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/android_gradle_build.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/android_gradle_build_mini.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/build.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/build_file_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/cmake_install.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/metadata_generation_command.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/prefab_config.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/armeabi-v7a/symbol_folder_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/armeabi-v7a/symbol_folder_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/hash_key.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/hash_key.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/.cmake/api/v1/reply/cache-v2-57ada6939f2694a6f595.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/.cmake/api/v1/reply/cache-v2-57ada6939f2694a6f595.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/.cmake/api/v1/reply/cmakeFiles-v1-8da4b7d6d62ad7bb3253.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/.cmake/api/v1/reply/cmakeFiles-v1-8da4b7d6d62ad7bb3253.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/.cmake/api/v1/reply/codemodel-v2-68a8ec958c1ca234be35.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/.cmake/api/v1/reply/codemodel-v2-68a8ec958c1ca234be35.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/.cmake/api/v1/reply/index-2025-03-02T16-35-47-0189.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/.cmake/api/v1/reply/index-2025-03-02T16-35-47-0189.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/CMakeCache.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/android_gradle_build.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/android_gradle_build_mini.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/build.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/build_file_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/cmake_install.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/metadata_generation_command.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/prefab_config.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86/symbol_folder_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86/symbol_folder_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/.cmake/api/v1/reply/cache-v2-384f4478a045ca319cd6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/.cmake/api/v1/reply/cache-v2-384f4478a045ca319cd6.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/.cmake/api/v1/reply/cmakeFiles-v1-78b5c038640205c36901.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/.cmake/api/v1/reply/cmakeFiles-v1-78b5c038640205c36901.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/.cmake/api/v1/reply/codemodel-v2-cf373f306b15dce7c3f9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/.cmake/api/v1/reply/codemodel-v2-cf373f306b15dce7c3f9.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/.cmake/api/v1/reply/index-2025-03-02T16-35-48-0660.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/.cmake/api/v1/reply/index-2025-03-02T16-35-48-0660.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/CMakeCache.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/android_gradle_build.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/android_gradle_build_mini.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/build.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/build_file_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/cmake_install.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/metadata_generation_command.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/prefab_config.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/2i1a662f/x86_64/symbol_folder_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/Debug/2i1a662f/x86_64/symbol_folder_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/.cmake/api/v1/reply/cache-v2-22bf5492d65238888de5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/.cmake/api/v1/reply/cache-v2-22bf5492d65238888de5.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/.cmake/api/v1/reply/cmakeFiles-v1-bb3fcb494787d46f4a6f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/.cmake/api/v1/reply/cmakeFiles-v1-bb3fcb494787d46f4a6f.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/.cmake/api/v1/reply/codemodel-v2-27ca5f2e1add40c959c1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/.cmake/api/v1/reply/codemodel-v2-27ca5f2e1add40c959c1.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/.cmake/api/v1/reply/directory-.-RelWithDebInfo-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/.cmake/api/v1/reply/directory-.-RelWithDebInfo-d0094a50bb2071803777.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/.cmake/api/v1/reply/index-2025-03-02T17-00-18-0369.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/.cmake/api/v1/reply/index-2025-03-02T17-00-18-0369.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeCache.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/android_gradle_build.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/android_gradle_build_mini.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/build.ninja -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/build_file_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/cmake_install.cmake -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/metadata_generation_command.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/prefab_config.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/arm64-v8a/symbol_folder_index.txt: -------------------------------------------------------------------------------- 1 | C:\Coding\Flutter\ShonenX\build\app\intermediates\cxx\RelWithDebInfo\145f471a\obj\arm64-v8a -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/.cmake/api/v1/reply/cache-v2-401176d1ebcc1ac37d6b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/.cmake/api/v1/reply/cache-v2-401176d1ebcc1ac37d6b.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/.cmake/api/v1/reply/cmakeFiles-v1-7616b000cb3df24c9726.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/.cmake/api/v1/reply/cmakeFiles-v1-7616b000cb3df24c9726.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/.cmake/api/v1/reply/codemodel-v2-e7c40885803e91a6274e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/.cmake/api/v1/reply/codemodel-v2-e7c40885803e91a6274e.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/.cmake/api/v1/reply/directory-.-RelWithDebInfo-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/.cmake/api/v1/reply/directory-.-RelWithDebInfo-d0094a50bb2071803777.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/.cmake/api/v1/reply/index-2025-03-02T17-00-20-0645.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/.cmake/api/v1/reply/index-2025-03-02T17-00-20-0645.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeCache.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/android_gradle_build.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/android_gradle_build_mini.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/build.ninja -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/build_file_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/cmake_install.cmake -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/metadata_generation_command.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/prefab_config.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/symbol_folder_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/armeabi-v7a/symbol_folder_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/hash_key.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/hash_key.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/.cmake/api/v1/reply/cache-v2-1a4337e9db4b0996d6f7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/.cmake/api/v1/reply/cache-v2-1a4337e9db4b0996d6f7.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/.cmake/api/v1/reply/cmakeFiles-v1-4c5b49236137d6b7bf3c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/.cmake/api/v1/reply/cmakeFiles-v1-4c5b49236137d6b7bf3c.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/.cmake/api/v1/reply/codemodel-v2-4e5aa5964e19ce9e4bf8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/.cmake/api/v1/reply/codemodel-v2-4e5aa5964e19ce9e4bf8.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/.cmake/api/v1/reply/directory-.-RelWithDebInfo-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/.cmake/api/v1/reply/directory-.-RelWithDebInfo-d0094a50bb2071803777.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/.cmake/api/v1/reply/index-2025-03-08T15-56-31-0891.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/.cmake/api/v1/reply/index-2025-03-08T15-56-31-0891.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeCache.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/android_gradle_build.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/android_gradle_build_mini.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/build.ninja -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/build_file_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/cmake_install.cmake -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/metadata_generation_command.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/prefab_config.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86/symbol_folder_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86/symbol_folder_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/.cmake/api/v1/reply/cache-v2-b15497191890354be5d7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/.cmake/api/v1/reply/cache-v2-b15497191890354be5d7.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/.cmake/api/v1/reply/cmakeFiles-v1-ebd75e9a60cbe2cfccf0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/.cmake/api/v1/reply/cmakeFiles-v1-ebd75e9a60cbe2cfccf0.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/.cmake/api/v1/reply/codemodel-v2-b743ca2d516c776721fe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/.cmake/api/v1/reply/codemodel-v2-b743ca2d516c776721fe.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/.cmake/api/v1/reply/directory-.-RelWithDebInfo-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/.cmake/api/v1/reply/directory-.-RelWithDebInfo-d0094a50bb2071803777.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/.cmake/api/v1/reply/index-2025-03-02T17-00-22-0572.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/.cmake/api/v1/reply/index-2025-03-02T17-00-22-0572.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeCache.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/android_gradle_build.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/android_gradle_build_mini.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/build.ninja -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/build_file_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/cmake_install.cmake -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/metadata_generation_command.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/prefab_config.json -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/145f471a/x86_64/symbol_folder_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/.cxx/RelWithDebInfo/145f471a/x86_64/symbol_folder_index.txt -------------------------------------------------------------------------------- /android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/build.gradle -------------------------------------------------------------------------------- /android/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/proguard-rules.pro -------------------------------------------------------------------------------- /android/app/src/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/src/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /android/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /android/app/src/main/kotlin/com/example/shonenx/MainActivity.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/src/main/kotlin/com/example/shonenx/MainActivity.kt -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-v21/launch_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/src/main/res/drawable-v21/launch_background.xml -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/launch_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/src/main/res/drawable/launch_background.xml -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/values-night/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/src/main/res/values-night/styles.xml -------------------------------------------------------------------------------- /android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /android/app/src/profile/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/app/src/profile/AndroidManifest.xml -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/build.gradle -------------------------------------------------------------------------------- /android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/gradle.properties -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /android/settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/android/settings.gradle -------------------------------------------------------------------------------- /assets/icons/Pasted_Text_1739100270100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/assets/icons/Pasted_Text_1739100270100.txt -------------------------------------------------------------------------------- /assets/icons/Pasted_Text_1739100963009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/assets/icons/Pasted_Text_1739100963009.txt -------------------------------------------------------------------------------- /assets/icons/app_icon-modified-2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/assets/icons/app_icon-modified-2.ico -------------------------------------------------------------------------------- /assets/icons/app_icon-modified-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/assets/icons/app_icon-modified-2.png -------------------------------------------------------------------------------- /assets/icons/app_icon-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/assets/icons/app_icon-modified.png -------------------------------------------------------------------------------- /assets/icons/app_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/assets/icons/app_icon.png -------------------------------------------------------------------------------- /assets/images/Animation - 1737570308165.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/assets/images/Animation - 1737570308165.json -------------------------------------------------------------------------------- /devtools_options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/devtools_options.yaml -------------------------------------------------------------------------------- /ios/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/.gitignore -------------------------------------------------------------------------------- /ios/Flutter/AppFrameworkInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Flutter/AppFrameworkInfo.plist -------------------------------------------------------------------------------- /ios/Flutter/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /ios/Flutter/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /ios/Runner/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/AppDelegate.swift -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md -------------------------------------------------------------------------------- /ios/Runner/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /ios/Runner/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /ios/Runner/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/Runner/Info.plist -------------------------------------------------------------------------------- /ios/Runner/Runner-Bridging-Header.h: -------------------------------------------------------------------------------- 1 | #import "GeneratedPluginRegistrant.h" 2 | -------------------------------------------------------------------------------- /ios/RunnerTests/RunnerTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/ios/RunnerTests/RunnerTests.swift -------------------------------------------------------------------------------- /lib/app_initializer.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/app_initializer.dart -------------------------------------------------------------------------------- /lib/core/anilist/graphql_client.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/anilist/graphql_client.dart -------------------------------------------------------------------------------- /lib/core/anilist/queries.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/anilist/queries.dart -------------------------------------------------------------------------------- /lib/core/anilist/services/anilist_service.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/anilist/services/anilist_service.dart -------------------------------------------------------------------------------- /lib/core/anilist/services/auth_service.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/anilist/services/auth_service.dart -------------------------------------------------------------------------------- /lib/core/jikan/jikan_service.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/jikan/jikan_service.dart -------------------------------------------------------------------------------- /lib/core/jikan/models/jikan_media.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/jikan/models/jikan_media.dart -------------------------------------------------------------------------------- /lib/core/models/anilist/anilist_favorites.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/models/anilist/anilist_favorites.dart -------------------------------------------------------------------------------- /lib/core/models/anilist/anilist_media_list.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/models/anilist/anilist_media_list.dart -------------------------------------------------------------------------------- /lib/core/models/anilist/anilist_user.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/models/anilist/anilist_user.dart -------------------------------------------------------------------------------- /lib/core/models/anilist/fuzzy_date.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/models/anilist/fuzzy_date.dart -------------------------------------------------------------------------------- /lib/core/models/anilist/media.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/models/anilist/media.dart -------------------------------------------------------------------------------- /lib/core/models/anilist/media_list_collection.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/models/anilist/media_list_collection.dart -------------------------------------------------------------------------------- /lib/core/models/anilist/media_list_entry.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/models/anilist/media_list_entry.dart -------------------------------------------------------------------------------- /lib/core/models/anilist/media_list_group.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/models/anilist/media_list_group.dart -------------------------------------------------------------------------------- /lib/core/models/anilist/page_response.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/models/anilist/page_response.dart -------------------------------------------------------------------------------- /lib/core/models/anime/anime_model.dep.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/models/anime/anime_model.dep.dart -------------------------------------------------------------------------------- /lib/core/models/anime/episode_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/models/anime/episode_model.dart -------------------------------------------------------------------------------- /lib/core/models/anime/page_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/models/anime/page_model.dart -------------------------------------------------------------------------------- /lib/core/models/anime/server_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/models/anime/server_model.dart -------------------------------------------------------------------------------- /lib/core/models/anime/source_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/models/anime/source_model.dart -------------------------------------------------------------------------------- /lib/core/myanimelist/services/auth_service.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/myanimelist/services/auth_service.dart -------------------------------------------------------------------------------- /lib/core/myanimelist/services/mal_service.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/myanimelist/services/mal_service.dart -------------------------------------------------------------------------------- /lib/core/registery/anime_source_registery.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/registery/anime_source_registery.dart -------------------------------------------------------------------------------- /lib/core/registery/anime_source_registery_provider.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/registery/anime_source_registery_provider.dart -------------------------------------------------------------------------------- /lib/core/repositories/anilist_repository.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/repositories/anilist_repository.dart -------------------------------------------------------------------------------- /lib/core/repositories/anime_repository.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/repositories/anime_repository.dart -------------------------------------------------------------------------------- /lib/core/repositories/mal_repository.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/repositories/mal_repository.dart -------------------------------------------------------------------------------- /lib/core/repositories/source_repository.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/repositories/source_repository.dart -------------------------------------------------------------------------------- /lib/core/repositories/watch_progress_repository.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/repositories/watch_progress_repository.dart -------------------------------------------------------------------------------- /lib/core/services/anilist_auth_service.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/services/anilist_auth_service.dart -------------------------------------------------------------------------------- /lib/core/services/auth_provider_enum.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/services/auth_provider_enum.dart -------------------------------------------------------------------------------- /lib/core/services/download_service.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/services/download_service.dart -------------------------------------------------------------------------------- /lib/core/services/m3u8_downloader.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/services/m3u8_downloader.dart -------------------------------------------------------------------------------- /lib/core/sources/anime/anime_provider.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/sources/anime/anime_provider.dart -------------------------------------------------------------------------------- /lib/core/sources/anime/animekai.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/sources/anime/animekai.dart -------------------------------------------------------------------------------- /lib/core/sources/anime/animepahe.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/sources/anime/animepahe.dart -------------------------------------------------------------------------------- /lib/core/sources/anime/aniwatch/aniwatch.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/sources/anime/aniwatch/aniwatch.dart -------------------------------------------------------------------------------- /lib/core/sources/anime/aniwatch/hianime.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/sources/anime/aniwatch/hianime.dart -------------------------------------------------------------------------------- /lib/core/sources/anime/aniwatch/kaido.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/sources/anime/aniwatch/kaido.dart -------------------------------------------------------------------------------- /lib/core/sources/anime/aniwatch/parser.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/sources/anime/aniwatch/parser.dart -------------------------------------------------------------------------------- /lib/core/sources/anime/deps/megacloud.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/sources/anime/deps/megacloud.dart -------------------------------------------------------------------------------- /lib/core/sources/anime/gojo.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/sources/anime/gojo.dart -------------------------------------------------------------------------------- /lib/core/utils/app_logger.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/utils/app_logger.dart -------------------------------------------------------------------------------- /lib/core/utils/app_utils.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core/utils/app_utils.dart -------------------------------------------------------------------------------- /lib/core_new/eval/dart/bridge/document.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/dart/bridge/document.dart -------------------------------------------------------------------------------- /lib/core_new/eval/dart/bridge/element.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/dart/bridge/element.dart -------------------------------------------------------------------------------- /lib/core_new/eval/dart/bridge/filter.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/dart/bridge/filter.dart -------------------------------------------------------------------------------- /lib/core_new/eval/dart/bridge/http.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/dart/bridge/http.dart -------------------------------------------------------------------------------- /lib/core_new/eval/dart/bridge/m_chapter.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/dart/bridge/m_chapter.dart -------------------------------------------------------------------------------- /lib/core_new/eval/dart/bridge/m_manga.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/dart/bridge/m_manga.dart -------------------------------------------------------------------------------- /lib/core_new/eval/dart/bridge/m_pages.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/dart/bridge/m_pages.dart -------------------------------------------------------------------------------- /lib/core_new/eval/dart/bridge/m_provider.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/dart/bridge/m_provider.dart -------------------------------------------------------------------------------- /lib/core_new/eval/dart/bridge/m_source.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/dart/bridge/m_source.dart -------------------------------------------------------------------------------- /lib/core_new/eval/dart/bridge/m_status.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/dart/bridge/m_status.dart -------------------------------------------------------------------------------- /lib/core_new/eval/dart/bridge/m_track.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/dart/bridge/m_track.dart -------------------------------------------------------------------------------- /lib/core_new/eval/dart/bridge/m_video.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/dart/bridge/m_video.dart -------------------------------------------------------------------------------- /lib/core_new/eval/dart/bridge/registrer.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/dart/bridge/registrer.dart -------------------------------------------------------------------------------- /lib/core_new/eval/dart/bridge/source_preference.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/dart/bridge/source_preference.dart -------------------------------------------------------------------------------- /lib/core_new/eval/dart/service.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/dart/service.dart -------------------------------------------------------------------------------- /lib/core_new/eval/interface.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/interface.dart -------------------------------------------------------------------------------- /lib/core_new/eval/javascript/dom_selector.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/javascript/dom_selector.dart -------------------------------------------------------------------------------- /lib/core_new/eval/javascript/extractors.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/javascript/extractors.dart -------------------------------------------------------------------------------- /lib/core_new/eval/javascript/http.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/javascript/http.dart -------------------------------------------------------------------------------- /lib/core_new/eval/javascript/preferences.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/javascript/preferences.dart -------------------------------------------------------------------------------- /lib/core_new/eval/javascript/service.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/javascript/service.dart -------------------------------------------------------------------------------- /lib/core_new/eval/javascript/utils.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/javascript/utils.dart -------------------------------------------------------------------------------- /lib/core_new/eval/lib.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/lib.dart -------------------------------------------------------------------------------- /lib/core_new/eval/model/document.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/model/document.dart -------------------------------------------------------------------------------- /lib/core_new/eval/model/element.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/model/element.dart -------------------------------------------------------------------------------- /lib/core_new/eval/model/filter.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/model/filter.dart -------------------------------------------------------------------------------- /lib/core_new/eval/model/m_bridge.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/model/m_bridge.dart -------------------------------------------------------------------------------- /lib/core_new/eval/model/m_chapter.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/model/m_chapter.dart -------------------------------------------------------------------------------- /lib/core_new/eval/model/m_manga.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/model/m_manga.dart -------------------------------------------------------------------------------- /lib/core_new/eval/model/m_pages.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/model/m_pages.dart -------------------------------------------------------------------------------- /lib/core_new/eval/model/m_provider.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/model/m_provider.dart -------------------------------------------------------------------------------- /lib/core_new/eval/model/m_source.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/model/m_source.dart -------------------------------------------------------------------------------- /lib/core_new/eval/model/m_video.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/model/m_video.dart -------------------------------------------------------------------------------- /lib/core_new/eval/model/source_preference.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/model/source_preference.dart -------------------------------------------------------------------------------- /lib/core_new/eval/model/source_preference.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/eval/model/source_preference.g.dart -------------------------------------------------------------------------------- /lib/core_new/extensions/extensions_provider.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/extensions/extensions_provider.dart -------------------------------------------------------------------------------- /lib/core_new/extensions/extensions_provider.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/extensions/extensions_provider.g.dart -------------------------------------------------------------------------------- /lib/core_new/extensions/fetch_anime_sources.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/extensions/fetch_anime_sources.dart -------------------------------------------------------------------------------- /lib/core_new/extensions/fetch_anime_sources.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/extensions/fetch_anime_sources.g.dart -------------------------------------------------------------------------------- /lib/core_new/extensions/fetch_manga_sources.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/extensions/fetch_manga_sources.dart -------------------------------------------------------------------------------- /lib/core_new/extensions/fetch_manga_sources.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/extensions/fetch_manga_sources.g.dart -------------------------------------------------------------------------------- /lib/core_new/extensions/fetch_novel_sources.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/extensions/fetch_novel_sources.dart -------------------------------------------------------------------------------- /lib/core_new/extensions/fetch_novel_sources.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/extensions/fetch_novel_sources.g.dart -------------------------------------------------------------------------------- /lib/core_new/extensions/fetch_source_list.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/extensions/fetch_source_list.dart -------------------------------------------------------------------------------- /lib/core_new/models/category.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/category.dart -------------------------------------------------------------------------------- /lib/core_new/models/category.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/category.g.dart -------------------------------------------------------------------------------- /lib/core_new/models/changed.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/changed.dart -------------------------------------------------------------------------------- /lib/core_new/models/changed.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/changed.g.dart -------------------------------------------------------------------------------- /lib/core_new/models/chapter.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/chapter.dart -------------------------------------------------------------------------------- /lib/core_new/models/chapter.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/chapter.g.dart -------------------------------------------------------------------------------- /lib/core_new/models/download.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/download.dart -------------------------------------------------------------------------------- /lib/core_new/models/download.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/download.g.dart -------------------------------------------------------------------------------- /lib/core_new/models/history.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/history.dart -------------------------------------------------------------------------------- /lib/core_new/models/history.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/history.g.dart -------------------------------------------------------------------------------- /lib/core_new/models/manga.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/manga.dart -------------------------------------------------------------------------------- /lib/core_new/models/manga.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/manga.g.dart -------------------------------------------------------------------------------- /lib/core_new/models/page.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/page.dart -------------------------------------------------------------------------------- /lib/core_new/models/settings.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/settings.dart -------------------------------------------------------------------------------- /lib/core_new/models/settings.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/settings.g.dart -------------------------------------------------------------------------------- /lib/core_new/models/source.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/source.dart -------------------------------------------------------------------------------- /lib/core_new/models/source.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/source.g.dart -------------------------------------------------------------------------------- /lib/core_new/models/sync_preference.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/sync_preference.dart -------------------------------------------------------------------------------- /lib/core_new/models/sync_preference.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/sync_preference.g.dart -------------------------------------------------------------------------------- /lib/core_new/models/track.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/track.dart -------------------------------------------------------------------------------- /lib/core_new/models/track.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/track.g.dart -------------------------------------------------------------------------------- /lib/core_new/models/track_preference.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/track_preference.dart -------------------------------------------------------------------------------- /lib/core_new/models/track_preference.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/track_preference.g.dart -------------------------------------------------------------------------------- /lib/core_new/models/track_search.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/track_search.dart -------------------------------------------------------------------------------- /lib/core_new/models/track_search.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/track_search.g.dart -------------------------------------------------------------------------------- /lib/core_new/models/update.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/update.dart -------------------------------------------------------------------------------- /lib/core_new/models/update.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/update.g.dart -------------------------------------------------------------------------------- /lib/core_new/models/video.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/models/video.dart -------------------------------------------------------------------------------- /lib/core_new/providers/extension_preference_provider.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/providers/extension_preference_provider.dart -------------------------------------------------------------------------------- /lib/core_new/providers/get_source_preference.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/providers/get_source_preference.dart -------------------------------------------------------------------------------- /lib/core_new/search/search.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/search/search.dart -------------------------------------------------------------------------------- /lib/core_new/services/anime_extractors/dood_extractor.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/services/anime_extractors/dood_extractor.dart -------------------------------------------------------------------------------- /lib/core_new/services/anime_extractors/filemoon.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/services/anime_extractors/filemoon.dart -------------------------------------------------------------------------------- /lib/core_new/services/anime_extractors/gogocdn_extractor.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/services/anime_extractors/gogocdn_extractor.dart -------------------------------------------------------------------------------- /lib/core_new/services/anime_extractors/mp4upload_extractor.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/services/anime_extractors/mp4upload_extractor.dart -------------------------------------------------------------------------------- /lib/core_new/services/anime_extractors/mystream_extractor.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/services/anime_extractors/mystream_extractor.dart -------------------------------------------------------------------------------- /lib/core_new/services/anime_extractors/mytv_extractor.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/services/anime_extractors/mytv_extractor.dart -------------------------------------------------------------------------------- /lib/core_new/services/anime_extractors/okru_extractor.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/services/anime_extractors/okru_extractor.dart -------------------------------------------------------------------------------- /lib/core_new/services/anime_extractors/quarkuc_extractor.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/services/anime_extractors/quarkuc_extractor.dart -------------------------------------------------------------------------------- /lib/core_new/services/anime_extractors/sendvid_extractor.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/services/anime_extractors/sendvid_extractor.dart -------------------------------------------------------------------------------- /lib/core_new/services/anime_extractors/sibnet_extractor.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/services/anime_extractors/sibnet_extractor.dart -------------------------------------------------------------------------------- /lib/core_new/services/anime_extractors/streamlare_extractor.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/services/anime_extractors/streamlare_extractor.dart -------------------------------------------------------------------------------- /lib/core_new/services/anime_extractors/streamtape_extractor.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/services/anime_extractors/streamtape_extractor.dart -------------------------------------------------------------------------------- /lib/core_new/services/anime_extractors/streamwish_extractor.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/services/anime_extractors/streamwish_extractor.dart -------------------------------------------------------------------------------- /lib/core_new/services/anime_extractors/vidbom_extractor.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/services/anime_extractors/vidbom_extractor.dart -------------------------------------------------------------------------------- /lib/core_new/services/anime_extractors/voe_extractor.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/services/anime_extractors/voe_extractor.dart -------------------------------------------------------------------------------- /lib/core_new/services/anime_extractors/your_upload_extractor.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/services/anime_extractors/your_upload_extractor.dart -------------------------------------------------------------------------------- /lib/core_new/services/http/m_client.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/services/http/m_client.dart -------------------------------------------------------------------------------- /lib/core_new/utils/constant.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/utils/constant.dart -------------------------------------------------------------------------------- /lib/core_new/utils/cryptoaes/crypto_aes.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/utils/cryptoaes/crypto_aes.dart -------------------------------------------------------------------------------- /lib/core_new/utils/cryptoaes/deobfuscator.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/utils/cryptoaes/deobfuscator.dart -------------------------------------------------------------------------------- /lib/core_new/utils/cryptoaes/js_unpacker.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/utils/cryptoaes/js_unpacker.dart -------------------------------------------------------------------------------- /lib/core_new/utils/extensions/build_context_extensions.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/utils/extensions/build_context_extensions.dart -------------------------------------------------------------------------------- /lib/core_new/utils/extensions/dom_extensions.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/utils/extensions/dom_extensions.dart -------------------------------------------------------------------------------- /lib/core_new/utils/extensions/stream.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/utils/extensions/stream.dart -------------------------------------------------------------------------------- /lib/core_new/utils/log/log.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/utils/log/log.dart -------------------------------------------------------------------------------- /lib/core_new/utils/map_extensions.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/utils/map_extensions.dart -------------------------------------------------------------------------------- /lib/core_new/utils/reg_exp_matcher.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/utils/reg_exp_matcher.dart -------------------------------------------------------------------------------- /lib/core_new/utils/string_extensions.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/utils/string_extensions.dart -------------------------------------------------------------------------------- /lib/core_new/utils/utils.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/utils/utils.dart -------------------------------------------------------------------------------- /lib/core_new/utils/xpath_selector.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/core_new/utils/xpath_selector.dart -------------------------------------------------------------------------------- /lib/data/hive/hive_type_ids.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/data/hive/hive_type_ids.dart -------------------------------------------------------------------------------- /lib/data/hive/models/anime_watch_progress_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/data/hive/models/anime_watch_progress_model.dart -------------------------------------------------------------------------------- /lib/data/hive/models/anime_watch_progress_model.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/data/hive/models/anime_watch_progress_model.g.dart -------------------------------------------------------------------------------- /lib/data/hive/models/home_page_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/data/hive/models/home_page_model.dart -------------------------------------------------------------------------------- /lib/data/hive/models/home_page_model.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/data/hive/models/home_page_model.g.dart -------------------------------------------------------------------------------- /lib/data/hive/models/settings/player_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/data/hive/models/settings/player_model.dart -------------------------------------------------------------------------------- /lib/data/hive/models/settings/player_model.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/data/hive/models/settings/player_model.g.dart -------------------------------------------------------------------------------- /lib/data/hive/models/settings/provider_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/data/hive/models/settings/provider_model.dart -------------------------------------------------------------------------------- /lib/data/hive/models/settings/provider_model.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/data/hive/models/settings/provider_model.g.dart -------------------------------------------------------------------------------- /lib/data/hive/models/settings/theme_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/data/hive/models/settings/theme_model.dart -------------------------------------------------------------------------------- /lib/data/hive/models/settings/ui_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/data/hive/models/settings/ui_model.dart -------------------------------------------------------------------------------- /lib/data/hive/models/settings/ui_model.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/data/hive/models/settings/ui_model.g.dart -------------------------------------------------------------------------------- /lib/data/hive/models/subtitle_style_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/data/hive/models/subtitle_style_model.dart -------------------------------------------------------------------------------- /lib/features/anime/view/watch_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/watch_screen.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/card/anime_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/card/anime_card.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/card/anime_card_components.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/card/anime_card_components.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/card/anime_card_config.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/card/anime_card_config.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/card/anime_spotlight_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/card/anime_spotlight_card.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/card/modes/classic_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/card/modes/classic_card.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/card/modes/compact_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/card/modes/compact_card.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/card/modes/cover_only_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/card/modes/cover_only_card.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/card/modes/default_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/card/modes/default_card.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/card/modes/liquid_glass_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/card/modes/liquid_glass_card.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/card/modes/manga_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/card/modes/manga_card.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/card/modes/minimal_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/card/modes/minimal_card.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/card/modes/neon_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/card/modes/neon_card.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/card/modes/polaroid_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/card/modes/polaroid_card.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/episodes_panel.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/episodes_panel.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/player/bottom_controls.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/player/bottom_controls.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/player/center_controls.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/player/center_controls.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/player/components/seek_indicator.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/player/components/seek_indicator.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/player/controls_overlay.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/player/controls_overlay.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/player/sheets/generic_selection_sheet.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/player/sheets/generic_selection_sheet.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/player/sheets/settings_sheet.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/player/sheets/settings_sheet.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/player/subtitle_overlay.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/player/subtitle_overlay.dart -------------------------------------------------------------------------------- /lib/features/anime/view/widgets/player/top_controls.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view/widgets/player/top_controls.dart -------------------------------------------------------------------------------- /lib/features/anime/view_model/episode_stream_provider.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view_model/episode_stream_provider.dart -------------------------------------------------------------------------------- /lib/features/anime/view_model/player_provider.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/anime/view_model/player_provider.dart -------------------------------------------------------------------------------- /lib/features/auth/model/user.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/auth/model/user.dart -------------------------------------------------------------------------------- /lib/features/auth/view/auth_button.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/auth/view/auth_button.dart -------------------------------------------------------------------------------- /lib/features/auth/view/login_button.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/auth/view/login_button.dart -------------------------------------------------------------------------------- /lib/features/auth/view_model/auth_notifier.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/auth/view_model/auth_notifier.dart -------------------------------------------------------------------------------- /lib/features/browse/view/browse_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/browse/view/browse_screen.dart -------------------------------------------------------------------------------- /lib/features/details/view/details_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/details/view/details_screen.dart -------------------------------------------------------------------------------- /lib/features/details/view/widgets/content_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/details/view/widgets/content_widget.dart -------------------------------------------------------------------------------- /lib/features/details/view/widgets/edit_list_bottom_sheet.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/details/view/widgets/edit_list_bottom_sheet.dart -------------------------------------------------------------------------------- /lib/features/details/view/widgets/episodes_tab.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/details/view/widgets/episodes_tab.dart -------------------------------------------------------------------------------- /lib/features/details/view/widgets/header_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/details/view/widgets/header_widget.dart -------------------------------------------------------------------------------- /lib/features/details/view/widgets/info_card_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/details/view/widgets/info_card_widget.dart -------------------------------------------------------------------------------- /lib/features/details/view/widgets/rankings_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/details/view/widgets/rankings_widget.dart -------------------------------------------------------------------------------- /lib/features/details/view/widgets/synopsis_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/details/view/widgets/synopsis_widget.dart -------------------------------------------------------------------------------- /lib/features/details/view/widgets/watch_button_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/details/view/widgets/watch_button_widget.dart -------------------------------------------------------------------------------- /lib/features/details/view/widgets/widgets.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/details/view/widgets/widgets.dart -------------------------------------------------------------------------------- /lib/features/downloads/model/download_item.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/downloads/model/download_item.dart -------------------------------------------------------------------------------- /lib/features/downloads/model/download_item.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/downloads/model/download_item.g.dart -------------------------------------------------------------------------------- /lib/features/downloads/model/download_status.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/downloads/model/download_status.dart -------------------------------------------------------------------------------- /lib/features/downloads/model/download_status.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/downloads/model/download_status.g.dart -------------------------------------------------------------------------------- /lib/features/downloads/repository/downloads_repository.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/downloads/repository/downloads_repository.dart -------------------------------------------------------------------------------- /lib/features/downloads/view/downloads_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/downloads/view/downloads_screen.dart -------------------------------------------------------------------------------- /lib/features/downloads/view/local_player_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/downloads/view/local_player_screen.dart -------------------------------------------------------------------------------- /lib/features/downloads/view/widgets/download_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/downloads/view/widgets/download_card.dart -------------------------------------------------------------------------------- /lib/features/downloads/view_model/downloads_notifier.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/downloads/view_model/downloads_notifier.dart -------------------------------------------------------------------------------- /lib/features/error/view/error_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/error/view/error_screen.dart -------------------------------------------------------------------------------- /lib/features/home/model/home_page.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/model/home_page.dart -------------------------------------------------------------------------------- /lib/features/home/model/home_page.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/model/home_page.g.dart -------------------------------------------------------------------------------- /lib/features/home/view/home_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/home_screen.dart -------------------------------------------------------------------------------- /lib/features/home/view/widget/action_panel.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widget/action_panel.dart -------------------------------------------------------------------------------- /lib/features/home/view/widget/continue_section.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widget/continue_section.dart -------------------------------------------------------------------------------- /lib/features/home/view/widget/discover_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widget/discover_card.dart -------------------------------------------------------------------------------- /lib/features/home/view/widget/header_base_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widget/header_base_card.dart -------------------------------------------------------------------------------- /lib/features/home/view/widget/header_section.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widget/header_section.dart -------------------------------------------------------------------------------- /lib/features/home/view/widget/home_section.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widget/home_section.dart -------------------------------------------------------------------------------- /lib/features/home/view/widget/search_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widget/search_model.dart -------------------------------------------------------------------------------- /lib/features/home/view/widget/slider_indicator.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widget/slider_indicator.dart -------------------------------------------------------------------------------- /lib/features/home/view/widget/spotlight_section.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widget/spotlight_section.dart -------------------------------------------------------------------------------- /lib/features/home/view/widget/user_profile_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widget/user_profile_card.dart -------------------------------------------------------------------------------- /lib/features/home/view/widgets/spotlight/modes/classic_spotlight.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widgets/spotlight/modes/classic_spotlight.dart -------------------------------------------------------------------------------- /lib/features/home/view/widgets/spotlight/modes/compact_spotlight.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widgets/spotlight/modes/compact_spotlight.dart -------------------------------------------------------------------------------- /lib/features/home/view/widgets/spotlight/modes/cover_only_spotlight.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widgets/spotlight/modes/cover_only_spotlight.dart -------------------------------------------------------------------------------- /lib/features/home/view/widgets/spotlight/modes/default_spotlight.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widgets/spotlight/modes/default_spotlight.dart -------------------------------------------------------------------------------- /lib/features/home/view/widgets/spotlight/modes/liquid_glass_spotlight.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widgets/spotlight/modes/liquid_glass_spotlight.dart -------------------------------------------------------------------------------- /lib/features/home/view/widgets/spotlight/modes/manga_spotlight.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widgets/spotlight/modes/manga_spotlight.dart -------------------------------------------------------------------------------- /lib/features/home/view/widgets/spotlight/modes/minimal_spotlight.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widgets/spotlight/modes/minimal_spotlight.dart -------------------------------------------------------------------------------- /lib/features/home/view/widgets/spotlight/modes/neon_spotlight.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widgets/spotlight/modes/neon_spotlight.dart -------------------------------------------------------------------------------- /lib/features/home/view/widgets/spotlight/modes/polaroid_spotlight.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widgets/spotlight/modes/polaroid_spotlight.dart -------------------------------------------------------------------------------- /lib/features/home/view/widgets/spotlight/spotlight_card_config.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view/widgets/spotlight/spotlight_card_config.dart -------------------------------------------------------------------------------- /lib/features/home/view_model/homepage_notifier.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/home/view_model/homepage_notifier.dart -------------------------------------------------------------------------------- /lib/features/loading/view/loading_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/loading/view/loading_screen.dart -------------------------------------------------------------------------------- /lib/features/loading/view_model/initialization_notifier.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/loading/view_model/initialization_notifier.dart -------------------------------------------------------------------------------- /lib/features/onboarding/view/onboarding_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/onboarding/view/onboarding_screen.dart -------------------------------------------------------------------------------- /lib/features/settings/model/experimental_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/model/experimental_model.dart -------------------------------------------------------------------------------- /lib/features/settings/model/experimental_model.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/model/experimental_model.g.dart -------------------------------------------------------------------------------- /lib/features/settings/model/player_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/model/player_model.dart -------------------------------------------------------------------------------- /lib/features/settings/model/player_model.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/model/player_model.g.dart -------------------------------------------------------------------------------- /lib/features/settings/model/source_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/model/source_model.dart -------------------------------------------------------------------------------- /lib/features/settings/model/subtitle_appearance_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/model/subtitle_appearance_model.dart -------------------------------------------------------------------------------- /lib/features/settings/model/subtitle_appearance_model.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/model/subtitle_appearance_model.g.dart -------------------------------------------------------------------------------- /lib/features/settings/model/theme_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/model/theme_model.dart -------------------------------------------------------------------------------- /lib/features/settings/model/theme_model.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/model/theme_model.g.dart -------------------------------------------------------------------------------- /lib/features/settings/model/ui_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/model/ui_model.dart -------------------------------------------------------------------------------- /lib/features/settings/model/ui_model.g.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/model/ui_model.g.dart -------------------------------------------------------------------------------- /lib/features/settings/utils/subtitle_utils.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/utils/subtitle_utils.dart -------------------------------------------------------------------------------- /lib/features/settings/view/about_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view/about_screen.dart -------------------------------------------------------------------------------- /lib/features/settings/view/account_settings_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view/account_settings_screen.dart -------------------------------------------------------------------------------- /lib/features/settings/view/anime_sources_settings_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view/anime_sources_settings_screen.dart -------------------------------------------------------------------------------- /lib/features/settings/view/experimental_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view/experimental_screen.dart -------------------------------------------------------------------------------- /lib/features/settings/view/extension_preference_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view/extension_preference_screen.dart -------------------------------------------------------------------------------- /lib/features/settings/view/extensions_list_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view/extensions_list_screen.dart -------------------------------------------------------------------------------- /lib/features/settings/view/player_settings_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view/player_settings_screen.dart -------------------------------------------------------------------------------- /lib/features/settings/view/settings_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view/settings_screen.dart -------------------------------------------------------------------------------- /lib/features/settings/view/subtitle_customization_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view/subtitle_customization_screen.dart -------------------------------------------------------------------------------- /lib/features/settings/view/temporary/demo_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view/temporary/demo_screen.dart -------------------------------------------------------------------------------- /lib/features/settings/view/theme_settings_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view/theme_settings_screen.dart -------------------------------------------------------------------------------- /lib/features/settings/view/ui_settings_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view/ui_settings_screen.dart -------------------------------------------------------------------------------- /lib/features/settings/view/widgets/color_picker_item.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view/widgets/color_picker_item.dart -------------------------------------------------------------------------------- /lib/features/settings/view/widgets/extension_tile.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view/widgets/extension_tile.dart -------------------------------------------------------------------------------- /lib/features/settings/view/widgets/settings_item.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view/widgets/settings_item.dart -------------------------------------------------------------------------------- /lib/features/settings/view/widgets/settings_section.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view/widgets/settings_section.dart -------------------------------------------------------------------------------- /lib/features/settings/view_model/experimental_notifier.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view_model/experimental_notifier.dart -------------------------------------------------------------------------------- /lib/features/settings/view_model/player_notifier.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view_model/player_notifier.dart -------------------------------------------------------------------------------- /lib/features/settings/view_model/source_notifier.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view_model/source_notifier.dart -------------------------------------------------------------------------------- /lib/features/settings/view_model/subtitle_notifier.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view_model/subtitle_notifier.dart -------------------------------------------------------------------------------- /lib/features/settings/view_model/theme_notifier.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view_model/theme_notifier.dart -------------------------------------------------------------------------------- /lib/features/settings/view_model/ui_notifier.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/settings/view_model/ui_notifier.dart -------------------------------------------------------------------------------- /lib/features/watchlist/view/watchlist_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/watchlist/view/watchlist_screen.dart -------------------------------------------------------------------------------- /lib/features/watchlist/view/widget/shonenx_gridview.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/watchlist/view/widget/shonenx_gridview.dart -------------------------------------------------------------------------------- /lib/features/watchlist/view_model/watchlist_notifier.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/features/watchlist/view_model/watchlist_notifier.dart -------------------------------------------------------------------------------- /lib/helpers/anime_match_popup.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/helpers/anime_match_popup.dart -------------------------------------------------------------------------------- /lib/helpers/matcher.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/helpers/matcher.dart -------------------------------------------------------------------------------- /lib/helpers/navigation.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/helpers/navigation.dart -------------------------------------------------------------------------------- /lib/helpers/theming.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/helpers/theming.dart -------------------------------------------------------------------------------- /lib/helpers/ui.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/helpers/ui.dart -------------------------------------------------------------------------------- /lib/main.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/main.dart -------------------------------------------------------------------------------- /lib/router/router.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/router/router.dart -------------------------------------------------------------------------------- /lib/shared/providers/anime_repo_provider.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/shared/providers/anime_repo_provider.dart -------------------------------------------------------------------------------- /lib/shared/providers/auth_provider.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/shared/providers/auth_provider.dart -------------------------------------------------------------------------------- /lib/shared/providers/router_provider.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/shared/providers/router_provider.dart -------------------------------------------------------------------------------- /lib/shared/providers/update_provider.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/shared/providers/update_provider.dart -------------------------------------------------------------------------------- /lib/shared/services/thumbnail_service.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/shared/services/thumbnail_service.dart -------------------------------------------------------------------------------- /lib/storage_provider.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/storage_provider.dart -------------------------------------------------------------------------------- /lib/utils/compression.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/utils/compression.dart -------------------------------------------------------------------------------- /lib/utils/extractors.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/utils/extractors.dart -------------------------------------------------------------------------------- /lib/utils/formatter.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/utils/formatter.dart -------------------------------------------------------------------------------- /lib/utils/greeting_methods.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/utils/greeting_methods.dart -------------------------------------------------------------------------------- /lib/utils/hls_parser.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/utils/hls_parser.dart -------------------------------------------------------------------------------- /lib/utils/html_parser.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/utils/html_parser.dart -------------------------------------------------------------------------------- /lib/utils/theme.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/utils/theme.dart -------------------------------------------------------------------------------- /lib/utils/updater.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/lib/utils/updater.dart -------------------------------------------------------------------------------- /linux/.gitignore: -------------------------------------------------------------------------------- 1 | flutter/ephemeral 2 | -------------------------------------------------------------------------------- /linux/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/linux/CMakeLists.txt -------------------------------------------------------------------------------- /linux/flutter/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/linux/flutter/CMakeLists.txt -------------------------------------------------------------------------------- /linux/flutter/generated_plugin_registrant.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/linux/flutter/generated_plugin_registrant.cc -------------------------------------------------------------------------------- /linux/flutter/generated_plugin_registrant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/linux/flutter/generated_plugin_registrant.h -------------------------------------------------------------------------------- /linux/flutter/generated_plugins.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/linux/flutter/generated_plugins.cmake -------------------------------------------------------------------------------- /linux/runner/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/linux/runner/CMakeLists.txt -------------------------------------------------------------------------------- /linux/runner/main.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/linux/runner/main.cc -------------------------------------------------------------------------------- /linux/runner/my_application.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/linux/runner/my_application.cc -------------------------------------------------------------------------------- /linux/runner/my_application.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/linux/runner/my_application.h -------------------------------------------------------------------------------- /macos/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/.gitignore -------------------------------------------------------------------------------- /macos/Flutter/Flutter-Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ephemeral/Flutter-Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /macos/Flutter/Flutter-Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ephemeral/Flutter-Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /macos/Flutter/GeneratedPluginRegistrant.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Flutter/GeneratedPluginRegistrant.swift -------------------------------------------------------------------------------- /macos/Runner.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme -------------------------------------------------------------------------------- /macos/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /macos/Runner/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner/AppDelegate.swift -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png -------------------------------------------------------------------------------- /macos/Runner/Base.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner/Base.lproj/MainMenu.xib -------------------------------------------------------------------------------- /macos/Runner/Configs/AppInfo.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner/Configs/AppInfo.xcconfig -------------------------------------------------------------------------------- /macos/Runner/Configs/Debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner/Configs/Debug.xcconfig -------------------------------------------------------------------------------- /macos/Runner/Configs/Release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner/Configs/Release.xcconfig -------------------------------------------------------------------------------- /macos/Runner/Configs/Warnings.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner/Configs/Warnings.xcconfig -------------------------------------------------------------------------------- /macos/Runner/DebugProfile.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner/DebugProfile.entitlements -------------------------------------------------------------------------------- /macos/Runner/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner/Info.plist -------------------------------------------------------------------------------- /macos/Runner/MainFlutterWindow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner/MainFlutterWindow.swift -------------------------------------------------------------------------------- /macos/Runner/Release.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/Runner/Release.entitlements -------------------------------------------------------------------------------- /macos/RunnerTests/RunnerTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/macos/RunnerTests/RunnerTests.swift -------------------------------------------------------------------------------- /pubspec.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/pubspec.lock -------------------------------------------------------------------------------- /pubspec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/pubspec.yaml -------------------------------------------------------------------------------- /screenshots/desktop/anilist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/screenshots/desktop/anilist.jpg -------------------------------------------------------------------------------- /screenshots/desktop/details.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/screenshots/desktop/details.jpg -------------------------------------------------------------------------------- /screenshots/desktop/home.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/screenshots/desktop/home.jpg -------------------------------------------------------------------------------- /screenshots/desktop/search.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/screenshots/desktop/search.jpg -------------------------------------------------------------------------------- /screenshots/desktop/stream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/screenshots/desktop/stream.jpg -------------------------------------------------------------------------------- /screenshots/mobile/anilist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/screenshots/mobile/anilist.jpg -------------------------------------------------------------------------------- /screenshots/mobile/details.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/screenshots/mobile/details.jpg -------------------------------------------------------------------------------- /screenshots/mobile/home.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/screenshots/mobile/home.jpg -------------------------------------------------------------------------------- /screenshots/mobile/search.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/screenshots/mobile/search.jpg -------------------------------------------------------------------------------- /screenshots/mobile/stream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/screenshots/mobile/stream.jpg -------------------------------------------------------------------------------- /shonenx.iml~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/shonenx.iml~ -------------------------------------------------------------------------------- /structure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/structure -------------------------------------------------------------------------------- /test/widget_test.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/test/widget_test.dart -------------------------------------------------------------------------------- /web/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/web/favicon.png -------------------------------------------------------------------------------- /web/icons/Icon-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/web/icons/Icon-192.png -------------------------------------------------------------------------------- /web/icons/Icon-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/web/icons/Icon-512.png -------------------------------------------------------------------------------- /web/icons/Icon-maskable-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/web/icons/Icon-maskable-192.png -------------------------------------------------------------------------------- /web/icons/Icon-maskable-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/web/icons/Icon-maskable-512.png -------------------------------------------------------------------------------- /web/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/web/index.html -------------------------------------------------------------------------------- /web/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/web/manifest.json -------------------------------------------------------------------------------- /windows/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/windows/.gitignore -------------------------------------------------------------------------------- /windows/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/windows/CMakeLists.txt -------------------------------------------------------------------------------- /windows/flutter/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/windows/flutter/CMakeLists.txt -------------------------------------------------------------------------------- /windows/flutter/generated_plugin_registrant.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/windows/flutter/generated_plugin_registrant.cc -------------------------------------------------------------------------------- /windows/flutter/generated_plugin_registrant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/windows/flutter/generated_plugin_registrant.h -------------------------------------------------------------------------------- /windows/flutter/generated_plugins.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/windows/flutter/generated_plugins.cmake -------------------------------------------------------------------------------- /windows/runner/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/windows/runner/CMakeLists.txt -------------------------------------------------------------------------------- /windows/runner/Runner.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/windows/runner/Runner.rc -------------------------------------------------------------------------------- /windows/runner/flutter_window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/windows/runner/flutter_window.cpp -------------------------------------------------------------------------------- /windows/runner/flutter_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/windows/runner/flutter_window.h -------------------------------------------------------------------------------- /windows/runner/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/windows/runner/main.cpp -------------------------------------------------------------------------------- /windows/runner/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/windows/runner/resource.h -------------------------------------------------------------------------------- /windows/runner/resources/app_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/windows/runner/resources/app_icon.ico -------------------------------------------------------------------------------- /windows/runner/runner.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/windows/runner/runner.exe.manifest -------------------------------------------------------------------------------- /windows/runner/utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/windows/runner/utils.cpp -------------------------------------------------------------------------------- /windows/runner/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/windows/runner/utils.h -------------------------------------------------------------------------------- /windows/runner/win32_window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/windows/runner/win32_window.cpp -------------------------------------------------------------------------------- /windows/runner/win32_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roshancodespace/ShonenX/HEAD/windows/runner/win32_window.h --------------------------------------------------------------------------------