├── .gitignore ├── .metadata ├── .vscode └── launch.json ├── IDR_THEME_NTP_BACKGROUND.png ├── LICENSE ├── README.md ├── analysis_options.yaml ├── android ├── .gitignore ├── app │ ├── .cxx │ │ ├── Debug │ │ │ └── 5k3m7222 │ │ │ │ ├── arm64-v8a │ │ │ │ ├── .cmake │ │ │ │ │ └── api │ │ │ │ │ │ └── v1 │ │ │ │ │ │ ├── query │ │ │ │ │ │ └── client-agp │ │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ │ └── reply │ │ │ │ │ │ ├── cache-v2-3514e47e95bf903bb4ca.json │ │ │ │ │ │ ├── cmakeFiles-v1-9c48d626c951486fca63.json │ │ │ │ │ │ ├── codemodel-v2-fd8e1c59773cfbbd0b28.json │ │ │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ │ │ └── index-2025-02-25T03-54-31-0664.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-43ba14fc72c203460fbd.json │ │ │ │ │ │ ├── cmakeFiles-v1-328b2eda30e0554c2f76.json │ │ │ │ │ │ ├── codemodel-v2-327445be64899724ba4f.json │ │ │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ │ │ └── index-2025-02-25T03-54-34-0806.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-9f70f8bbb0552ef1f625.json │ │ │ │ │ │ ├── cmakeFiles-v1-2a24ff9845e9f11794c9.json │ │ │ │ │ │ ├── codemodel-v2-26300048cb3857711888.json │ │ │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ │ │ └── index-2025-02-25T03-54-36-0284.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-39ba4d955c1eae08f437.json │ │ │ │ │ ├── cmakeFiles-v1-a3002c1ab9ef2931b5e6.json │ │ │ │ │ ├── codemodel-v2-b1547496c0a5b09515d4.json │ │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ │ └── index-2025-02-25T03-54-37-0343.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 │ │ │ └── 4d652n1g │ │ │ ├── arm64-v8a │ │ │ ├── .cmake │ │ │ │ └── api │ │ │ │ │ └── v1 │ │ │ │ │ ├── query │ │ │ │ │ └── client-agp │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ └── reply │ │ │ │ │ ├── cache-v2-51ebe870f95f3bb5aefb.json │ │ │ │ │ ├── cmakeFiles-v1-902b72a3cd20c92c2785.json │ │ │ │ │ ├── codemodel-v2-636e41654976d410248f.json │ │ │ │ │ ├── directory-.-RelWithDebInfo-d0094a50bb2071803777.json │ │ │ │ │ └── index-2025-02-25T05-53-00-0230.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-e14116fc91b2229af29c.json │ │ │ │ │ ├── cmakeFiles-v1-2f2d1e3078563e5b6953.json │ │ │ │ │ ├── codemodel-v2-5b07229ebd1a31d6f847.json │ │ │ │ │ ├── directory-.-RelWithDebInfo-d0094a50bb2071803777.json │ │ │ │ │ └── index-2025-02-25T05-53-01-0398.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-4c284e584e7721b2d077.json │ │ │ │ │ ├── cmakeFiles-v1-64e3d74ce342fac58f47.json │ │ │ │ │ ├── codemodel-v2-01ea78b49485c5911bf1.json │ │ │ │ │ ├── directory-.-RelWithDebInfo-d0094a50bb2071803777.json │ │ │ │ │ └── index-2025-02-25T05-53-19-0487.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-8ebdd9bfd5fd97a2e797.json │ │ │ │ ├── cmakeFiles-v1-4330b35adc9460092301.json │ │ │ │ ├── codemodel-v2-a1ed05bb6179d15aa68b.json │ │ │ │ ├── directory-.-RelWithDebInfo-d0094a50bb2071803777.json │ │ │ │ └── index-2025-02-25T05-53-21-0547.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 │ ├── key.properties │ ├── proguard-rules.pro │ ├── src │ │ ├── debug │ │ │ └── AndroidManifest.xml │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── kotlin │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── zy_player_flutter │ │ │ │ │ └── MainActivity.kt │ │ │ └── res │ │ │ │ ├── drawable-night │ │ │ │ └── launch_background.xml │ │ │ │ ├── drawable-xxhdpi │ │ │ │ ├── ic_launcher_background.png │ │ │ │ └── ic_launcher_foreground.png │ │ │ │ ├── drawable-xxxhdpi │ │ │ │ ├── ic_launcher_background.png │ │ │ │ └── ic_launcher_foreground.png │ │ │ │ ├── drawable │ │ │ │ └── launch_background.xml │ │ │ │ ├── mipmap-anydpi-v26 │ │ │ │ └── ic_launcher.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_background.png │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_background.png │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_background.png │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_background.png │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_background.png │ │ │ │ └── ic_launcher.png │ │ │ │ ├── values │ │ │ │ └── styles.xml │ │ │ │ └── xml │ │ │ │ └── filepaths.xml │ │ └── profile │ │ │ └── AndroidManifest.xml │ └── test.jks ├── build.gradle ├── gradle.properties ├── gradle │ └── wrapper │ │ └── gradle-wrapper.properties └── settings.gradle ├── assets ├── fonts │ └── iconfont.ttf └── images │ ├── bg_update_top.png │ ├── book │ ├── bookshelf_add.png │ ├── bookshelf_bg.png │ ├── bookshelf_cloud_0.png │ ├── bookshelf_cloud_1.png │ ├── bookshelf_cloud_2.png │ ├── bookshelf_cloud_3.png │ ├── bookshelf_continue_read.png │ ├── pub_back_gray.png │ ├── read_icon_brightness.png │ ├── read_icon_catalog.png │ ├── read_icon_font.png │ ├── read_icon_more.png │ ├── read_icon_setting.png │ ├── read_icon_voice.png │ └── reader_battery.png │ ├── fullscreen_enter.png │ ├── fullscreen_exit.png │ ├── home │ ├── dongman.png │ ├── shoucang.png │ ├── video.png │ └── xiaoshuo.png │ ├── ic_arrow_right.png │ ├── ic_back_black.png │ ├── ic_background.png │ ├── login │ ├── qyg_shop_icon_delete.png │ ├── qyg_shop_icon_display.png │ └── qyg_shop_icon_hide.png │ ├── logo.png │ ├── none.png │ ├── order_delete.png │ ├── order_search.png │ ├── qq.png │ ├── space_demo.flr │ ├── state │ ├── zwdd.png │ ├── zwsp.png │ ├── zwwl.png │ ├── zwxx.png │ └── zwzh.png │ ├── update_head.jpg │ ├── video_next.png │ ├── video_play.png │ ├── video_stop.png │ ├── voice_ok.png │ ├── voice_stop.png │ ├── youhui1.jpg │ ├── youhui2.png │ └── zhifubao.jpg ├── black_color_full.png ├── build.yaml ├── devtools_options.yaml ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── i18n ├── en-US.json └── zh-CN.json ├── images ├── QQ图片20220728094034.jpg ├── QQ图片20220728094040.jpg ├── QQ图片20220728094042.jpg ├── QQ图片20220728094045.jpg ├── QQ图片20220728094048.jpg ├── QQ图片20220728094051.jpg ├── QQ图片20220728094054.jpg ├── QQ图片20220728094057.jpg ├── QQ图片20220728094102.jpg ├── QQ图片20220728094106.jpg └── QQ图片20220728094350.jpg ├── ios ├── .gitignore ├── Flutter │ ├── .last_build_id │ ├── AppFrameworkInfo.plist │ ├── Debug.xcconfig │ └── Release.xcconfig ├── Podfile ├── Podfile.lock ├── 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-1024.png │ │ │ ├── icon-20-ipad.png │ │ │ ├── icon-20@2x-ipad.png │ │ │ ├── icon-20@2x.png │ │ │ ├── icon-20@3x.png │ │ │ ├── icon-29-ipad.png │ │ │ ├── icon-29.png │ │ │ ├── icon-29@2x-ipad.png │ │ │ ├── icon-29@2x.png │ │ │ ├── icon-29@3x.png │ │ │ ├── icon-40.png │ │ │ ├── icon-40@2x.png │ │ │ ├── icon-40@3x.png │ │ │ ├── icon-50.png │ │ │ ├── icon-50@2x.png │ │ │ ├── icon-57.png │ │ │ ├── icon-57@2x.png │ │ │ ├── icon-60@2x.png │ │ │ ├── icon-60@3x.png │ │ │ ├── icon-72.png │ │ │ ├── icon-72@2x.png │ │ │ ├── icon-76.png │ │ │ ├── icon-76@2x.png │ │ │ └── icon-83.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 └── release │ ├── AccountAuthenticationModificationViewController.swift │ ├── Base.lproj │ └── MainInterface.storyboard │ └── Info.plist ├── lib ├── Collect │ ├── collect_router.dart │ ├── page │ │ └── collect_page.dart │ └── provider │ │ └── collect_provider.dart ├── common │ └── common.dart ├── event │ ├── event_bus.dart │ ├── event_model.dart │ └── method_channel.dart ├── home │ ├── empty_webview.dart │ ├── home_page.dart │ ├── provider │ │ └── home_provider.dart │ ├── splash_page.dart │ └── webview_page.dart ├── localization │ ├── app_localizations.dart │ └── l10n │ │ ├── intl_en.arb │ │ ├── intl_messages.arb │ │ ├── intl_zh.arb │ │ ├── messages_all.dart │ │ ├── messages_en.dart │ │ ├── messages_messages.dart │ │ └── messages_zh.dart ├── login │ ├── login_router.dart │ ├── page │ │ ├── login_page.dart │ │ ├── register_page.dart │ │ ├── reset_password_page.dart │ │ ├── sms_login_page.dart │ │ └── update_password_page.dart │ └── widgets │ │ └── my_text_field.dart ├── main.dart ├── manhua │ ├── manhua_router.dart │ ├── page │ │ ├── manhua_detail_page.dart │ │ ├── manhua_images_page.dart │ │ ├── manhua_page.dart │ │ └── manhua_search_page.dart │ └── provider │ │ ├── manhua_detail_provider.dart │ │ └── manhua_provider.dart ├── model │ ├── audio_detail.dart │ ├── audio_detail.g.dart │ ├── audio_loc.dart │ ├── audio_loc.g.dart │ ├── category_tab.dart │ ├── category_tab.g.dart │ ├── category_tab_detail.dart │ ├── category_tab_detail.g.dart │ ├── detail_reource.dart │ ├── detail_reource.g.dart │ ├── hot_home.dart │ ├── hot_home.g.dart │ ├── hot_search.dart │ ├── hot_search.g.dart │ ├── hot_xiaoshuo.dart │ ├── hot_xiaoshuo.g.dart │ ├── manhua_catlog_detail.dart │ ├── manhua_catlog_detail.g.dart │ ├── manhua_detail.dart │ ├── manhua_detail.g.dart │ ├── player_hot.dart │ ├── player_hot.g.dart │ ├── player_reource.dart │ ├── player_reource.g.dart │ ├── resource_data.dart │ ├── resource_data.g.dart │ ├── xiaoshuo_chap.dart │ ├── xiaoshuo_chap.g.dart │ ├── xiaoshuo_content.dart │ ├── xiaoshuo_content.g.dart │ ├── xiaoshuo_detail.dart │ ├── xiaoshuo_detail.g.dart │ ├── zhibo_resource.dart │ └── zhibo_resource.g.dart ├── net │ ├── dio_utils.dart │ ├── error_handle.dart │ ├── http_api.dart │ ├── intercept.dart │ └── net.dart ├── player │ ├── page │ │ ├── player_detail_page.dart │ │ ├── player_more_page.dart │ │ ├── player_page.dart │ │ └── player_search_page.dart │ ├── player_router.dart │ ├── provider │ │ ├── detail_provider.dart │ │ └── player_provider.dart │ └── widget │ │ ├── player_list_page.dart │ │ └── zhibo_list_page.dart ├── provider │ ├── app_state_provider.dart │ ├── base_list_provider.dart │ └── theme_provider.dart ├── res │ ├── colors.dart │ ├── dimens.dart │ ├── gaps.dart │ ├── resources.dart │ └── styles.dart ├── routes │ ├── 404.dart │ ├── application.dart │ ├── fluro_navigator.dart │ ├── router_init.dart │ └── routers.dart ├── setting │ ├── page │ │ ├── about_page.dart │ │ ├── account_manager_page.dart │ │ ├── pay_page.dart │ │ ├── player_record_page.dart │ │ ├── player_video_page.dart │ │ ├── setting_page.dart │ │ ├── sound_record_page.dart │ │ └── theme_page.dart │ ├── provider │ │ └── setting_provider.dart │ └── setting_router.dart ├── util │ ├── Loading.dart │ ├── ReaderPageAgent.dart │ ├── app_navigator.dart │ ├── change_notifier_manage.dart │ ├── date_utils.dart │ ├── date_utils_.dart │ ├── device_utils.dart │ ├── double_tap_back_exit_app.dart │ ├── handle_error_utils.dart │ ├── hex_color.dart │ ├── image_utils.dart │ ├── log_utils.dart │ ├── number_text_input_formatter.dart │ ├── persistent_header_delegate.dart │ ├── provider.dart │ ├── qs_common.dart │ ├── screen_utils.dart │ ├── theme_utils.dart │ ├── toast.dart │ └── utils.dart ├── widgets │ ├── base_dialog.dart │ ├── bubble_tab_indicator.dart │ ├── click_item.dart │ ├── load_image.dart │ ├── my_app_bar.dart │ ├── my_button.dart │ ├── my_card.dart │ ├── my_flexible_space_bar.dart │ ├── my_refresh_list.dart │ ├── my_scroll_view.dart │ ├── popup_window.dart │ ├── progress_dialog.dart │ ├── search_bar.dart │ ├── selected_image.dart │ ├── selected_item.dart │ ├── state_layout.dart │ └── text_field_item.dart └── xiaoshuo │ ├── page │ ├── shujia_page.dart │ ├── xiaoshuo_content_page.dart │ ├── xiaoshuo_deail_page.dart │ ├── xiaoshuo_page.dart │ └── xiaoshuo_search_page.dart │ ├── provider │ └── xiaoshuo_provider.dart │ ├── widget │ ├── batter_view.dart │ ├── booksheif_header_view.dart │ ├── bookshelf_cloud_widget.dart │ ├── bookshelf_item_view.dart │ └── reader_memu.dart │ └── xiaoshuo_router.dart ├── local.properties ├── pubspec.lock ├── pubspec.yaml ├── web ├── favicon.png ├── icons │ ├── Icon-192.png │ ├── Icon-512.png │ ├── Icon-maskable-192.png │ └── Icon-maskable-512.png ├── index.html └── manifest.json ├── white_color_full.png └── 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 /.gitignore: -------------------------------------------------------------------------------- 1 | # Miscellaneous 2 | *.class 3 | *.log 4 | *.pyc 5 | *.swp 6 | .DS_Store 7 | .atom/ 8 | .buildlog/ 9 | .history 10 | .svn/ 11 | 12 | # IntelliJ related 13 | *.iml 14 | *.ipr 15 | *.iws 16 | .idea/ 17 | 18 | # The .vscode folder contains launch configuration and tasks you configure in 19 | # VS Code which you may wish to be included in version control, so this line 20 | # is commented out by default. 21 | #.vscode/ 22 | 23 | # Flutter/Dart/Pub related 24 | **/doc/api/ 25 | .dart_tool/ 26 | .flutter-plugins 27 | .flutter-plugins-dependencies 28 | .packages 29 | .pub-cache/ 30 | .pub/ 31 | /build/ 32 | 33 | # Web related 34 | lib/generated_plugin_registrant.dart 35 | 36 | # Symbolication related 37 | app.*.symbols 38 | 39 | # Obfuscation related 40 | app.*.map.json 41 | 42 | # Exceptions to above rules. 43 | !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages 44 | -------------------------------------------------------------------------------- /.metadata: -------------------------------------------------------------------------------- 1 | # This file tracks properties of this Flutter project. 2 | # Used by Flutter tool to assess capabilities and perform upgrades etc. 3 | # 4 | # This file should be version controlled. 5 | 6 | version: 7 | revision: f1875d570e39de09040c8f79aa13cc56baab8db1 8 | channel: stable 9 | 10 | project_type: app 11 | 12 | # Tracks metadata for the flutter migrate command 13 | migration: 14 | platforms: 15 | - platform: root 16 | create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1 17 | base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1 18 | - platform: windows 19 | create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1 20 | base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1 21 | 22 | # User provided section 23 | 24 | # List of Local paths (relative to this file) that should be 25 | # ignored by the migrate tool. 26 | # 27 | # Files that are not part of the templates will be ignored by default. 28 | unmanaged_files: 29 | - 'lib/main.dart' 30 | - 'ios/Runner.xcodeproj/project.pbxproj' 31 | -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- 1 | { 2 | // 使用 IntelliSense 了解相关属性。 3 | // 悬停以查看现有属性的描述。 4 | // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 5 | "version": "0.2.0", 6 | "configurations": [ 7 | { 8 | "name": "Flutter", 9 | "request": "launch", 10 | "type": "dart", 11 | "args": [ "--enable-software-rendering"] 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /IDR_THEME_NTP_BACKGROUND.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/IDR_THEME_NTP_BACKGROUND.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 xiaojiazi 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /android/.gitignore: -------------------------------------------------------------------------------- 1 | gradle-wrapper.jar 2 | /.gradle 3 | /captures/ 4 | /gradlew 5 | /gradlew.bat 6 | /local.properties 7 | GeneratedPluginRegistrant.java 8 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/arm64-v8a/.cmake/api/v1/query/client-agp/cache-v2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/arm64-v8a/.cmake/api/v1/query/client-agp/cmakeFiles-v1 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/arm64-v8a/.cmake/api/v1/query/client-agp/codemodel-v2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/.cmake/api/v1/reply/codemodel-v2-fd8e1c59773cfbbd0b28.json: -------------------------------------------------------------------------------- 1 | { 2 | "configurations" : 3 | [ 4 | { 5 | "directories" : 6 | [ 7 | { 8 | "build" : ".", 9 | "jsonFile" : "directory-.-Debug-d0094a50bb2071803777.json", 10 | "minimumCMakeVersion" : 11 | { 12 | "string" : "3.6.0" 13 | }, 14 | "projectIndex" : 0, 15 | "source" : "." 16 | } 17 | ], 18 | "name" : "Debug", 19 | "projects" : 20 | [ 21 | { 22 | "directoryIndexes" : 23 | [ 24 | 0 25 | ], 26 | "name" : "Project" 27 | } 28 | ], 29 | "targets" : [] 30 | } 31 | ], 32 | "kind" : "codemodel", 33 | "paths" : 34 | { 35 | "build" : "D:/GitHub/ZY_Player_flutter/android/app/.cxx/Debug/5k3m7222/arm64-v8a", 36 | "source" : "D:/flutter/packages/flutter_tools/gradle/src/main/groovy" 37 | }, 38 | "version" : 39 | { 40 | "major" : 2, 41 | "minor" : 3 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- 1 | set(CMAKE_HOST_SYSTEM "Windows-10.0.22631") 2 | set(CMAKE_HOST_SYSTEM_NAME "Windows") 3 | set(CMAKE_HOST_SYSTEM_VERSION "10.0.22631") 4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") 5 | 6 | include("D:/Android/Sdk/ndk/26.3.11579264/build/cmake/android.toolchain.cmake") 7 | 8 | set(CMAKE_SYSTEM "Android-1") 9 | set(CMAKE_SYSTEM_NAME "Android") 10 | set(CMAKE_SYSTEM_VERSION "1") 11 | set(CMAKE_SYSTEM_PROCESSOR "aarch64") 12 | 13 | set(CMAKE_CROSSCOMPILING "TRUE") 14 | 15 | set(CMAKE_SYSTEM_LOADED 1) 16 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- 1 | D:/GitHub/ZY_Player_flutter/android/app/.cxx/Debug/5k3m7222/arm64-v8a/CMakeFiles/edit_cache.dir 2 | D:/GitHub/ZY_Player_flutter/android/app/.cxx/Debug/5k3m7222/arm64-v8a/CMakeFiles/rebuild_cache.dir 3 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/additional_project_files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/arm64-v8a/additional_project_files.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/android_gradle_build.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildFiles": [ 3 | "D:\\flutter\\packages\\flutter_tools\\gradle\\src\\main\\groovy\\CMakeLists.txt" 4 | ], 5 | "cleanCommandsComponents": [ 6 | [ 7 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 8 | "-C", 9 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\Debug\\5k3m7222\\arm64-v8a", 10 | "clean" 11 | ] 12 | ], 13 | "buildTargetsCommandComponents": [ 14 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 15 | "-C", 16 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\Debug\\5k3m7222\\arm64-v8a", 17 | "{LIST_OF_TARGETS_TO_BUILD}" 18 | ], 19 | "libraries": {}, 20 | "toolchains": { 21 | "toolchain": { 22 | "cCompilerExecutable": "D:\\Android\\Sdk\\ndk\\26.3.11579264\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe", 23 | "cppCompilerExecutable": "D:\\Android\\Sdk\\ndk\\26.3.11579264\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang++.exe" 24 | } 25 | }, 26 | "cFileExtensions": [], 27 | "cppFileExtensions": [] 28 | } -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/android_gradle_build_mini.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildFiles": [ 3 | "D:\\flutter\\packages\\flutter_tools\\gradle\\src\\main\\groovy\\CMakeLists.txt" 4 | ], 5 | "cleanCommandsComponents": [ 6 | [ 7 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 8 | "-C", 9 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\Debug\\5k3m7222\\arm64-v8a", 10 | "clean" 11 | ] 12 | ], 13 | "buildTargetsCommandComponents": [ 14 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 15 | "-C", 16 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\Debug\\5k3m7222\\arm64-v8a", 17 | "{LIST_OF_TARGETS_TO_BUILD}" 18 | ], 19 | "libraries": {} 20 | } -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/build_file_index.txt: -------------------------------------------------------------------------------- 1 | D:\flutter\packages\flutter_tools\gradle\src\main\groovy\CMakeLists.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/arm64-v8a/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/metadata_generation_command.txt: -------------------------------------------------------------------------------- 1 | -HD:\flutter\packages\flutter_tools\gradle\src\main\groovy 2 | -DCMAKE_SYSTEM_NAME=Android 3 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON 4 | -DCMAKE_SYSTEM_VERSION=21 5 | -DANDROID_PLATFORM=android-21 6 | -DANDROID_ABI=arm64-v8a 7 | -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a 8 | -DANDROID_NDK=D:\Android\Sdk\ndk\26.3.11579264 9 | -DCMAKE_ANDROID_NDK=D:\Android\Sdk\ndk\26.3.11579264 10 | -DCMAKE_TOOLCHAIN_FILE=D:\Android\Sdk\ndk\26.3.11579264\build\cmake\android.toolchain.cmake 11 | -DCMAKE_MAKE_PROGRAM=D:\Android\Sdk\cmake\3.22.1\bin\ninja.exe 12 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\Debug\5k3m7222\obj\arm64-v8a 13 | -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\Debug\5k3m7222\obj\arm64-v8a 14 | -DCMAKE_BUILD_TYPE=Debug 15 | -BD:\GitHub\ZY_Player_flutter\android\app\.cxx\Debug\5k3m7222\arm64-v8a 16 | -GNinja 17 | -Wno-dev 18 | --no-warn-unused-cli 19 | Build command args: [] 20 | Version: 2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/prefab_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": false, 3 | "packages": [] 4 | } -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/arm64-v8a/symbol_folder_index.txt: -------------------------------------------------------------------------------- 1 | D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\Debug\5k3m7222\obj\arm64-v8a -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/armeabi-v7a/.cmake/api/v1/query/client-agp/cache-v2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/armeabi-v7a/.cmake/api/v1/query/client-agp/cmakeFiles-v1 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/armeabi-v7a/.cmake/api/v1/query/client-agp/codemodel-v2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/.cmake/api/v1/reply/codemodel-v2-327445be64899724ba4f.json: -------------------------------------------------------------------------------- 1 | { 2 | "configurations" : 3 | [ 4 | { 5 | "directories" : 6 | [ 7 | { 8 | "build" : ".", 9 | "jsonFile" : "directory-.-Debug-d0094a50bb2071803777.json", 10 | "minimumCMakeVersion" : 11 | { 12 | "string" : "3.6.0" 13 | }, 14 | "projectIndex" : 0, 15 | "source" : "." 16 | } 17 | ], 18 | "name" : "Debug", 19 | "projects" : 20 | [ 21 | { 22 | "directoryIndexes" : 23 | [ 24 | 0 25 | ], 26 | "name" : "Project" 27 | } 28 | ], 29 | "targets" : [] 30 | } 31 | ], 32 | "kind" : "codemodel", 33 | "paths" : 34 | { 35 | "build" : "D:/GitHub/ZY_Player_flutter/android/app/.cxx/Debug/5k3m7222/armeabi-v7a", 36 | "source" : "D:/flutter/packages/flutter_tools/gradle/src/main/groovy" 37 | }, 38 | "version" : 39 | { 40 | "major" : 2, 41 | "minor" : 3 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- 1 | set(CMAKE_HOST_SYSTEM "Windows-10.0.22631") 2 | set(CMAKE_HOST_SYSTEM_NAME "Windows") 3 | set(CMAKE_HOST_SYSTEM_VERSION "10.0.22631") 4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") 5 | 6 | include("D:/Android/Sdk/ndk/26.3.11579264/build/cmake/android.toolchain.cmake") 7 | 8 | set(CMAKE_SYSTEM "Android-1") 9 | set(CMAKE_SYSTEM_NAME "Android") 10 | set(CMAKE_SYSTEM_VERSION "1") 11 | set(CMAKE_SYSTEM_PROCESSOR "armv7-a") 12 | 13 | set(CMAKE_CROSSCOMPILING "TRUE") 14 | 15 | set(CMAKE_SYSTEM_LOADED 1) 16 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- 1 | D:/GitHub/ZY_Player_flutter/android/app/.cxx/Debug/5k3m7222/armeabi-v7a/CMakeFiles/edit_cache.dir 2 | D:/GitHub/ZY_Player_flutter/android/app/.cxx/Debug/5k3m7222/armeabi-v7a/CMakeFiles/rebuild_cache.dir 3 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/additional_project_files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/armeabi-v7a/additional_project_files.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/android_gradle_build.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildFiles": [ 3 | "D:\\flutter\\packages\\flutter_tools\\gradle\\src\\main\\groovy\\CMakeLists.txt" 4 | ], 5 | "cleanCommandsComponents": [ 6 | [ 7 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 8 | "-C", 9 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\Debug\\5k3m7222\\armeabi-v7a", 10 | "clean" 11 | ] 12 | ], 13 | "buildTargetsCommandComponents": [ 14 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 15 | "-C", 16 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\Debug\\5k3m7222\\armeabi-v7a", 17 | "{LIST_OF_TARGETS_TO_BUILD}" 18 | ], 19 | "libraries": {}, 20 | "toolchains": { 21 | "toolchain": { 22 | "cCompilerExecutable": "D:\\Android\\Sdk\\ndk\\26.3.11579264\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe", 23 | "cppCompilerExecutable": "D:\\Android\\Sdk\\ndk\\26.3.11579264\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang++.exe" 24 | } 25 | }, 26 | "cFileExtensions": [], 27 | "cppFileExtensions": [] 28 | } -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/android_gradle_build_mini.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildFiles": [ 3 | "D:\\flutter\\packages\\flutter_tools\\gradle\\src\\main\\groovy\\CMakeLists.txt" 4 | ], 5 | "cleanCommandsComponents": [ 6 | [ 7 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 8 | "-C", 9 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\Debug\\5k3m7222\\armeabi-v7a", 10 | "clean" 11 | ] 12 | ], 13 | "buildTargetsCommandComponents": [ 14 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 15 | "-C", 16 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\Debug\\5k3m7222\\armeabi-v7a", 17 | "{LIST_OF_TARGETS_TO_BUILD}" 18 | ], 19 | "libraries": {} 20 | } -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/build_file_index.txt: -------------------------------------------------------------------------------- 1 | D:\flutter\packages\flutter_tools\gradle\src\main\groovy\CMakeLists.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/armeabi-v7a/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/metadata_generation_command.txt: -------------------------------------------------------------------------------- 1 | -HD:\flutter\packages\flutter_tools\gradle\src\main\groovy 2 | -DCMAKE_SYSTEM_NAME=Android 3 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON 4 | -DCMAKE_SYSTEM_VERSION=21 5 | -DANDROID_PLATFORM=android-21 6 | -DANDROID_ABI=armeabi-v7a 7 | -DCMAKE_ANDROID_ARCH_ABI=armeabi-v7a 8 | -DANDROID_NDK=D:\Android\Sdk\ndk\26.3.11579264 9 | -DCMAKE_ANDROID_NDK=D:\Android\Sdk\ndk\26.3.11579264 10 | -DCMAKE_TOOLCHAIN_FILE=D:\Android\Sdk\ndk\26.3.11579264\build\cmake\android.toolchain.cmake 11 | -DCMAKE_MAKE_PROGRAM=D:\Android\Sdk\cmake\3.22.1\bin\ninja.exe 12 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\Debug\5k3m7222\obj\armeabi-v7a 13 | -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\Debug\5k3m7222\obj\armeabi-v7a 14 | -DCMAKE_BUILD_TYPE=Debug 15 | -BD:\GitHub\ZY_Player_flutter\android\app\.cxx\Debug\5k3m7222\armeabi-v7a 16 | -GNinja 17 | -Wno-dev 18 | --no-warn-unused-cli 19 | Build command args: [] 20 | Version: 2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/prefab_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": false, 3 | "packages": [] 4 | } -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/armeabi-v7a/symbol_folder_index.txt: -------------------------------------------------------------------------------- 1 | D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\Debug\5k3m7222\obj\armeabi-v7a -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/hash_key.txt: -------------------------------------------------------------------------------- 1 | # Values used to calculate the hash in this folder name. 2 | # Should not depend on the absolute path of the project itself. 3 | # - AGP: 8.1.0. 4 | # - $NDK is the path to NDK 26.3.11579264. 5 | # - $PROJECT is the path to the parent folder of the root Gradle build file. 6 | # - $ABI is the ABI to be built with. The specific value doesn't contribute to the value of the hash. 7 | # - $HASH is the hash value computed from this text. 8 | # - $CMAKE is the path to CMake 3.22.1. 9 | # - $NINJA is the path to Ninja. 10 | -HD:/flutter/packages/flutter_tools/gradle/src/main/groovy 11 | -DCMAKE_SYSTEM_NAME=Android 12 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON 13 | -DCMAKE_SYSTEM_VERSION=21 14 | -DANDROID_PLATFORM=android-21 15 | -DANDROID_ABI=$ABI 16 | -DCMAKE_ANDROID_ARCH_ABI=$ABI 17 | -DANDROID_NDK=$NDK 18 | -DCMAKE_ANDROID_NDK=$NDK 19 | -DCMAKE_TOOLCHAIN_FILE=$NDK/build/cmake/android.toolchain.cmake 20 | -DCMAKE_MAKE_PROGRAM=$NINJA 21 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=D:/GitHub/ZY_Player_flutter/build/app/intermediates/cxx/Debug/$HASH/obj/$ABI 22 | -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=D:/GitHub/ZY_Player_flutter/build/app/intermediates/cxx/Debug/$HASH/obj/$ABI 23 | -DCMAKE_BUILD_TYPE=Debug 24 | -B$PROJECT/app/.cxx/Debug/$HASH/$ABI 25 | -GNinja 26 | -Wno-dev 27 | --no-warn-unused-cli -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/x86/.cmake/api/v1/query/client-agp/cache-v2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/x86/.cmake/api/v1/query/client-agp/cmakeFiles-v1 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/x86/.cmake/api/v1/query/client-agp/codemodel-v2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/.cmake/api/v1/reply/codemodel-v2-26300048cb3857711888.json: -------------------------------------------------------------------------------- 1 | { 2 | "configurations" : 3 | [ 4 | { 5 | "directories" : 6 | [ 7 | { 8 | "build" : ".", 9 | "jsonFile" : "directory-.-Debug-d0094a50bb2071803777.json", 10 | "minimumCMakeVersion" : 11 | { 12 | "string" : "3.6.0" 13 | }, 14 | "projectIndex" : 0, 15 | "source" : "." 16 | } 17 | ], 18 | "name" : "Debug", 19 | "projects" : 20 | [ 21 | { 22 | "directoryIndexes" : 23 | [ 24 | 0 25 | ], 26 | "name" : "Project" 27 | } 28 | ], 29 | "targets" : [] 30 | } 31 | ], 32 | "kind" : "codemodel", 33 | "paths" : 34 | { 35 | "build" : "D:/GitHub/ZY_Player_flutter/android/app/.cxx/Debug/5k3m7222/x86", 36 | "source" : "D:/flutter/packages/flutter_tools/gradle/src/main/groovy" 37 | }, 38 | "version" : 39 | { 40 | "major" : 2, 41 | "minor" : 3 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- 1 | set(CMAKE_HOST_SYSTEM "Windows-10.0.22631") 2 | set(CMAKE_HOST_SYSTEM_NAME "Windows") 3 | set(CMAKE_HOST_SYSTEM_VERSION "10.0.22631") 4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") 5 | 6 | include("D:/Android/Sdk/ndk/26.3.11579264/build/cmake/android.toolchain.cmake") 7 | 8 | set(CMAKE_SYSTEM "Android-1") 9 | set(CMAKE_SYSTEM_NAME "Android") 10 | set(CMAKE_SYSTEM_VERSION "1") 11 | set(CMAKE_SYSTEM_PROCESSOR "i686") 12 | 13 | set(CMAKE_CROSSCOMPILING "TRUE") 14 | 15 | set(CMAKE_SYSTEM_LOADED 1) 16 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- 1 | D:/GitHub/ZY_Player_flutter/android/app/.cxx/Debug/5k3m7222/x86/CMakeFiles/edit_cache.dir 2 | D:/GitHub/ZY_Player_flutter/android/app/.cxx/Debug/5k3m7222/x86/CMakeFiles/rebuild_cache.dir 3 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/additional_project_files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/x86/additional_project_files.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/android_gradle_build.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildFiles": [ 3 | "D:\\flutter\\packages\\flutter_tools\\gradle\\src\\main\\groovy\\CMakeLists.txt" 4 | ], 5 | "cleanCommandsComponents": [ 6 | [ 7 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 8 | "-C", 9 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\Debug\\5k3m7222\\x86", 10 | "clean" 11 | ] 12 | ], 13 | "buildTargetsCommandComponents": [ 14 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 15 | "-C", 16 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\Debug\\5k3m7222\\x86", 17 | "{LIST_OF_TARGETS_TO_BUILD}" 18 | ], 19 | "libraries": {}, 20 | "toolchains": { 21 | "toolchain": { 22 | "cCompilerExecutable": "D:\\Android\\Sdk\\ndk\\26.3.11579264\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe", 23 | "cppCompilerExecutable": "D:\\Android\\Sdk\\ndk\\26.3.11579264\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang++.exe" 24 | } 25 | }, 26 | "cFileExtensions": [], 27 | "cppFileExtensions": [] 28 | } -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/android_gradle_build_mini.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildFiles": [ 3 | "D:\\flutter\\packages\\flutter_tools\\gradle\\src\\main\\groovy\\CMakeLists.txt" 4 | ], 5 | "cleanCommandsComponents": [ 6 | [ 7 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 8 | "-C", 9 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\Debug\\5k3m7222\\x86", 10 | "clean" 11 | ] 12 | ], 13 | "buildTargetsCommandComponents": [ 14 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 15 | "-C", 16 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\Debug\\5k3m7222\\x86", 17 | "{LIST_OF_TARGETS_TO_BUILD}" 18 | ], 19 | "libraries": {} 20 | } -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/build_file_index.txt: -------------------------------------------------------------------------------- 1 | D:\flutter\packages\flutter_tools\gradle\src\main\groovy\CMakeLists.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/x86/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/metadata_generation_command.txt: -------------------------------------------------------------------------------- 1 | -HD:\flutter\packages\flutter_tools\gradle\src\main\groovy 2 | -DCMAKE_SYSTEM_NAME=Android 3 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON 4 | -DCMAKE_SYSTEM_VERSION=21 5 | -DANDROID_PLATFORM=android-21 6 | -DANDROID_ABI=x86 7 | -DCMAKE_ANDROID_ARCH_ABI=x86 8 | -DANDROID_NDK=D:\Android\Sdk\ndk\26.3.11579264 9 | -DCMAKE_ANDROID_NDK=D:\Android\Sdk\ndk\26.3.11579264 10 | -DCMAKE_TOOLCHAIN_FILE=D:\Android\Sdk\ndk\26.3.11579264\build\cmake\android.toolchain.cmake 11 | -DCMAKE_MAKE_PROGRAM=D:\Android\Sdk\cmake\3.22.1\bin\ninja.exe 12 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\Debug\5k3m7222\obj\x86 13 | -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\Debug\5k3m7222\obj\x86 14 | -DCMAKE_BUILD_TYPE=Debug 15 | -BD:\GitHub\ZY_Player_flutter\android\app\.cxx\Debug\5k3m7222\x86 16 | -GNinja 17 | -Wno-dev 18 | --no-warn-unused-cli 19 | Build command args: [] 20 | Version: 2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/prefab_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": false, 3 | "packages": [] 4 | } -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86/symbol_folder_index.txt: -------------------------------------------------------------------------------- 1 | D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\Debug\5k3m7222\obj\x86 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/x86_64/.cmake/api/v1/query/client-agp/cache-v2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/x86_64/.cmake/api/v1/query/client-agp/cmakeFiles-v1 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/x86_64/.cmake/api/v1/query/client-agp/codemodel-v2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/.cmake/api/v1/reply/codemodel-v2-b1547496c0a5b09515d4.json: -------------------------------------------------------------------------------- 1 | { 2 | "configurations" : 3 | [ 4 | { 5 | "directories" : 6 | [ 7 | { 8 | "build" : ".", 9 | "jsonFile" : "directory-.-Debug-d0094a50bb2071803777.json", 10 | "minimumCMakeVersion" : 11 | { 12 | "string" : "3.6.0" 13 | }, 14 | "projectIndex" : 0, 15 | "source" : "." 16 | } 17 | ], 18 | "name" : "Debug", 19 | "projects" : 20 | [ 21 | { 22 | "directoryIndexes" : 23 | [ 24 | 0 25 | ], 26 | "name" : "Project" 27 | } 28 | ], 29 | "targets" : [] 30 | } 31 | ], 32 | "kind" : "codemodel", 33 | "paths" : 34 | { 35 | "build" : "D:/GitHub/ZY_Player_flutter/android/app/.cxx/Debug/5k3m7222/x86_64", 36 | "source" : "D:/flutter/packages/flutter_tools/gradle/src/main/groovy" 37 | }, 38 | "version" : 39 | { 40 | "major" : 2, 41 | "minor" : 3 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- 1 | set(CMAKE_HOST_SYSTEM "Windows-10.0.22631") 2 | set(CMAKE_HOST_SYSTEM_NAME "Windows") 3 | set(CMAKE_HOST_SYSTEM_VERSION "10.0.22631") 4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") 5 | 6 | include("D:/Android/Sdk/ndk/26.3.11579264/build/cmake/android.toolchain.cmake") 7 | 8 | set(CMAKE_SYSTEM "Android-1") 9 | set(CMAKE_SYSTEM_NAME "Android") 10 | set(CMAKE_SYSTEM_VERSION "1") 11 | set(CMAKE_SYSTEM_PROCESSOR "x86_64") 12 | 13 | set(CMAKE_CROSSCOMPILING "TRUE") 14 | 15 | set(CMAKE_SYSTEM_LOADED 1) 16 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- 1 | D:/GitHub/ZY_Player_flutter/android/app/.cxx/Debug/5k3m7222/x86_64/CMakeFiles/edit_cache.dir 2 | D:/GitHub/ZY_Player_flutter/android/app/.cxx/Debug/5k3m7222/x86_64/CMakeFiles/rebuild_cache.dir 3 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/additional_project_files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/x86_64/additional_project_files.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/android_gradle_build.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildFiles": [ 3 | "D:\\flutter\\packages\\flutter_tools\\gradle\\src\\main\\groovy\\CMakeLists.txt" 4 | ], 5 | "cleanCommandsComponents": [ 6 | [ 7 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 8 | "-C", 9 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\Debug\\5k3m7222\\x86_64", 10 | "clean" 11 | ] 12 | ], 13 | "buildTargetsCommandComponents": [ 14 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 15 | "-C", 16 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\Debug\\5k3m7222\\x86_64", 17 | "{LIST_OF_TARGETS_TO_BUILD}" 18 | ], 19 | "libraries": {}, 20 | "toolchains": { 21 | "toolchain": { 22 | "cCompilerExecutable": "D:\\Android\\Sdk\\ndk\\26.3.11579264\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe", 23 | "cppCompilerExecutable": "D:\\Android\\Sdk\\ndk\\26.3.11579264\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang++.exe" 24 | } 25 | }, 26 | "cFileExtensions": [], 27 | "cppFileExtensions": [] 28 | } -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/android_gradle_build_mini.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildFiles": [ 3 | "D:\\flutter\\packages\\flutter_tools\\gradle\\src\\main\\groovy\\CMakeLists.txt" 4 | ], 5 | "cleanCommandsComponents": [ 6 | [ 7 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 8 | "-C", 9 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\Debug\\5k3m7222\\x86_64", 10 | "clean" 11 | ] 12 | ], 13 | "buildTargetsCommandComponents": [ 14 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 15 | "-C", 16 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\Debug\\5k3m7222\\x86_64", 17 | "{LIST_OF_TARGETS_TO_BUILD}" 18 | ], 19 | "libraries": {} 20 | } -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/build_file_index.txt: -------------------------------------------------------------------------------- 1 | D:\flutter\packages\flutter_tools\gradle\src\main\groovy\CMakeLists.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/Debug/5k3m7222/x86_64/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/metadata_generation_command.txt: -------------------------------------------------------------------------------- 1 | -HD:\flutter\packages\flutter_tools\gradle\src\main\groovy 2 | -DCMAKE_SYSTEM_NAME=Android 3 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON 4 | -DCMAKE_SYSTEM_VERSION=21 5 | -DANDROID_PLATFORM=android-21 6 | -DANDROID_ABI=x86_64 7 | -DCMAKE_ANDROID_ARCH_ABI=x86_64 8 | -DANDROID_NDK=D:\Android\Sdk\ndk\26.3.11579264 9 | -DCMAKE_ANDROID_NDK=D:\Android\Sdk\ndk\26.3.11579264 10 | -DCMAKE_TOOLCHAIN_FILE=D:\Android\Sdk\ndk\26.3.11579264\build\cmake\android.toolchain.cmake 11 | -DCMAKE_MAKE_PROGRAM=D:\Android\Sdk\cmake\3.22.1\bin\ninja.exe 12 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\Debug\5k3m7222\obj\x86_64 13 | -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\Debug\5k3m7222\obj\x86_64 14 | -DCMAKE_BUILD_TYPE=Debug 15 | -BD:\GitHub\ZY_Player_flutter\android\app\.cxx\Debug\5k3m7222\x86_64 16 | -GNinja 17 | -Wno-dev 18 | --no-warn-unused-cli 19 | Build command args: [] 20 | Version: 2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/prefab_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": false, 3 | "packages": [] 4 | } -------------------------------------------------------------------------------- /android/app/.cxx/Debug/5k3m7222/x86_64/symbol_folder_index.txt: -------------------------------------------------------------------------------- 1 | D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\Debug\5k3m7222\obj\x86_64 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/.cmake/api/v1/query/client-agp/cache-v2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/.cmake/api/v1/query/client-agp/cmakeFiles-v1 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/.cmake/api/v1/query/client-agp/codemodel-v2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/.cmake/api/v1/reply/codemodel-v2-636e41654976d410248f.json: -------------------------------------------------------------------------------- 1 | { 2 | "configurations" : 3 | [ 4 | { 5 | "directories" : 6 | [ 7 | { 8 | "build" : ".", 9 | "jsonFile" : "directory-.-RelWithDebInfo-d0094a50bb2071803777.json", 10 | "minimumCMakeVersion" : 11 | { 12 | "string" : "3.6.0" 13 | }, 14 | "projectIndex" : 0, 15 | "source" : "." 16 | } 17 | ], 18 | "name" : "RelWithDebInfo", 19 | "projects" : 20 | [ 21 | { 22 | "directoryIndexes" : 23 | [ 24 | 0 25 | ], 26 | "name" : "Project" 27 | } 28 | ], 29 | "targets" : [] 30 | } 31 | ], 32 | "kind" : "codemodel", 33 | "paths" : 34 | { 35 | "build" : "D:/GitHub/ZY_Player_flutter/android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a", 36 | "source" : "D:/flutter/packages/flutter_tools/gradle/src/main/groovy" 37 | }, 38 | "version" : 39 | { 40 | "major" : 2, 41 | "minor" : 3 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/.cmake/api/v1/reply/directory-.-RelWithDebInfo-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- 1 | set(CMAKE_HOST_SYSTEM "Windows-10.0.22631") 2 | set(CMAKE_HOST_SYSTEM_NAME "Windows") 3 | set(CMAKE_HOST_SYSTEM_VERSION "10.0.22631") 4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") 5 | 6 | include("D:/Android/Sdk/ndk/26.3.11579264/build/cmake/android.toolchain.cmake") 7 | 8 | set(CMAKE_SYSTEM "Android-1") 9 | set(CMAKE_SYSTEM_NAME "Android") 10 | set(CMAKE_SYSTEM_VERSION "1") 11 | set(CMAKE_SYSTEM_PROCESSOR "aarch64") 12 | 13 | set(CMAKE_CROSSCOMPILING "TRUE") 14 | 15 | set(CMAKE_SYSTEM_LOADED 1) 16 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- 1 | D:/GitHub/ZY_Player_flutter/android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/CMakeFiles/edit_cache.dir 2 | D:/GitHub/ZY_Player_flutter/android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/CMakeFiles/rebuild_cache.dir 3 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/additional_project_files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/additional_project_files.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/android_gradle_build.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildFiles": [ 3 | "D:\\flutter\\packages\\flutter_tools\\gradle\\src\\main\\groovy\\CMakeLists.txt" 4 | ], 5 | "cleanCommandsComponents": [ 6 | [ 7 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 8 | "-C", 9 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\RelWithDebInfo\\4d652n1g\\arm64-v8a", 10 | "clean" 11 | ] 12 | ], 13 | "buildTargetsCommandComponents": [ 14 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 15 | "-C", 16 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\RelWithDebInfo\\4d652n1g\\arm64-v8a", 17 | "{LIST_OF_TARGETS_TO_BUILD}" 18 | ], 19 | "libraries": {}, 20 | "toolchains": { 21 | "toolchain": { 22 | "cCompilerExecutable": "D:\\Android\\Sdk\\ndk\\26.3.11579264\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe", 23 | "cppCompilerExecutable": "D:\\Android\\Sdk\\ndk\\26.3.11579264\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang++.exe" 24 | } 25 | }, 26 | "cFileExtensions": [], 27 | "cppFileExtensions": [] 28 | } -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/android_gradle_build_mini.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildFiles": [ 3 | "D:\\flutter\\packages\\flutter_tools\\gradle\\src\\main\\groovy\\CMakeLists.txt" 4 | ], 5 | "cleanCommandsComponents": [ 6 | [ 7 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 8 | "-C", 9 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\RelWithDebInfo\\4d652n1g\\arm64-v8a", 10 | "clean" 11 | ] 12 | ], 13 | "buildTargetsCommandComponents": [ 14 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 15 | "-C", 16 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\RelWithDebInfo\\4d652n1g\\arm64-v8a", 17 | "{LIST_OF_TARGETS_TO_BUILD}" 18 | ], 19 | "libraries": {} 20 | } -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/build_file_index.txt: -------------------------------------------------------------------------------- 1 | D:\flutter\packages\flutter_tools\gradle\src\main\groovy\CMakeLists.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/metadata_generation_command.txt: -------------------------------------------------------------------------------- 1 | -HD:\flutter\packages\flutter_tools\gradle\src\main\groovy 2 | -DCMAKE_SYSTEM_NAME=Android 3 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON 4 | -DCMAKE_SYSTEM_VERSION=21 5 | -DANDROID_PLATFORM=android-21 6 | -DANDROID_ABI=arm64-v8a 7 | -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a 8 | -DANDROID_NDK=D:\Android\Sdk\ndk\26.3.11579264 9 | -DCMAKE_ANDROID_NDK=D:\Android\Sdk\ndk\26.3.11579264 10 | -DCMAKE_TOOLCHAIN_FILE=D:\Android\Sdk\ndk\26.3.11579264\build\cmake\android.toolchain.cmake 11 | -DCMAKE_MAKE_PROGRAM=D:\Android\Sdk\cmake\3.22.1\bin\ninja.exe 12 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\RelWithDebInfo\4d652n1g\obj\arm64-v8a 13 | -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\RelWithDebInfo\4d652n1g\obj\arm64-v8a 14 | -DCMAKE_BUILD_TYPE=RelWithDebInfo 15 | -BD:\GitHub\ZY_Player_flutter\android\app\.cxx\RelWithDebInfo\4d652n1g\arm64-v8a 16 | -GNinja 17 | -Wno-dev 18 | --no-warn-unused-cli 19 | Build command args: [] 20 | Version: 2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/prefab_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": false, 3 | "packages": [] 4 | } -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/arm64-v8a/symbol_folder_index.txt: -------------------------------------------------------------------------------- 1 | D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\RelWithDebInfo\4d652n1g\obj\arm64-v8a -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/.cmake/api/v1/query/client-agp/cache-v2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/.cmake/api/v1/query/client-agp/cmakeFiles-v1 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/.cmake/api/v1/query/client-agp/codemodel-v2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/.cmake/api/v1/reply/codemodel-v2-5b07229ebd1a31d6f847.json: -------------------------------------------------------------------------------- 1 | { 2 | "configurations" : 3 | [ 4 | { 5 | "directories" : 6 | [ 7 | { 8 | "build" : ".", 9 | "jsonFile" : "directory-.-RelWithDebInfo-d0094a50bb2071803777.json", 10 | "minimumCMakeVersion" : 11 | { 12 | "string" : "3.6.0" 13 | }, 14 | "projectIndex" : 0, 15 | "source" : "." 16 | } 17 | ], 18 | "name" : "RelWithDebInfo", 19 | "projects" : 20 | [ 21 | { 22 | "directoryIndexes" : 23 | [ 24 | 0 25 | ], 26 | "name" : "Project" 27 | } 28 | ], 29 | "targets" : [] 30 | } 31 | ], 32 | "kind" : "codemodel", 33 | "paths" : 34 | { 35 | "build" : "D:/GitHub/ZY_Player_flutter/android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a", 36 | "source" : "D:/flutter/packages/flutter_tools/gradle/src/main/groovy" 37 | }, 38 | "version" : 39 | { 40 | "major" : 2, 41 | "minor" : 3 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/.cmake/api/v1/reply/directory-.-RelWithDebInfo-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- 1 | set(CMAKE_HOST_SYSTEM "Windows-10.0.22631") 2 | set(CMAKE_HOST_SYSTEM_NAME "Windows") 3 | set(CMAKE_HOST_SYSTEM_VERSION "10.0.22631") 4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") 5 | 6 | include("D:/Android/Sdk/ndk/26.3.11579264/build/cmake/android.toolchain.cmake") 7 | 8 | set(CMAKE_SYSTEM "Android-1") 9 | set(CMAKE_SYSTEM_NAME "Android") 10 | set(CMAKE_SYSTEM_VERSION "1") 11 | set(CMAKE_SYSTEM_PROCESSOR "armv7-a") 12 | 13 | set(CMAKE_CROSSCOMPILING "TRUE") 14 | 15 | set(CMAKE_SYSTEM_LOADED 1) 16 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- 1 | D:/GitHub/ZY_Player_flutter/android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/CMakeFiles/edit_cache.dir 2 | D:/GitHub/ZY_Player_flutter/android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/CMakeFiles/rebuild_cache.dir 3 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/additional_project_files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/additional_project_files.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/android_gradle_build.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildFiles": [ 3 | "D:\\flutter\\packages\\flutter_tools\\gradle\\src\\main\\groovy\\CMakeLists.txt" 4 | ], 5 | "cleanCommandsComponents": [ 6 | [ 7 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 8 | "-C", 9 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\RelWithDebInfo\\4d652n1g\\armeabi-v7a", 10 | "clean" 11 | ] 12 | ], 13 | "buildTargetsCommandComponents": [ 14 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 15 | "-C", 16 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\RelWithDebInfo\\4d652n1g\\armeabi-v7a", 17 | "{LIST_OF_TARGETS_TO_BUILD}" 18 | ], 19 | "libraries": {}, 20 | "toolchains": { 21 | "toolchain": { 22 | "cCompilerExecutable": "D:\\Android\\Sdk\\ndk\\26.3.11579264\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe", 23 | "cppCompilerExecutable": "D:\\Android\\Sdk\\ndk\\26.3.11579264\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang++.exe" 24 | } 25 | }, 26 | "cFileExtensions": [], 27 | "cppFileExtensions": [] 28 | } -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/android_gradle_build_mini.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildFiles": [ 3 | "D:\\flutter\\packages\\flutter_tools\\gradle\\src\\main\\groovy\\CMakeLists.txt" 4 | ], 5 | "cleanCommandsComponents": [ 6 | [ 7 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 8 | "-C", 9 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\RelWithDebInfo\\4d652n1g\\armeabi-v7a", 10 | "clean" 11 | ] 12 | ], 13 | "buildTargetsCommandComponents": [ 14 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 15 | "-C", 16 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\RelWithDebInfo\\4d652n1g\\armeabi-v7a", 17 | "{LIST_OF_TARGETS_TO_BUILD}" 18 | ], 19 | "libraries": {} 20 | } -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/build_file_index.txt: -------------------------------------------------------------------------------- 1 | D:\flutter\packages\flutter_tools\gradle\src\main\groovy\CMakeLists.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/metadata_generation_command.txt: -------------------------------------------------------------------------------- 1 | -HD:\flutter\packages\flutter_tools\gradle\src\main\groovy 2 | -DCMAKE_SYSTEM_NAME=Android 3 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON 4 | -DCMAKE_SYSTEM_VERSION=21 5 | -DANDROID_PLATFORM=android-21 6 | -DANDROID_ABI=armeabi-v7a 7 | -DCMAKE_ANDROID_ARCH_ABI=armeabi-v7a 8 | -DANDROID_NDK=D:\Android\Sdk\ndk\26.3.11579264 9 | -DCMAKE_ANDROID_NDK=D:\Android\Sdk\ndk\26.3.11579264 10 | -DCMAKE_TOOLCHAIN_FILE=D:\Android\Sdk\ndk\26.3.11579264\build\cmake\android.toolchain.cmake 11 | -DCMAKE_MAKE_PROGRAM=D:\Android\Sdk\cmake\3.22.1\bin\ninja.exe 12 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\RelWithDebInfo\4d652n1g\obj\armeabi-v7a 13 | -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\RelWithDebInfo\4d652n1g\obj\armeabi-v7a 14 | -DCMAKE_BUILD_TYPE=RelWithDebInfo 15 | -BD:\GitHub\ZY_Player_flutter\android\app\.cxx\RelWithDebInfo\4d652n1g\armeabi-v7a 16 | -GNinja 17 | -Wno-dev 18 | --no-warn-unused-cli 19 | Build command args: [] 20 | Version: 2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/prefab_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": false, 3 | "packages": [] 4 | } -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/armeabi-v7a/symbol_folder_index.txt: -------------------------------------------------------------------------------- 1 | D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\RelWithDebInfo\4d652n1g\obj\armeabi-v7a -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/hash_key.txt: -------------------------------------------------------------------------------- 1 | # Values used to calculate the hash in this folder name. 2 | # Should not depend on the absolute path of the project itself. 3 | # - AGP: 8.1.0. 4 | # - $NDK is the path to NDK 26.3.11579264. 5 | # - $PROJECT is the path to the parent folder of the root Gradle build file. 6 | # - $ABI is the ABI to be built with. The specific value doesn't contribute to the value of the hash. 7 | # - $HASH is the hash value computed from this text. 8 | # - $CMAKE is the path to CMake 3.22.1. 9 | # - $NINJA is the path to Ninja. 10 | -HD:/flutter/packages/flutter_tools/gradle/src/main/groovy 11 | -DCMAKE_SYSTEM_NAME=Android 12 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON 13 | -DCMAKE_SYSTEM_VERSION=21 14 | -DANDROID_PLATFORM=android-21 15 | -DANDROID_ABI=$ABI 16 | -DCMAKE_ANDROID_ARCH_ABI=$ABI 17 | -DANDROID_NDK=$NDK 18 | -DCMAKE_ANDROID_NDK=$NDK 19 | -DCMAKE_TOOLCHAIN_FILE=$NDK/build/cmake/android.toolchain.cmake 20 | -DCMAKE_MAKE_PROGRAM=$NINJA 21 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=D:/GitHub/ZY_Player_flutter/build/app/intermediates/cxx/RelWithDebInfo/$HASH/obj/$ABI 22 | -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=D:/GitHub/ZY_Player_flutter/build/app/intermediates/cxx/RelWithDebInfo/$HASH/obj/$ABI 23 | -DCMAKE_BUILD_TYPE=RelWithDebInfo 24 | -B$PROJECT/app/.cxx/RelWithDebInfo/$HASH/$ABI 25 | -GNinja 26 | -Wno-dev 27 | --no-warn-unused-cli -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/x86/.cmake/api/v1/query/client-agp/cache-v2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/x86/.cmake/api/v1/query/client-agp/cmakeFiles-v1 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/x86/.cmake/api/v1/query/client-agp/codemodel-v2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/.cmake/api/v1/reply/codemodel-v2-01ea78b49485c5911bf1.json: -------------------------------------------------------------------------------- 1 | { 2 | "configurations" : 3 | [ 4 | { 5 | "directories" : 6 | [ 7 | { 8 | "build" : ".", 9 | "jsonFile" : "directory-.-RelWithDebInfo-d0094a50bb2071803777.json", 10 | "minimumCMakeVersion" : 11 | { 12 | "string" : "3.6.0" 13 | }, 14 | "projectIndex" : 0, 15 | "source" : "." 16 | } 17 | ], 18 | "name" : "RelWithDebInfo", 19 | "projects" : 20 | [ 21 | { 22 | "directoryIndexes" : 23 | [ 24 | 0 25 | ], 26 | "name" : "Project" 27 | } 28 | ], 29 | "targets" : [] 30 | } 31 | ], 32 | "kind" : "codemodel", 33 | "paths" : 34 | { 35 | "build" : "D:/GitHub/ZY_Player_flutter/android/app/.cxx/RelWithDebInfo/4d652n1g/x86", 36 | "source" : "D:/flutter/packages/flutter_tools/gradle/src/main/groovy" 37 | }, 38 | "version" : 39 | { 40 | "major" : 2, 41 | "minor" : 3 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/.cmake/api/v1/reply/directory-.-RelWithDebInfo-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- 1 | set(CMAKE_HOST_SYSTEM "Windows-10.0.22631") 2 | set(CMAKE_HOST_SYSTEM_NAME "Windows") 3 | set(CMAKE_HOST_SYSTEM_VERSION "10.0.22631") 4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") 5 | 6 | include("D:/Android/Sdk/ndk/26.3.11579264/build/cmake/android.toolchain.cmake") 7 | 8 | set(CMAKE_SYSTEM "Android-1") 9 | set(CMAKE_SYSTEM_NAME "Android") 10 | set(CMAKE_SYSTEM_VERSION "1") 11 | set(CMAKE_SYSTEM_PROCESSOR "i686") 12 | 13 | set(CMAKE_CROSSCOMPILING "TRUE") 14 | 15 | set(CMAKE_SYSTEM_LOADED 1) 16 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- 1 | D:/GitHub/ZY_Player_flutter/android/app/.cxx/RelWithDebInfo/4d652n1g/x86/CMakeFiles/edit_cache.dir 2 | D:/GitHub/ZY_Player_flutter/android/app/.cxx/RelWithDebInfo/4d652n1g/x86/CMakeFiles/rebuild_cache.dir 3 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/additional_project_files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/x86/additional_project_files.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/android_gradle_build.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildFiles": [ 3 | "D:\\flutter\\packages\\flutter_tools\\gradle\\src\\main\\groovy\\CMakeLists.txt" 4 | ], 5 | "cleanCommandsComponents": [ 6 | [ 7 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 8 | "-C", 9 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\RelWithDebInfo\\4d652n1g\\x86", 10 | "clean" 11 | ] 12 | ], 13 | "buildTargetsCommandComponents": [ 14 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 15 | "-C", 16 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\RelWithDebInfo\\4d652n1g\\x86", 17 | "{LIST_OF_TARGETS_TO_BUILD}" 18 | ], 19 | "libraries": {}, 20 | "toolchains": { 21 | "toolchain": { 22 | "cCompilerExecutable": "D:\\Android\\Sdk\\ndk\\26.3.11579264\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe", 23 | "cppCompilerExecutable": "D:\\Android\\Sdk\\ndk\\26.3.11579264\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang++.exe" 24 | } 25 | }, 26 | "cFileExtensions": [], 27 | "cppFileExtensions": [] 28 | } -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/android_gradle_build_mini.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildFiles": [ 3 | "D:\\flutter\\packages\\flutter_tools\\gradle\\src\\main\\groovy\\CMakeLists.txt" 4 | ], 5 | "cleanCommandsComponents": [ 6 | [ 7 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 8 | "-C", 9 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\RelWithDebInfo\\4d652n1g\\x86", 10 | "clean" 11 | ] 12 | ], 13 | "buildTargetsCommandComponents": [ 14 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 15 | "-C", 16 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\RelWithDebInfo\\4d652n1g\\x86", 17 | "{LIST_OF_TARGETS_TO_BUILD}" 18 | ], 19 | "libraries": {} 20 | } -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/build_file_index.txt: -------------------------------------------------------------------------------- 1 | D:\flutter\packages\flutter_tools\gradle\src\main\groovy\CMakeLists.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/x86/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/metadata_generation_command.txt: -------------------------------------------------------------------------------- 1 | -HD:\flutter\packages\flutter_tools\gradle\src\main\groovy 2 | -DCMAKE_SYSTEM_NAME=Android 3 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON 4 | -DCMAKE_SYSTEM_VERSION=21 5 | -DANDROID_PLATFORM=android-21 6 | -DANDROID_ABI=x86 7 | -DCMAKE_ANDROID_ARCH_ABI=x86 8 | -DANDROID_NDK=D:\Android\Sdk\ndk\26.3.11579264 9 | -DCMAKE_ANDROID_NDK=D:\Android\Sdk\ndk\26.3.11579264 10 | -DCMAKE_TOOLCHAIN_FILE=D:\Android\Sdk\ndk\26.3.11579264\build\cmake\android.toolchain.cmake 11 | -DCMAKE_MAKE_PROGRAM=D:\Android\Sdk\cmake\3.22.1\bin\ninja.exe 12 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\RelWithDebInfo\4d652n1g\obj\x86 13 | -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\RelWithDebInfo\4d652n1g\obj\x86 14 | -DCMAKE_BUILD_TYPE=RelWithDebInfo 15 | -BD:\GitHub\ZY_Player_flutter\android\app\.cxx\RelWithDebInfo\4d652n1g\x86 16 | -GNinja 17 | -Wno-dev 18 | --no-warn-unused-cli 19 | Build command args: [] 20 | Version: 2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/prefab_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": false, 3 | "packages": [] 4 | } -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86/symbol_folder_index.txt: -------------------------------------------------------------------------------- 1 | D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\RelWithDebInfo\4d652n1g\obj\x86 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/.cmake/api/v1/query/client-agp/cache-v2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/.cmake/api/v1/query/client-agp/cmakeFiles-v1 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/.cmake/api/v1/query/client-agp/codemodel-v2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/.cmake/api/v1/reply/codemodel-v2-a1ed05bb6179d15aa68b.json: -------------------------------------------------------------------------------- 1 | { 2 | "configurations" : 3 | [ 4 | { 5 | "directories" : 6 | [ 7 | { 8 | "build" : ".", 9 | "jsonFile" : "directory-.-RelWithDebInfo-d0094a50bb2071803777.json", 10 | "minimumCMakeVersion" : 11 | { 12 | "string" : "3.6.0" 13 | }, 14 | "projectIndex" : 0, 15 | "source" : "." 16 | } 17 | ], 18 | "name" : "RelWithDebInfo", 19 | "projects" : 20 | [ 21 | { 22 | "directoryIndexes" : 23 | [ 24 | 0 25 | ], 26 | "name" : "Project" 27 | } 28 | ], 29 | "targets" : [] 30 | } 31 | ], 32 | "kind" : "codemodel", 33 | "paths" : 34 | { 35 | "build" : "D:/GitHub/ZY_Player_flutter/android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64", 36 | "source" : "D:/flutter/packages/flutter_tools/gradle/src/main/groovy" 37 | }, 38 | "version" : 39 | { 40 | "major" : 2, 41 | "minor" : 3 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/.cmake/api/v1/reply/directory-.-RelWithDebInfo-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- 1 | set(CMAKE_HOST_SYSTEM "Windows-10.0.22631") 2 | set(CMAKE_HOST_SYSTEM_NAME "Windows") 3 | set(CMAKE_HOST_SYSTEM_VERSION "10.0.22631") 4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") 5 | 6 | include("D:/Android/Sdk/ndk/26.3.11579264/build/cmake/android.toolchain.cmake") 7 | 8 | set(CMAKE_SYSTEM "Android-1") 9 | set(CMAKE_SYSTEM_NAME "Android") 10 | set(CMAKE_SYSTEM_VERSION "1") 11 | set(CMAKE_SYSTEM_PROCESSOR "x86_64") 12 | 13 | set(CMAKE_CROSSCOMPILING "TRUE") 14 | 15 | set(CMAKE_SYSTEM_LOADED 1) 16 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- 1 | D:/GitHub/ZY_Player_flutter/android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/CMakeFiles/edit_cache.dir 2 | D:/GitHub/ZY_Player_flutter/android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/CMakeFiles/rebuild_cache.dir 3 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/additional_project_files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/additional_project_files.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/android_gradle_build.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildFiles": [ 3 | "D:\\flutter\\packages\\flutter_tools\\gradle\\src\\main\\groovy\\CMakeLists.txt" 4 | ], 5 | "cleanCommandsComponents": [ 6 | [ 7 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 8 | "-C", 9 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\RelWithDebInfo\\4d652n1g\\x86_64", 10 | "clean" 11 | ] 12 | ], 13 | "buildTargetsCommandComponents": [ 14 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 15 | "-C", 16 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\RelWithDebInfo\\4d652n1g\\x86_64", 17 | "{LIST_OF_TARGETS_TO_BUILD}" 18 | ], 19 | "libraries": {}, 20 | "toolchains": { 21 | "toolchain": { 22 | "cCompilerExecutable": "D:\\Android\\Sdk\\ndk\\26.3.11579264\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe", 23 | "cppCompilerExecutable": "D:\\Android\\Sdk\\ndk\\26.3.11579264\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang++.exe" 24 | } 25 | }, 26 | "cFileExtensions": [], 27 | "cppFileExtensions": [] 28 | } -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/android_gradle_build_mini.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildFiles": [ 3 | "D:\\flutter\\packages\\flutter_tools\\gradle\\src\\main\\groovy\\CMakeLists.txt" 4 | ], 5 | "cleanCommandsComponents": [ 6 | [ 7 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 8 | "-C", 9 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\RelWithDebInfo\\4d652n1g\\x86_64", 10 | "clean" 11 | ] 12 | ], 13 | "buildTargetsCommandComponents": [ 14 | "D:\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe", 15 | "-C", 16 | "D:\\GitHub\\ZY_Player_flutter\\android\\app\\.cxx\\RelWithDebInfo\\4d652n1g\\x86_64", 17 | "{LIST_OF_TARGETS_TO_BUILD}" 18 | ], 19 | "libraries": {} 20 | } -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/build_file_index.txt: -------------------------------------------------------------------------------- 1 | D:\flutter\packages\flutter_tools\gradle\src\main\groovy\CMakeLists.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/metadata_generation_command.txt: -------------------------------------------------------------------------------- 1 | -HD:\flutter\packages\flutter_tools\gradle\src\main\groovy 2 | -DCMAKE_SYSTEM_NAME=Android 3 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON 4 | -DCMAKE_SYSTEM_VERSION=21 5 | -DANDROID_PLATFORM=android-21 6 | -DANDROID_ABI=x86_64 7 | -DCMAKE_ANDROID_ARCH_ABI=x86_64 8 | -DANDROID_NDK=D:\Android\Sdk\ndk\26.3.11579264 9 | -DCMAKE_ANDROID_NDK=D:\Android\Sdk\ndk\26.3.11579264 10 | -DCMAKE_TOOLCHAIN_FILE=D:\Android\Sdk\ndk\26.3.11579264\build\cmake\android.toolchain.cmake 11 | -DCMAKE_MAKE_PROGRAM=D:\Android\Sdk\cmake\3.22.1\bin\ninja.exe 12 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\RelWithDebInfo\4d652n1g\obj\x86_64 13 | -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\RelWithDebInfo\4d652n1g\obj\x86_64 14 | -DCMAKE_BUILD_TYPE=RelWithDebInfo 15 | -BD:\GitHub\ZY_Player_flutter\android\app\.cxx\RelWithDebInfo\4d652n1g\x86_64 16 | -GNinja 17 | -Wno-dev 18 | --no-warn-unused-cli 19 | Build command args: [] 20 | Version: 2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/prefab_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": false, 3 | "packages": [] 4 | } -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/4d652n1g/x86_64/symbol_folder_index.txt: -------------------------------------------------------------------------------- 1 | D:\GitHub\ZY_Player_flutter\build\app\intermediates\cxx\RelWithDebInfo\4d652n1g\obj\x86_64 -------------------------------------------------------------------------------- /android/app/key.properties: -------------------------------------------------------------------------------- 1 | storePassword=111111 2 | keyPassword=111111 3 | keyAlias=key 4 | storeFile=../app/test.jks -------------------------------------------------------------------------------- /android/app/proguard-rules.pro: -------------------------------------------------------------------------------- 1 | # Add project specific ProGuard rules here. 2 | # You can control the set of applied configuration files using the 3 | # proguardFiles setting in build.gradle. 4 | # 5 | # For more details, see 6 | # http://developer.android.com/guide/developing/tools/proguard.html 7 | 8 | # If your project uses WebView with JS, uncomment the following 9 | # and specify the fully qualified class name to the JavaScript interface 10 | # class: 11 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 12 | # public *; 13 | #} 14 | 15 | # Uncomment this to preserve the line number information for 16 | # debugging stack traces. 17 | #-keepattributes SourceFile,LineNumberTable 18 | 19 | # If you keep the line number information, uncomment this to 20 | # hide the original source file name. 21 | #-renamesourcefileattribute SourceFile 22 | 23 | #定位 24 | -keep class com.amap.api.location.**{*;} 25 | -keep class com.amap.api.fence.**{*;} 26 | -keep class com.loc.**{*;} 27 | -keep class com.autonavi.aps.amapapi.model.**{*;} 28 | 29 | #搜索 30 | -keep class com.amap.api.services.**{*;} 31 | 32 | #2D地图 33 | -keep class com.amap.api.maps2d.**{*;} 34 | -keep class com.amap.api.mapcore2d.**{*;} 35 | 36 | #umeng 37 | -keep class com.umeng.** {*;} 38 | -keepclassmembers class * { 39 | public (org.json.JSONObject); 40 | } 41 | -keepclassmembers enum * { 42 | public static **[] values(); 43 | public static ** valueOf(java.lang.String); 44 | } 45 | -------------------------------------------------------------------------------- /android/app/src/main/kotlin/com/example/zy_player_flutter/MainActivity.kt: -------------------------------------------------------------------------------- 1 | package com.jws.shizijuhe 2 | 3 | import io.flutter.embedding.android.FlutterActivity 4 | 5 | class MainActivity: FlutterActivity() 6 | -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-night/launch_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxhdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/src/main/res/drawable-xxhdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxxhdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/launch_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/src/main/res/mipmap-hdpi/ic_background.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/src/main/res/mipmap-mdpi/ic_background.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/src/main/res/mipmap-xhdpi/ic_background.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/src/main/res/mipmap-xxhdpi/ic_background.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/src/main/res/mipmap-xxxhdpi/ic_background.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | -------------------------------------------------------------------------------- /android/app/src/main/res/xml/filepaths.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /android/app/src/profile/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /android/app/test.jks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/android/app/test.jks -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- 1 | allprojects { 2 | repositories { 3 | google() 4 | mavenCentral() 5 | } 6 | } 7 | 8 | rootProject.buildDir = "../build" 9 | subprojects { 10 | project.buildDir = "${rootProject.buildDir}/${project.name}" 11 | } 12 | subprojects { 13 | project.evaluationDependsOn(":app") 14 | } 15 | 16 | tasks.register("clean", Delete) { 17 | delete rootProject.buildDir 18 | } 19 | -------------------------------------------------------------------------------- /android/gradle.properties: -------------------------------------------------------------------------------- 1 | org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=2G -XX:+HeapDumpOnOutOfMemoryError 2 | android.useAndroidX=true 3 | android.enableJetifier=true 4 | org.gradle.java.home=C\:/Program Files/Microsoft/jdk-17.0.12.7-hotspot 5 | android.suppressUnsupportedCompileSdk=34 -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip 4 | networkTimeout=10000 5 | zipStoreBase=GRADLE_USER_HOME 6 | zipStorePath=wrapper/dists 7 | -------------------------------------------------------------------------------- /android/settings.gradle: -------------------------------------------------------------------------------- 1 | pluginManagement { 2 | def flutterSdkPath = { 3 | def properties = new Properties() 4 | file("local.properties").withInputStream { properties.load(it) } 5 | def flutterSdkPath = properties.getProperty("flutter.sdk") 6 | assert flutterSdkPath != null, "flutter.sdk not set in local.properties" 7 | return flutterSdkPath 8 | }() 9 | 10 | includeBuild("$flutterSdkPath/packages/flutter_tools/gradle") 11 | 12 | repositories { 13 | google() 14 | mavenCentral() 15 | gradlePluginPortal() 16 | } 17 | } 18 | 19 | plugins { 20 | id "dev.flutter.flutter-plugin-loader" version "1.0.0" 21 | id "com.android.application" version "8.1.0" apply false 22 | id "org.jetbrains.kotlin.android" version "1.8.10" apply false 23 | } 24 | 25 | include ":app" 26 | -------------------------------------------------------------------------------- /assets/fonts/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/fonts/iconfont.ttf -------------------------------------------------------------------------------- /assets/images/bg_update_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/bg_update_top.png -------------------------------------------------------------------------------- /assets/images/book/bookshelf_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/book/bookshelf_add.png -------------------------------------------------------------------------------- /assets/images/book/bookshelf_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/book/bookshelf_bg.png -------------------------------------------------------------------------------- /assets/images/book/bookshelf_cloud_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/book/bookshelf_cloud_0.png -------------------------------------------------------------------------------- /assets/images/book/bookshelf_cloud_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/book/bookshelf_cloud_1.png -------------------------------------------------------------------------------- /assets/images/book/bookshelf_cloud_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/book/bookshelf_cloud_2.png -------------------------------------------------------------------------------- /assets/images/book/bookshelf_cloud_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/book/bookshelf_cloud_3.png -------------------------------------------------------------------------------- /assets/images/book/bookshelf_continue_read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/book/bookshelf_continue_read.png -------------------------------------------------------------------------------- /assets/images/book/pub_back_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/book/pub_back_gray.png -------------------------------------------------------------------------------- /assets/images/book/read_icon_brightness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/book/read_icon_brightness.png -------------------------------------------------------------------------------- /assets/images/book/read_icon_catalog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/book/read_icon_catalog.png -------------------------------------------------------------------------------- /assets/images/book/read_icon_font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/book/read_icon_font.png -------------------------------------------------------------------------------- /assets/images/book/read_icon_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/book/read_icon_more.png -------------------------------------------------------------------------------- /assets/images/book/read_icon_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/book/read_icon_setting.png -------------------------------------------------------------------------------- /assets/images/book/read_icon_voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/book/read_icon_voice.png -------------------------------------------------------------------------------- /assets/images/book/reader_battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/book/reader_battery.png -------------------------------------------------------------------------------- /assets/images/fullscreen_enter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/fullscreen_enter.png -------------------------------------------------------------------------------- /assets/images/fullscreen_exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/fullscreen_exit.png -------------------------------------------------------------------------------- /assets/images/home/dongman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/home/dongman.png -------------------------------------------------------------------------------- /assets/images/home/shoucang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/home/shoucang.png -------------------------------------------------------------------------------- /assets/images/home/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/home/video.png -------------------------------------------------------------------------------- /assets/images/home/xiaoshuo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/home/xiaoshuo.png -------------------------------------------------------------------------------- /assets/images/ic_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/ic_arrow_right.png -------------------------------------------------------------------------------- /assets/images/ic_back_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/ic_back_black.png -------------------------------------------------------------------------------- /assets/images/ic_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/ic_background.png -------------------------------------------------------------------------------- /assets/images/login/qyg_shop_icon_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/login/qyg_shop_icon_delete.png -------------------------------------------------------------------------------- /assets/images/login/qyg_shop_icon_display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/login/qyg_shop_icon_display.png -------------------------------------------------------------------------------- /assets/images/login/qyg_shop_icon_hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/login/qyg_shop_icon_hide.png -------------------------------------------------------------------------------- /assets/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/logo.png -------------------------------------------------------------------------------- /assets/images/none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/none.png -------------------------------------------------------------------------------- /assets/images/order_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/order_delete.png -------------------------------------------------------------------------------- /assets/images/order_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/order_search.png -------------------------------------------------------------------------------- /assets/images/qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/qq.png -------------------------------------------------------------------------------- /assets/images/space_demo.flr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/space_demo.flr -------------------------------------------------------------------------------- /assets/images/state/zwdd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/state/zwdd.png -------------------------------------------------------------------------------- /assets/images/state/zwsp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/state/zwsp.png -------------------------------------------------------------------------------- /assets/images/state/zwwl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/state/zwwl.png -------------------------------------------------------------------------------- /assets/images/state/zwxx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/state/zwxx.png -------------------------------------------------------------------------------- /assets/images/state/zwzh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/state/zwzh.png -------------------------------------------------------------------------------- /assets/images/update_head.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/update_head.jpg -------------------------------------------------------------------------------- /assets/images/video_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/video_next.png -------------------------------------------------------------------------------- /assets/images/video_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/video_play.png -------------------------------------------------------------------------------- /assets/images/video_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/video_stop.png -------------------------------------------------------------------------------- /assets/images/voice_ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/voice_ok.png -------------------------------------------------------------------------------- /assets/images/voice_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/voice_stop.png -------------------------------------------------------------------------------- /assets/images/youhui1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/youhui1.jpg -------------------------------------------------------------------------------- /assets/images/youhui2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/youhui2.png -------------------------------------------------------------------------------- /assets/images/zhifubao.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/assets/images/zhifubao.jpg -------------------------------------------------------------------------------- /black_color_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/black_color_full.png -------------------------------------------------------------------------------- /build.yaml: -------------------------------------------------------------------------------- 1 | targets: 2 | $default: 3 | builders: 4 | json_serializable: 5 | options: 6 | # Options configure how source code is generated for every 7 | # `@JsonSerializable`-annotated class in the package. 8 | # 9 | # The default value for each is listed. 10 | any_map: false 11 | checked: false 12 | constructor: "" 13 | create_factory: true 14 | create_field_map: false 15 | create_to_json: true 16 | disallow_unrecognized_keys: false 17 | explicit_to_json: false 18 | field_rename: none 19 | generic_argument_factories: false 20 | ignore_unannotated: false 21 | include_if_null: true 22 | -------------------------------------------------------------------------------- /devtools_options.yaml: -------------------------------------------------------------------------------- 1 | description: This file stores settings for Dart & Flutter DevTools. 2 | documentation: https://docs.flutter.dev/tools/devtools/extensions#configure-extension-enablement-states 3 | extensions: 4 | -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Mon Jan 18 23:12:27 CST 2021 2 | distributionBase=GRADLE_USER_HOME 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip 4 | distributionPath=wrapper/dists 5 | zipStorePath=wrapper/dists 6 | zipStoreBase=GRADLE_USER_HOME 7 | -------------------------------------------------------------------------------- /images/QQ图片20220728094034.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/images/QQ图片20220728094034.jpg -------------------------------------------------------------------------------- /images/QQ图片20220728094040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/images/QQ图片20220728094040.jpg -------------------------------------------------------------------------------- /images/QQ图片20220728094042.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/images/QQ图片20220728094042.jpg -------------------------------------------------------------------------------- /images/QQ图片20220728094045.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/images/QQ图片20220728094045.jpg -------------------------------------------------------------------------------- /images/QQ图片20220728094048.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/images/QQ图片20220728094048.jpg -------------------------------------------------------------------------------- /images/QQ图片20220728094051.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/images/QQ图片20220728094051.jpg -------------------------------------------------------------------------------- /images/QQ图片20220728094054.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/images/QQ图片20220728094054.jpg -------------------------------------------------------------------------------- /images/QQ图片20220728094057.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/images/QQ图片20220728094057.jpg -------------------------------------------------------------------------------- /images/QQ图片20220728094102.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/images/QQ图片20220728094102.jpg -------------------------------------------------------------------------------- /images/QQ图片20220728094106.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/images/QQ图片20220728094106.jpg -------------------------------------------------------------------------------- /images/QQ图片20220728094350.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/images/QQ图片20220728094350.jpg -------------------------------------------------------------------------------- /ios/.gitignore: -------------------------------------------------------------------------------- 1 | *.mode1v3 2 | *.mode2v3 3 | *.moved-aside 4 | *.pbxuser 5 | *.perspectivev3 6 | **/*sync/ 7 | .sconsign.dblite 8 | .tags* 9 | **/.vagrant/ 10 | **/DerivedData/ 11 | Icon? 12 | **/Pods/ 13 | **/.symlinks/ 14 | profile 15 | xcuserdata 16 | **/.generated/ 17 | Flutter/App.framework 18 | Flutter/Flutter.framework 19 | Flutter/Flutter.podspec 20 | Flutter/Generated.xcconfig 21 | Flutter/app.flx 22 | Flutter/app.zip 23 | Flutter/flutter_assets/ 24 | Flutter/flutter_export_environment.sh 25 | ServiceDefinitions.json 26 | Runner/GeneratedPluginRegistrant.* 27 | 28 | # Exceptions to above rules. 29 | !default.mode1v3 30 | !default.mode2v3 31 | !default.pbxuser 32 | !default.perspectivev3 33 | -------------------------------------------------------------------------------- /ios/Flutter/.last_build_id: -------------------------------------------------------------------------------- 1 | 67d09da9b9bf5ed67e3748ef8f0587c7 -------------------------------------------------------------------------------- /ios/Flutter/AppFrameworkInfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | $(DEVELOPMENT_LANGUAGE) 7 | CFBundleExecutable 8 | App 9 | CFBundleIdentifier 10 | io.flutter.flutter.app 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | App 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1.0 23 | MinimumOSVersion 24 | 8.0 25 | 26 | 27 | -------------------------------------------------------------------------------- /ios/Flutter/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" 2 | #include "Generated.xcconfig" 3 | -------------------------------------------------------------------------------- /ios/Flutter/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" 2 | #include "Generated.xcconfig" 3 | -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PreviewsEnabled 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PreviewsEnabled 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ios/Runner/AppDelegate.swift: -------------------------------------------------------------------------------- 1 | import UIKit 2 | import Flutter 3 | 4 | @UIApplicationMain 5 | @objc class AppDelegate: FlutterAppDelegate { 6 | override func application( 7 | _ application: UIApplication, 8 | didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? 9 | ) -> Bool { 10 | GeneratedPluginRegistrant.register(with: self) 11 | return super.application(application, didFinishLaunchingWithOptions: launchOptions) 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-1024.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-20-ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-20-ipad.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-20@2x-ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-20@2x-ipad.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-20@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-20@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-29-ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-29-ipad.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-29.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-29@2x-ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-29@2x-ipad.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-40.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-50.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-50@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-57.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-57@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-57@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-72.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-72@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-76.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "LaunchImage.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "LaunchImage@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "LaunchImage@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md: -------------------------------------------------------------------------------- 1 | # Launch Screen Assets 2 | 3 | You can customize the launch screen with your own desired assets by replacing the image files in this directory. 4 | 5 | You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images. -------------------------------------------------------------------------------- /ios/Runner/Runner-Bridging-Header.h: -------------------------------------------------------------------------------- 1 | #import "GeneratedPluginRegistrant.h" 2 | -------------------------------------------------------------------------------- /ios/release/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | $(DEVELOPMENT_LANGUAGE) 7 | CFBundleDisplayName 8 | release 9 | CFBundleExecutable 10 | $(EXECUTABLE_NAME) 11 | CFBundleIdentifier 12 | $(PRODUCT_BUNDLE_IDENTIFIER) 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | $(PRODUCT_NAME) 17 | CFBundlePackageType 18 | $(PRODUCT_BUNDLE_PACKAGE_TYPE) 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleVersion 22 | 1 23 | NSExtension 24 | 25 | NSExtensionAttributes 26 | 27 | ASAccountAuthenticationModificationSupportsStrongPasswordChange 28 | 29 | ASAccountAuthenticationModificationSupportsUpgradeToSignInWithApple 30 | 31 | 32 | NSExtensionMainStoryboard 33 | MainInterface 34 | NSExtensionPointIdentifier 35 | com.apple.authentication-services-account-authentication-modification-ui 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /lib/Collect/collect_router.dart: -------------------------------------------------------------------------------- 1 | import 'package:ZY_Player_flutter/Collect/page/collect_page.dart'; 2 | import 'package:fluro/fluro.dart'; 3 | import 'package:ZY_Player_flutter/routes/router_init.dart'; 4 | 5 | class CollectRouter implements IRouterProvider { 6 | static String collectPage = '/collect'; 7 | 8 | @override 9 | void initRouter(FluroRouter router) { 10 | router.define(collectPage, handler: Handler(handlerFunc: (_, params) => CollectPage(catIndex: params["catIndex"]!.first))); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /lib/common/common.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/foundation.dart'; 2 | import 'package:flutter/material.dart'; 3 | 4 | class Constant { 5 | /// debug开关,上线需要关闭 6 | /// App运行在Release环境时,inProduction为true;当App运行在Debug和Profile环境时,inProduction为false 7 | static const bool inProduction = kReleaseMode; 8 | 9 | static bool isDriverTest = false; 10 | static bool isUnitTest = false; 11 | 12 | static const String data = 'data'; 13 | static const String message = 'message'; 14 | static const String code = 'code'; 15 | 16 | static const String keyGuide = 'keyGuide'; 17 | static const String email = 'email'; 18 | static const String password = 'password'; 19 | static const String accessToken = 'accessToken'; 20 | static const String orderid = 'orderid'; 21 | static const String jihuoDate = 'jihuoDate'; 22 | static const String refreshToken = 'refreshToken'; 23 | 24 | static const String theme = 'AppTheme'; 25 | static GlobalKey navigatorKey = GlobalKey(); 26 | } 27 | 28 | NavigatorState? get navigatorState => Constant.navigatorKey.currentState; 29 | BuildContext get currentContext => navigatorState!.context; 30 | ThemeData get currentTheme => Theme.of(currentContext); 31 | -------------------------------------------------------------------------------- /lib/event/event_bus.dart: -------------------------------------------------------------------------------- 1 | import 'package:event_bus/event_bus.dart'; 2 | 3 | class ApplicationEvent { 4 | static EventBus event = EventBus(); 5 | } 6 | -------------------------------------------------------------------------------- /lib/event/event_model.dart: -------------------------------------------------------------------------------- 1 | class TabBarChangeIndex { 2 | int index; 3 | TabBarChangeIndex({required this.index}); 4 | } 5 | 6 | class CurrentDownLoadVideo { 7 | final String videoUrl; 8 | final String videoName; 9 | final String videoCover; 10 | final double progress; 11 | final String speed; 12 | final int state; 13 | CurrentDownLoadVideo( 14 | {required this.videoUrl, required this.videoName, required this.speed, required this.videoCover, required this.progress, required this.state}); 15 | } 16 | 17 | class DeviceEvent { 18 | final int device; 19 | DeviceEvent(this.device); 20 | } 21 | 22 | // class ChangeJujiEvent { 23 | // ChangeJujiEvent(); 24 | // } 25 | 26 | class LoadXiaoShuoEvent { 27 | int chpId; 28 | String title; 29 | LoadXiaoShuoEvent(this.chpId, this.title); 30 | } 31 | 32 | class WebViewEvent { 33 | WebViewStateType stateType; 34 | String url; 35 | String id; 36 | WebViewEvent({required this.stateType, required this.url, required this.id}); 37 | } 38 | 39 | enum WebViewStateType { 40 | /// 清除 41 | clear, 42 | 43 | /// 刷新 44 | reload, 45 | 46 | /// 隐藏 47 | hide, 48 | 49 | /// 显示 50 | show, 51 | 52 | /// 刷新加载页面 53 | reloadUrl, 54 | 55 | /// 打开下来菜单 56 | openRightColumn, 57 | 58 | /// 刷新页面大小 59 | resizeHome, 60 | 61 | resizeOtherHome, 62 | } 63 | -------------------------------------------------------------------------------- /lib/event/method_channel.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/services.dart'; 2 | 3 | class FlutterPlugin { 4 | static const MethodChannel _channel = 5 | MethodChannel('flutter_method_channel'); 6 | 7 | static toast(String msg) { 8 | _channel.invokeMethod('toast', msg); 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /lib/home/empty_webview.dart: -------------------------------------------------------------------------------- 1 | import 'package:ZY_Player_flutter/routes/fluro_navigator.dart'; 2 | import 'package:flutter/material.dart'; 3 | 4 | class EmptyWebview extends StatelessWidget { 5 | const EmptyWebview(); 6 | 7 | @override 8 | Widget build(BuildContext context) { 9 | return Scaffold( 10 | body: InkWell( 11 | onTap: () { 12 | NavigatorUtils.goWebViewPage( 13 | context, 14 | "京东短信登陆", 15 | "https://bean.m.jd.com/bean/signIndex.action", 16 | ); 17 | }, 18 | child: const Center( 19 | child: Text('点击京东短信登陆', style: TextStyle(fontSize: 20, color: Colors.red)), 20 | ), 21 | ), 22 | ); 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /lib/home/provider/home_provider.dart: -------------------------------------------------------------------------------- 1 | 2 | import 'package:flutter/material.dart'; 3 | 4 | class HomeProvider extends ValueNotifier { 5 | HomeProvider() : super(0); 6 | } -------------------------------------------------------------------------------- /lib/home/splash_page.dart: -------------------------------------------------------------------------------- 1 | import 'dart:async'; 2 | 3 | import 'package:ZY_Player_flutter/routes/fluro_navigator.dart'; 4 | import 'package:ZY_Player_flutter/routes/routers.dart'; 5 | import 'package:ZY_Player_flutter/util/theme_utils.dart'; 6 | import 'package:ZY_Player_flutter/widgets/load_image.dart'; 7 | import 'package:flutter/material.dart'; 8 | 9 | class SplashPage extends StatefulWidget { 10 | const SplashPage({Key? key}) : super(key: key); 11 | 12 | @override 13 | _SplashPageState createState() => _SplashPageState(); 14 | } 15 | 16 | class _SplashPageState extends State { 17 | Timer? _timer; 18 | 19 | @override 20 | void initState() { 21 | super.initState(); 22 | _initSplash(); 23 | startTime(); 24 | } 25 | 26 | @override 27 | void dispose() { 28 | super.dispose(); 29 | } 30 | 31 | void _initSplash() {} 32 | 33 | // 开屏广告倒计时 34 | startTime() { 35 | _timer = Timer(const Duration(milliseconds: 2200), () { 36 | _timer?.cancel(); 37 | NavigatorUtils.push(context, Routes.home, replace: true); 38 | }); 39 | } 40 | 41 | @override 42 | Widget build(BuildContext context) { 43 | return Material( 44 | color: context.backgroundColor, 45 | child: const LoadAssetImage( 46 | 'ic_background', 47 | fit: BoxFit.cover, 48 | )); 49 | } 50 | } 51 | -------------------------------------------------------------------------------- /lib/localization/l10n/intl_en.arb: -------------------------------------------------------------------------------- 1 | { 2 | "title": "ZY_Player_flutter", 3 | "verificationCodeLogin": "Verification Code Login", 4 | "passwordLogin": "Password Login", 5 | "login": "Login", 6 | "forgotPasswordLink": "Forgot Password", 7 | "inputPasswordHint": "Please enter the password", 8 | "inputUsernameHint": "Please input Username", 9 | "noAccountRegisterLink": "No account yet? Register now", 10 | "register": "Register", 11 | "openYourAccount": "Open your account", 12 | "inputPhoneHint": "Please enter phone number", 13 | "inputVerificationCodeHint": "Please enter verification code", 14 | "inputPhoneInvalid": "Please input valid mobile phone number", 15 | "verificationButton": "Not really sent, just log in!", 16 | "getVerificationCode": "Get verification code", 17 | "confirm": "Confirm", 18 | "resetLoginPassword": "Reset Login Password", 19 | "registeredTips": "Unregistered mobile phone number, please " 20 | } 21 | -------------------------------------------------------------------------------- /lib/localization/l10n/intl_zh.arb: -------------------------------------------------------------------------------- 1 | { 2 | "title": "ZY_Player_flutter", 3 | "verificationCodeLogin": "验证码登录", 4 | "passwordLogin": "密码登录", 5 | "login": "登录", 6 | "forgotPasswordLink": "忘记密码", 7 | "inputPasswordHint": "请输入密码", 8 | "inputUsernameHint": "请输入账号", 9 | "noAccountRegisterLink": "还没账号?快去注册", 10 | "register": "注册", 11 | "openYourAccount": "开启你的账号", 12 | "inputPhoneHint": "请输入手机号", 13 | "inputVerificationCodeHint": "请输入验证码", 14 | "inputPhoneInvalid": "请输入有效的手机号", 15 | "verificationButton": "并没有真正发送哦,直接登录吧!", 16 | "getVerificationCode": "获取验证码", 17 | "confirm": "确认", 18 | "resetLoginPassword": "重置登录密码", 19 | "registeredTips": "提示:未注册账号的手机号,请先" 20 | } 21 | -------------------------------------------------------------------------------- /lib/login/login_router.dart: -------------------------------------------------------------------------------- 1 | import 'package:fluro/fluro.dart'; 2 | import 'package:ZY_Player_flutter/routes/router_init.dart'; 3 | 4 | import 'page/login_page.dart'; 5 | import 'page/register_page.dart'; 6 | import 'page/reset_password_page.dart'; 7 | import 'page/sms_login_page.dart'; 8 | import 'page/update_password_page.dart'; 9 | 10 | class LoginRouter implements IRouterProvider { 11 | static String loginPage = '/login'; 12 | static String registerPage = '/login/register'; 13 | static String smsLoginPage = '/login/smsLogin'; 14 | static String resetPasswordPage = '/login/resetPassword'; 15 | static String updatePasswordPage = '/login/updatePassword'; 16 | 17 | @override 18 | void initRouter(FluroRouter router) { 19 | router.define(loginPage, handler: Handler(handlerFunc: (_, __) => const LoginPage())); 20 | router.define(registerPage, handler: Handler(handlerFunc: (_, __) => const RegisterPage())); 21 | router.define(smsLoginPage, handler: Handler(handlerFunc: (_, __) => const SMSLoginPage())); 22 | router.define(resetPasswordPage, handler: Handler(handlerFunc: (_, __) => const ResetPasswordPage())); 23 | router.define(updatePasswordPage, handler: Handler(handlerFunc: (_, __) => const UpdatePasswordPage())); 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /lib/manhua/manhua_router.dart: -------------------------------------------------------------------------------- 1 | import 'package:ZY_Player_flutter/manhua/page/manhua_detail_page.dart'; 2 | import 'package:ZY_Player_flutter/manhua/page/manhua_images_page.dart'; 3 | import 'package:ZY_Player_flutter/manhua/page/manhua_search_page.dart'; 4 | import 'package:fluro/fluro.dart'; 5 | import 'package:ZY_Player_flutter/routes/router_init.dart'; 6 | 7 | class ManhuaRouter implements IRouterProvider { 8 | static String searchPage = '/manhuSearch'; 9 | static String detailPage = '/manhuaDetail'; 10 | static String imagesPage = '/manhuaImage'; 11 | 12 | @override 13 | void initRouter(FluroRouter router) { 14 | router.define(searchPage, handler: Handler(handlerFunc: (_, __) => const ManhuaSearchPage())); 15 | router.define(imagesPage, 16 | handler: Handler(handlerFunc: (_, params) => ManhuaImagePage(url: params['url']?.first, title: params['title']?.first))); 17 | router.define(detailPage, 18 | handler: Handler(handlerFunc: (_, params) => ManhuaDetailPage(url: params['url']?.first, title: params['title']?.first))); 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /lib/model/audio_detail.dart: -------------------------------------------------------------------------------- 1 | import 'package:json_annotation/json_annotation.dart'; 2 | 3 | part 'audio_detail.g.dart'; 4 | 5 | @JsonSerializable() 6 | class AudioDetail extends Object { 7 | @JsonKey(name: 'duration') 8 | String duration; 9 | 10 | @JsonKey(name: 'tpay') 11 | String tpay; 12 | 13 | @JsonKey(name: 'pay') 14 | String pay; 15 | 16 | @JsonKey(name: 'formats') 17 | String formats; 18 | 19 | @JsonKey(name: 'artist') 20 | String artist; 21 | 22 | @JsonKey(name: 'index') 23 | int index; 24 | 25 | @JsonKey(name: 'name') 26 | String name; 27 | 28 | @JsonKey(name: 'online') 29 | String online; 30 | 31 | @JsonKey(name: 'id') 32 | String id; 33 | 34 | @JsonKey(name: 'musicrid') 35 | String musicrid; 36 | 37 | AudioDetail( 38 | this.duration, 39 | this.tpay, 40 | this.pay, 41 | this.formats, 42 | this.artist, 43 | this.index, 44 | this.name, 45 | this.online, 46 | this.id, 47 | this.musicrid, 48 | ); 49 | 50 | factory AudioDetail.fromJson(Map srcJson) => _$AudioDetailFromJson(srcJson); 51 | 52 | Map toJson() => _$AudioDetailToJson(this); 53 | } 54 | -------------------------------------------------------------------------------- /lib/model/audio_detail.g.dart: -------------------------------------------------------------------------------- 1 | // GENERATED CODE - DO NOT MODIFY BY HAND 2 | 3 | part of 'audio_detail.dart'; 4 | 5 | // ************************************************************************** 6 | // JsonSerializableGenerator 7 | // ************************************************************************** 8 | 9 | AudioDetail _$AudioDetailFromJson(Map json) => AudioDetail( 10 | json['duration'] as String, 11 | json['tpay'] as String, 12 | json['pay'] as String, 13 | json['formats'] as String, 14 | json['artist'] as String, 15 | json['index'] as int, 16 | json['name'] as String, 17 | json['online'] as String, 18 | json['id'] as String, 19 | json['musicrid'] as String, 20 | ); 21 | 22 | Map _$AudioDetailToJson(AudioDetail instance) => 23 | { 24 | 'duration': instance.duration, 25 | 'tpay': instance.tpay, 26 | 'pay': instance.pay, 27 | 'formats': instance.formats, 28 | 'artist': instance.artist, 29 | 'index': instance.index, 30 | 'name': instance.name, 31 | 'online': instance.online, 32 | 'id': instance.id, 33 | 'musicrid': instance.musicrid, 34 | }; 35 | -------------------------------------------------------------------------------- /lib/model/audio_loc.dart: -------------------------------------------------------------------------------- 1 | import 'package:json_annotation/json_annotation.dart'; 2 | 3 | part 'audio_loc.g.dart'; 4 | 5 | 6 | @JsonSerializable() 7 | class AudioLoc extends Object { 8 | 9 | @JsonKey(name: 'url') 10 | String url; 11 | 12 | @JsonKey(name: 'title') 13 | String title; 14 | 15 | @JsonKey(name: 'cover') 16 | String cover; 17 | 18 | AudioLoc(this.url,this.title,this.cover,); 19 | 20 | factory AudioLoc.fromJson(Map srcJson) => _$AudioLocFromJson(srcJson); 21 | 22 | } 23 | 24 | 25 | -------------------------------------------------------------------------------- /lib/model/audio_loc.g.dart: -------------------------------------------------------------------------------- 1 | // GENERATED CODE - DO NOT MODIFY BY HAND 2 | 3 | part of 'audio_loc.dart'; 4 | 5 | // ************************************************************************** 6 | // JsonSerializableGenerator 7 | // ************************************************************************** 8 | 9 | AudioLoc _$AudioLocFromJson(Map json) => AudioLoc( 10 | json['url'] as String, 11 | json['title'] as String, 12 | json['cover'] as String, 13 | ); 14 | 15 | Map _$AudioLocToJson(AudioLoc instance) => { 16 | 'url': instance.url, 17 | 'title': instance.title, 18 | 'cover': instance.cover, 19 | }; 20 | -------------------------------------------------------------------------------- /lib/model/category_tab.dart: -------------------------------------------------------------------------------- 1 | import 'package:json_annotation/json_annotation.dart'; 2 | 3 | part 'category_tab.g.dart'; 4 | 5 | @JsonSerializable() 6 | class CategoryTab extends Object { 7 | @JsonKey(name: 'type') 8 | String type; 9 | 10 | @JsonKey(name: 'url') 11 | String url; 12 | 13 | CategoryTab( 14 | this.type, 15 | this.url, 16 | ); 17 | 18 | factory CategoryTab.fromJson(Map srcJson) => _$CategoryTabFromJson(srcJson); 19 | 20 | Map toJson() => _$CategoryTabToJson(this); 21 | } 22 | -------------------------------------------------------------------------------- /lib/model/category_tab.g.dart: -------------------------------------------------------------------------------- 1 | // GENERATED CODE - DO NOT MODIFY BY HAND 2 | 3 | part of 'category_tab.dart'; 4 | 5 | // ************************************************************************** 6 | // JsonSerializableGenerator 7 | // ************************************************************************** 8 | 9 | CategoryTab _$CategoryTabFromJson(Map json) => CategoryTab( 10 | json['type'] as String, 11 | json['url'] as String, 12 | ); 13 | 14 | Map _$CategoryTabToJson(CategoryTab instance) => 15 | { 16 | 'type': instance.type, 17 | 'url': instance.url, 18 | }; 19 | -------------------------------------------------------------------------------- /lib/model/category_tab_detail.dart: -------------------------------------------------------------------------------- 1 | import 'package:json_annotation/json_annotation.dart'; 2 | 3 | part 'category_tab_detail.g.dart'; 4 | 5 | @JsonSerializable() 6 | class CategoryTabDetail extends Object { 7 | @JsonKey(name: 'albumId') 8 | int albumId; 9 | 10 | @JsonKey(name: 'albumName') 11 | String albumName; 12 | 13 | @JsonKey(name: 'coverImg') 14 | String coverImg; 15 | 16 | @JsonKey(name: 'title') 17 | String? title; 18 | 19 | @JsonKey(name: 'finished') 20 | int finished; 21 | 22 | @JsonKey(name: 'playCnt') 23 | int playCnt; 24 | 25 | @JsonKey(name: 'songTotal') 26 | int songTotal; 27 | 28 | @JsonKey(name: 'nowTotal') 29 | int nowTotal; 30 | 31 | @JsonKey(name: 'songNum') 32 | int songNum; 33 | 34 | @JsonKey(name: 'artistId') 35 | int artistId; 36 | 37 | @JsonKey(name: 'artistName') 38 | String artistName; 39 | 40 | @JsonKey(name: 'vip') 41 | int vip; 42 | 43 | CategoryTabDetail( 44 | this.albumId, 45 | this.albumName, 46 | this.coverImg, 47 | this.title, 48 | this.finished, 49 | this.playCnt, 50 | this.songTotal, 51 | this.nowTotal, 52 | this.songNum, 53 | this.artistId, 54 | this.artistName, 55 | this.vip, 56 | ); 57 | 58 | factory CategoryTabDetail.fromJson(Map srcJson) => _$CategoryTabDetailFromJson(srcJson); 59 | 60 | Map toJson() => _$CategoryTabDetailToJson(this); 61 | } 62 | -------------------------------------------------------------------------------- /lib/model/category_tab_detail.g.dart: -------------------------------------------------------------------------------- 1 | // GENERATED CODE - DO NOT MODIFY BY HAND 2 | 3 | part of 'category_tab_detail.dart'; 4 | 5 | // ************************************************************************** 6 | // JsonSerializableGenerator 7 | // ************************************************************************** 8 | 9 | CategoryTabDetail _$CategoryTabDetailFromJson(Map json) => CategoryTabDetail( 10 | json['albumId'] as int, 11 | json['albumName'] as String, 12 | json['coverImg'] as String, 13 | json['title'] as String?, 14 | json['finished'] as int, 15 | json['playCnt'] as int, 16 | json['songTotal'] as int, 17 | json['nowTotal'] as int, 18 | json['songNum'] as int, 19 | json['artistId'] as int, 20 | json['artistName'] as String, 21 | json['vip'] as int, 22 | ); 23 | 24 | Map _$CategoryTabDetailToJson(CategoryTabDetail instance) => { 25 | 'albumId': instance.albumId, 26 | 'albumName': instance.albumName, 27 | 'coverImg': instance.coverImg, 28 | 'title': instance.title, 29 | 'finished': instance.finished, 30 | 'playCnt': instance.playCnt, 31 | 'songTotal': instance.songTotal, 32 | 'nowTotal': instance.nowTotal, 33 | 'songNum': instance.songNum, 34 | 'artistId': instance.artistId, 35 | 'artistName': instance.artistName, 36 | 'vip': instance.vip, 37 | }; 38 | -------------------------------------------------------------------------------- /lib/model/detail_reource.dart: -------------------------------------------------------------------------------- 1 | import 'package:json_annotation/json_annotation.dart'; 2 | 3 | part 'detail_reource.g.dart'; 4 | 5 | @JsonSerializable() 6 | class DetailReource extends Object { 7 | @JsonKey(name: 'ziyuanName') 8 | String ziyuanName; 9 | 10 | @JsonKey(name: 'ziyuanUrl') 11 | List ziyuanUrl; 12 | 13 | DetailReource( 14 | this.ziyuanName, 15 | this.ziyuanUrl, 16 | ); 17 | 18 | factory DetailReource.fromJson(Map srcJson) => _$DetailReourceFromJson(srcJson); 19 | 20 | Map toJson() => _$DetailReourceToJson(this); 21 | } 22 | 23 | @JsonSerializable() 24 | class ZiyuanUrl extends Object { 25 | @JsonKey(name: 'url') 26 | String url; 27 | 28 | @JsonKey(name: 'title') 29 | String title; 30 | 31 | ZiyuanUrl( 32 | this.url, 33 | this.title, 34 | ); 35 | 36 | factory ZiyuanUrl.fromJson(Map srcJson) => _$ZiyuanUrlFromJson(srcJson); 37 | 38 | Map toJson() => _$ZiyuanUrlToJson(this); 39 | } 40 | -------------------------------------------------------------------------------- /lib/model/detail_reource.g.dart: -------------------------------------------------------------------------------- 1 | // GENERATED CODE - DO NOT MODIFY BY HAND 2 | 3 | part of 'detail_reource.dart'; 4 | 5 | // ************************************************************************** 6 | // JsonSerializableGenerator 7 | // ************************************************************************** 8 | 9 | DetailReource _$DetailReourceFromJson(Map json) => 10 | DetailReource( 11 | json['ziyuanName'] as String, 12 | (json['ziyuanUrl'] as List) 13 | .map((e) => ZiyuanUrl.fromJson(e as Map)) 14 | .toList(), 15 | ); 16 | 17 | Map _$DetailReourceToJson(DetailReource instance) => 18 | { 19 | 'ziyuanName': instance.ziyuanName, 20 | 'ziyuanUrl': instance.ziyuanUrl, 21 | }; 22 | 23 | ZiyuanUrl _$ZiyuanUrlFromJson(Map json) => ZiyuanUrl( 24 | json['url'] as String, 25 | json['title'] as String, 26 | ); 27 | 28 | Map _$ZiyuanUrlToJson(ZiyuanUrl instance) => { 29 | 'url': instance.url, 30 | 'title': instance.title, 31 | }; 32 | -------------------------------------------------------------------------------- /lib/model/hot_home.dart: -------------------------------------------------------------------------------- 1 | import 'package:json_annotation/json_annotation.dart'; 2 | 3 | part 'hot_home.g.dart'; 4 | 5 | @JsonSerializable() 6 | class HotHome extends Object { 7 | @JsonKey(name: 'zonghetitle') 8 | String zonghetitle; 9 | 10 | @JsonKey(name: 'zongheicon') 11 | String zongheicon; 12 | 13 | @JsonKey(name: 'contentList') 14 | List contentList; 15 | 16 | @JsonKey(name: 'update') 17 | String update; 18 | 19 | HotHome( 20 | this.zonghetitle, 21 | this.zongheicon, 22 | this.contentList, 23 | this.update, 24 | ); 25 | 26 | factory HotHome.fromJson(Map srcJson) => _$HotHomeFromJson(srcJson); 27 | 28 | Map toJson() => _$HotHomeToJson(this); 29 | } 30 | 31 | @JsonSerializable() 32 | class ContentList extends Object { 33 | @JsonKey(name: 'title') 34 | String title; 35 | 36 | @JsonKey(name: 'url') 37 | String url; 38 | 39 | @JsonKey(name: 'redu') 40 | String redu; 41 | 42 | ContentList( 43 | this.title, 44 | this.url, 45 | this.redu, 46 | ); 47 | 48 | factory ContentList.fromJson(Map srcJson) => _$ContentListFromJson(srcJson); 49 | 50 | Map toJson() => _$ContentListToJson(this); 51 | } 52 | -------------------------------------------------------------------------------- /lib/model/hot_home.g.dart: -------------------------------------------------------------------------------- 1 | // GENERATED CODE - DO NOT MODIFY BY HAND 2 | 3 | part of 'hot_home.dart'; 4 | 5 | // ************************************************************************** 6 | // JsonSerializableGenerator 7 | // ************************************************************************** 8 | 9 | HotHome _$HotHomeFromJson(Map json) => HotHome( 10 | json['zonghetitle'] as String, 11 | json['zongheicon'] as String, 12 | (json['contentList'] as List) 13 | .map((e) => ContentList.fromJson(e as Map)) 14 | .toList(), 15 | json['update'] as String, 16 | ); 17 | 18 | Map _$HotHomeToJson(HotHome instance) => { 19 | 'zonghetitle': instance.zonghetitle, 20 | 'zongheicon': instance.zongheicon, 21 | 'contentList': instance.contentList, 22 | 'update': instance.update, 23 | }; 24 | 25 | ContentList _$ContentListFromJson(Map json) => ContentList( 26 | json['title'] as String, 27 | json['url'] as String, 28 | json['redu'] as String, 29 | ); 30 | 31 | Map _$ContentListToJson(ContentList instance) => 32 | { 33 | 'title': instance.title, 34 | 'url': instance.url, 35 | 'redu': instance.redu, 36 | }; 37 | -------------------------------------------------------------------------------- /lib/model/hot_search.dart: -------------------------------------------------------------------------------- 1 | import 'package:json_annotation/json_annotation.dart'; 2 | 3 | part 'hot_search.g.dart'; 4 | 5 | @JsonSerializable() 6 | class HotSearch extends Object { 7 | @JsonKey(name: 'url') 8 | String url; 9 | 10 | @JsonKey(name: 'title') 11 | String title; 12 | 13 | @JsonKey(name: 'cover') 14 | String cover; 15 | 16 | @JsonKey(name: 'shuming') 17 | String shuming; 18 | 19 | @JsonKey(name: 'updatetime') 20 | String updatetime; 21 | 22 | HotSearch( 23 | this.url, 24 | this.title, 25 | this.cover, 26 | this.shuming, 27 | this.updatetime, 28 | ); 29 | 30 | factory HotSearch.fromJson(Map srcJson) => _$HotSearchFromJson(srcJson); 31 | 32 | Map toJson() => _$HotSearchToJson(this); 33 | } 34 | -------------------------------------------------------------------------------- /lib/model/hot_search.g.dart: -------------------------------------------------------------------------------- 1 | // GENERATED CODE - DO NOT MODIFY BY HAND 2 | 3 | part of 'hot_search.dart'; 4 | 5 | // ************************************************************************** 6 | // JsonSerializableGenerator 7 | // ************************************************************************** 8 | 9 | HotSearch _$HotSearchFromJson(Map json) => HotSearch( 10 | json['url'] as String, 11 | json['title'] as String, 12 | json['cover'] as String, 13 | json['shuming'] as String, 14 | json['updatetime'] as String, 15 | ); 16 | 17 | Map _$HotSearchToJson(HotSearch instance) => { 18 | 'url': instance.url, 19 | 'title': instance.title, 20 | 'cover': instance.cover, 21 | 'shuming': instance.shuming, 22 | 'updatetime': instance.updatetime, 23 | }; 24 | -------------------------------------------------------------------------------- /lib/model/hot_xiaoshuo.dart: -------------------------------------------------------------------------------- 1 | import 'package:json_annotation/json_annotation.dart'; 2 | 3 | part 'hot_xiaoshuo.g.dart'; 4 | 5 | @JsonSerializable() 6 | class HotXiaoshuo extends Object { 7 | @JsonKey(name: 'Id') 8 | int id; 9 | 10 | @JsonKey(name: 'Name') 11 | String name; 12 | 13 | @JsonKey(name: 'Author') 14 | String author; 15 | 16 | @JsonKey(name: 'Img') 17 | String img; 18 | 19 | @JsonKey(name: 'CName') 20 | String cName; 21 | 22 | @JsonKey(name: 'Score') 23 | String score; 24 | 25 | HotXiaoshuo( 26 | this.id, 27 | this.name, 28 | this.author, 29 | this.img, 30 | this.cName, 31 | this.score, 32 | ); 33 | 34 | factory HotXiaoshuo.fromJson(Map srcJson) => _$HotXiaoshuoFromJson(srcJson); 35 | 36 | Map toJson() => _$HotXiaoshuoToJson(this); 37 | } 38 | -------------------------------------------------------------------------------- /lib/model/hot_xiaoshuo.g.dart: -------------------------------------------------------------------------------- 1 | // GENERATED CODE - DO NOT MODIFY BY HAND 2 | 3 | part of 'hot_xiaoshuo.dart'; 4 | 5 | // ************************************************************************** 6 | // JsonSerializableGenerator 7 | // ************************************************************************** 8 | 9 | HotXiaoshuo _$HotXiaoshuoFromJson(Map json) => HotXiaoshuo( 10 | json['Id'] as int, 11 | json['Name'] as String, 12 | json['Author'] as String, 13 | json['Img'] as String, 14 | json['CName'] as String, 15 | json['Score'] as String, 16 | ); 17 | 18 | Map _$HotXiaoshuoToJson(HotXiaoshuo instance) => 19 | { 20 | 'Id': instance.id, 21 | 'Name': instance.name, 22 | 'Author': instance.author, 23 | 'Img': instance.img, 24 | 'CName': instance.cName, 25 | 'Score': instance.score, 26 | }; 27 | -------------------------------------------------------------------------------- /lib/model/manhua_detail.dart: -------------------------------------------------------------------------------- 1 | import 'package:json_annotation/json_annotation.dart'; 2 | 3 | part 'manhua_detail.g.dart'; 4 | 5 | @JsonSerializable() 6 | class ManhuaDetail extends Object { 7 | @JsonKey(name: 'name') 8 | String name; 9 | 10 | @JsonKey(name: 'types') 11 | List types; 12 | 13 | ManhuaDetail( 14 | this.name, 15 | this.types, 16 | ); 17 | 18 | factory ManhuaDetail.fromJson(Map srcJson) => _$ManhuaDetailFromJson(srcJson); 19 | 20 | Map toJson() => _$ManhuaDetailToJson(this); 21 | } 22 | 23 | @JsonSerializable() 24 | class Types extends Object { 25 | @JsonKey(name: 'url') 26 | String url; 27 | 28 | @JsonKey(name: 'title') 29 | String title; 30 | 31 | @JsonKey(name: 'author') 32 | String author; 33 | 34 | @JsonKey(name: 'cover') 35 | String cover; 36 | 37 | Types( 38 | this.url, 39 | this.title, 40 | this.author, 41 | this.cover, 42 | ); 43 | 44 | factory Types.fromJson(Map srcJson) => _$TypesFromJson(srcJson); 45 | 46 | Map toJson() => _$TypesToJson(this); 47 | } 48 | -------------------------------------------------------------------------------- /lib/model/manhua_detail.g.dart: -------------------------------------------------------------------------------- 1 | // GENERATED CODE - DO NOT MODIFY BY HAND 2 | 3 | part of 'manhua_detail.dart'; 4 | 5 | // ************************************************************************** 6 | // JsonSerializableGenerator 7 | // ************************************************************************** 8 | 9 | ManhuaDetail _$ManhuaDetailFromJson(Map json) => ManhuaDetail( 10 | json['name'] as String, 11 | (json['types'] as List) 12 | .map((e) => Types.fromJson(e as Map)) 13 | .toList(), 14 | ); 15 | 16 | Map _$ManhuaDetailToJson(ManhuaDetail instance) => 17 | { 18 | 'name': instance.name, 19 | 'types': instance.types, 20 | }; 21 | 22 | Types _$TypesFromJson(Map json) => Types( 23 | json['url'] as String, 24 | json['title'] as String, 25 | json['author'] as String, 26 | json['cover'] as String, 27 | ); 28 | 29 | Map _$TypesToJson(Types instance) => { 30 | 'url': instance.url, 31 | 'title': instance.title, 32 | 'author': instance.author, 33 | 'cover': instance.cover, 34 | }; 35 | -------------------------------------------------------------------------------- /lib/model/player_reource.dart: -------------------------------------------------------------------------------- 1 | import 'package:json_annotation/json_annotation.dart'; 2 | 3 | part 'player_reource.g.dart'; 4 | 5 | @JsonSerializable() 6 | class PlayerReource extends Object { 7 | @JsonKey(name: 'key') 8 | String key; 9 | 10 | @JsonKey(name: 'name') 11 | String name; 12 | 13 | @JsonKey(name: 'url') 14 | String url; 15 | 16 | @JsonKey(name: 'new') 17 | String newData; 18 | 19 | @JsonKey(name: 'view') 20 | String view; 21 | 22 | @JsonKey(name: 'search') 23 | String search; 24 | 25 | @JsonKey(name: 'type') 26 | int type; 27 | 28 | @JsonKey(name: 'tags') 29 | List tags; 30 | 31 | PlayerReource( 32 | this.key, 33 | this.name, 34 | this.url, 35 | this.newData, 36 | this.view, 37 | this.search, 38 | this.type, 39 | this.tags, 40 | ); 41 | 42 | factory PlayerReource.fromJson(Map srcJson) => _$PlayerReourceFromJson(srcJson); 43 | 44 | Map toJson() => _$PlayerReourceToJson(this); 45 | } 46 | 47 | @JsonSerializable() 48 | class Tags extends Object { 49 | @JsonKey(name: 'title') 50 | String title; 51 | 52 | @JsonKey(name: 'id') 53 | int id; 54 | 55 | @JsonKey(name: 'children') 56 | List children; 57 | 58 | Tags( 59 | this.title, 60 | this.id, 61 | this.children, 62 | ); 63 | 64 | factory Tags.fromJson(Map srcJson) => _$TagsFromJson(srcJson); 65 | 66 | Map toJson() => _$TagsToJson(this); 67 | } 68 | -------------------------------------------------------------------------------- /lib/model/resource_data.dart: -------------------------------------------------------------------------------- 1 | import 'package:json_annotation/json_annotation.dart'; 2 | 3 | part 'resource_data.g.dart'; 4 | 5 | @JsonSerializable() 6 | class ResourceData extends Object { 7 | @JsonKey(name: 'url') 8 | String url; 9 | 10 | @JsonKey(name: 'title') 11 | String title; 12 | 13 | @JsonKey(name: 'cover') 14 | String cover; 15 | 16 | ResourceData( 17 | this.url, 18 | this.title, 19 | this.cover, 20 | ); 21 | 22 | factory ResourceData.fromJson(Map srcJson) => _$ResourceDataFromJson(srcJson); 23 | 24 | Map toJson() => _$ResourceDataToJson(this); 25 | } 26 | -------------------------------------------------------------------------------- /lib/model/resource_data.g.dart: -------------------------------------------------------------------------------- 1 | // GENERATED CODE - DO NOT MODIFY BY HAND 2 | 3 | part of 'resource_data.dart'; 4 | 5 | // ************************************************************************** 6 | // JsonSerializableGenerator 7 | // ************************************************************************** 8 | 9 | ResourceData _$ResourceDataFromJson(Map json) => ResourceData( 10 | json['url'] as String, 11 | json['title'] as String, 12 | json['cover'] as String, 13 | ); 14 | 15 | Map _$ResourceDataToJson(ResourceData instance) => 16 | { 17 | 'url': instance.url, 18 | 'title': instance.title, 19 | 'cover': instance.cover, 20 | }; 21 | -------------------------------------------------------------------------------- /lib/model/xiaoshuo_chap.dart: -------------------------------------------------------------------------------- 1 | import 'package:json_annotation/json_annotation.dart'; 2 | 3 | part 'xiaoshuo_chap.g.dart'; 4 | 5 | @JsonSerializable() 6 | class XiaoshuoChap extends Object { 7 | @JsonKey(name: 'page') 8 | int page; 9 | 10 | @JsonKey(name: 'total') 11 | int total; 12 | 13 | @JsonKey(name: 'xiaoshuoList') 14 | List xiaoshuoList; 15 | 16 | XiaoshuoChap( 17 | this.page, 18 | this.total, 19 | this.xiaoshuoList, 20 | ); 21 | 22 | factory XiaoshuoChap.fromJson(Map srcJson) => _$XiaoshuoChapFromJson(srcJson); 23 | 24 | Map toJson() => _$XiaoshuoChapToJson(this); 25 | } 26 | 27 | @JsonSerializable() 28 | class XiaoshuoList extends Object { 29 | @JsonKey(name: 'id') 30 | int id; 31 | 32 | @JsonKey(name: 'name') 33 | String name; 34 | 35 | @JsonKey(name: 'hasContent') 36 | int hasContent; 37 | 38 | XiaoshuoList( 39 | this.id, 40 | this.name, 41 | this.hasContent, 42 | ); 43 | 44 | factory XiaoshuoList.fromJson(Map srcJson) => _$XiaoshuoListFromJson(srcJson); 45 | 46 | Map toJson() => _$XiaoshuoListToJson(this); 47 | } 48 | -------------------------------------------------------------------------------- /lib/model/xiaoshuo_chap.g.dart: -------------------------------------------------------------------------------- 1 | // GENERATED CODE - DO NOT MODIFY BY HAND 2 | 3 | part of 'xiaoshuo_chap.dart'; 4 | 5 | // ************************************************************************** 6 | // JsonSerializableGenerator 7 | // ************************************************************************** 8 | 9 | XiaoshuoChap _$XiaoshuoChapFromJson(Map json) => XiaoshuoChap( 10 | json['page'] as int, 11 | json['total'] as int, 12 | (json['xiaoshuoList'] as List) 13 | .map((e) => XiaoshuoList.fromJson(e as Map)) 14 | .toList(), 15 | ); 16 | 17 | Map _$XiaoshuoChapToJson(XiaoshuoChap instance) => 18 | { 19 | 'page': instance.page, 20 | 'total': instance.total, 21 | 'xiaoshuoList': instance.xiaoshuoList, 22 | }; 23 | 24 | XiaoshuoList _$XiaoshuoListFromJson(Map json) => XiaoshuoList( 25 | json['id'] as int, 26 | json['name'] as String, 27 | json['hasContent'] as int, 28 | ); 29 | 30 | Map _$XiaoshuoListToJson(XiaoshuoList instance) => 31 | { 32 | 'id': instance.id, 33 | 'name': instance.name, 34 | 'hasContent': instance.hasContent, 35 | }; 36 | -------------------------------------------------------------------------------- /lib/model/xiaoshuo_content.dart: -------------------------------------------------------------------------------- 1 | import 'package:json_annotation/json_annotation.dart'; 2 | 3 | part 'xiaoshuo_content.g.dart'; 4 | 5 | @JsonSerializable() 6 | class XiaoshuoContent extends Object { 7 | @JsonKey(name: 'id') 8 | int id; 9 | 10 | @JsonKey(name: 'name') 11 | String name; 12 | 13 | @JsonKey(name: 'cid') 14 | int cid; 15 | 16 | @JsonKey(name: 'cname') 17 | String cname; 18 | 19 | @JsonKey(name: 'pid') 20 | int pid; 21 | 22 | @JsonKey(name: 'nid') 23 | int nid; 24 | 25 | @JsonKey(name: 'content') 26 | String content; 27 | 28 | @JsonKey(name: 'hasContent') 29 | int hasContent; 30 | 31 | XiaoshuoContent( 32 | this.id, 33 | this.name, 34 | this.cid, 35 | this.cname, 36 | this.pid, 37 | this.nid, 38 | this.content, 39 | this.hasContent, 40 | ); 41 | 42 | factory XiaoshuoContent.fromJson(Map srcJson) => _$XiaoshuoContentFromJson(srcJson); 43 | 44 | Map toJson() => _$XiaoshuoContentToJson(this); 45 | } 46 | -------------------------------------------------------------------------------- /lib/model/xiaoshuo_content.g.dart: -------------------------------------------------------------------------------- 1 | // GENERATED CODE - DO NOT MODIFY BY HAND 2 | 3 | part of 'xiaoshuo_content.dart'; 4 | 5 | // ************************************************************************** 6 | // JsonSerializableGenerator 7 | // ************************************************************************** 8 | 9 | XiaoshuoContent _$XiaoshuoContentFromJson(Map json) => 10 | XiaoshuoContent( 11 | json['id'] as int, 12 | json['name'] as String, 13 | json['cid'] as int, 14 | json['cname'] as String, 15 | json['pid'] as int, 16 | json['nid'] as int, 17 | json['content'] as String, 18 | json['hasContent'] as int, 19 | ); 20 | 21 | Map _$XiaoshuoContentToJson(XiaoshuoContent instance) => 22 | { 23 | 'id': instance.id, 24 | 'name': instance.name, 25 | 'cid': instance.cid, 26 | 'cname': instance.cname, 27 | 'pid': instance.pid, 28 | 'nid': instance.nid, 29 | 'content': instance.content, 30 | 'hasContent': instance.hasContent, 31 | }; 32 | -------------------------------------------------------------------------------- /lib/model/xiaoshuo_detail.dart: -------------------------------------------------------------------------------- 1 | import 'package:json_annotation/json_annotation.dart'; 2 | 3 | part 'xiaoshuo_detail.g.dart'; 4 | 5 | @JsonSerializable() 6 | class XiaoshuoDetail extends Object { 7 | @JsonKey(name: 'Id') 8 | String id; 9 | 10 | @JsonKey(name: 'Name') 11 | String name; 12 | 13 | @JsonKey(name: 'Author') 14 | String author; 15 | 16 | @JsonKey(name: 'Img') 17 | String img; 18 | 19 | @JsonKey(name: 'Desc') 20 | String desc; 21 | 22 | @JsonKey(name: 'BookStatus') 23 | String bookStatus; 24 | 25 | @JsonKey(name: 'LastChapterId') 26 | String lastChapterId; 27 | 28 | @JsonKey(name: 'LastChapter') 29 | String lastChapter; 30 | 31 | @JsonKey(name: 'CName') 32 | String cName; 33 | 34 | @JsonKey(name: 'UpdateTime') 35 | String updateTime; 36 | 37 | XiaoshuoDetail( 38 | this.id, 39 | this.name, 40 | this.author, 41 | this.img, 42 | this.desc, 43 | this.bookStatus, 44 | this.lastChapterId, 45 | this.lastChapter, 46 | this.cName, 47 | this.updateTime, 48 | ); 49 | 50 | factory XiaoshuoDetail.fromJson(Map srcJson) => _$XiaoshuoDetailFromJson(srcJson); 51 | 52 | Map toJson() => _$XiaoshuoDetailToJson(this); 53 | } 54 | -------------------------------------------------------------------------------- /lib/model/xiaoshuo_detail.g.dart: -------------------------------------------------------------------------------- 1 | // GENERATED CODE - DO NOT MODIFY BY HAND 2 | 3 | part of 'xiaoshuo_detail.dart'; 4 | 5 | // ************************************************************************** 6 | // JsonSerializableGenerator 7 | // ************************************************************************** 8 | 9 | XiaoshuoDetail _$XiaoshuoDetailFromJson(Map json) => 10 | XiaoshuoDetail( 11 | json['Id'] as String, 12 | json['Name'] as String, 13 | json['Author'] as String, 14 | json['Img'] as String, 15 | json['Desc'] as String, 16 | json['BookStatus'] as String, 17 | json['LastChapterId'] as String, 18 | json['LastChapter'] as String, 19 | json['CName'] as String, 20 | json['UpdateTime'] as String, 21 | ); 22 | 23 | Map _$XiaoshuoDetailToJson(XiaoshuoDetail instance) => 24 | { 25 | 'Id': instance.id, 26 | 'Name': instance.name, 27 | 'Author': instance.author, 28 | 'Img': instance.img, 29 | 'Desc': instance.desc, 30 | 'BookStatus': instance.bookStatus, 31 | 'LastChapterId': instance.lastChapterId, 32 | 'LastChapter': instance.lastChapter, 33 | 'CName': instance.cName, 34 | 'UpdateTime': instance.updateTime, 35 | }; 36 | -------------------------------------------------------------------------------- /lib/model/zhibo_resource.dart: -------------------------------------------------------------------------------- 1 | import 'package:json_annotation/json_annotation.dart'; 2 | 3 | part 'zhibo_resource.g.dart'; 4 | 5 | @JsonSerializable() 6 | class ZhiboResource extends Object { 7 | @JsonKey(name: 'name') 8 | String name; 9 | 10 | @JsonKey(name: 'm3uResult') 11 | List m3uResult; 12 | 13 | ZhiboResource( 14 | this.name, 15 | this.m3uResult, 16 | ); 17 | 18 | factory ZhiboResource.fromJson(Map srcJson) => 19 | _$ZhiboResourceFromJson(srcJson); 20 | 21 | Map toJson() => _$ZhiboResourceToJson(this); 22 | } 23 | 24 | @JsonSerializable() 25 | class M3uResult extends Object { 26 | @JsonKey(name: 'title') 27 | String title; 28 | 29 | @JsonKey(name: 'url') 30 | String url; 31 | 32 | M3uResult( 33 | this.title, 34 | this.url, 35 | ); 36 | 37 | factory M3uResult.fromJson(Map srcJson) => 38 | _$M3uResultFromJson(srcJson); 39 | 40 | Map toJson() => _$M3uResultToJson(this); 41 | } 42 | -------------------------------------------------------------------------------- /lib/model/zhibo_resource.g.dart: -------------------------------------------------------------------------------- 1 | // GENERATED CODE - DO NOT MODIFY BY HAND 2 | 3 | part of 'zhibo_resource.dart'; 4 | 5 | // ************************************************************************** 6 | // JsonSerializableGenerator 7 | // ************************************************************************** 8 | 9 | ZhiboResource _$ZhiboResourceFromJson(Map json) => 10 | ZhiboResource( 11 | json['name'] as String, 12 | (json['m3uResult'] as List) 13 | .map((e) => M3uResult.fromJson(e as Map)) 14 | .toList(), 15 | ); 16 | 17 | Map _$ZhiboResourceToJson(ZhiboResource instance) => 18 | { 19 | 'name': instance.name, 20 | 'm3uResult': instance.m3uResult, 21 | }; 22 | 23 | M3uResult _$M3uResultFromJson(Map json) => M3uResult( 24 | json['title'] as String, 25 | json['url'] as String, 26 | ); 27 | 28 | Map _$M3uResultToJson(M3uResult instance) => { 29 | 'title': instance.title, 30 | 'url': instance.url, 31 | }; 32 | -------------------------------------------------------------------------------- /lib/net/net.dart: -------------------------------------------------------------------------------- 1 | export 'dio_utils.dart'; 2 | export 'error_handle.dart'; 3 | export 'http_api.dart'; 4 | -------------------------------------------------------------------------------- /lib/player/player_router.dart: -------------------------------------------------------------------------------- 1 | import 'package:ZY_Player_flutter/player/page/player_detail_page.dart'; 2 | import 'package:ZY_Player_flutter/player/page/player_more_page.dart'; 3 | import 'package:ZY_Player_flutter/player/page/player_search_page.dart'; 4 | import 'package:ZY_Player_flutter/routes/router_init.dart'; 5 | import 'package:fluro/fluro.dart'; 6 | 7 | class PlayerRouter implements IRouterProvider { 8 | static String searchPage = '/player_search'; 9 | static String detailPage = '/player_detail'; 10 | static String detailZhiboPage = '/player_zhibo_detail'; 11 | static String playerMorePage = '/player_more'; 12 | 13 | @override 14 | void initRouter(FluroRouter router) { 15 | router.define(searchPage, 16 | handler: Handler(handlerFunc: (_, __) => const PlayerSearchPage())); 17 | router.define(detailPage, 18 | handler: Handler( 19 | handlerFunc: (_, params) => 20 | PlayerDetailPage(playerList: params["playerList"]!.first))); 21 | router.define(playerMorePage, 22 | handler: Handler( 23 | handlerFunc: (_, params) => 24 | PlayerMorePage(type: params["type"]!.first))); 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /lib/provider/base_list_provider.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:ZY_Player_flutter/widgets/state_layout.dart'; 3 | 4 | class BaseListProvider extends ChangeNotifier { 5 | final List _list = []; 6 | List get list => _list; 7 | 8 | StateType _stateType = StateType.empty; 9 | bool _hasMore = true; 10 | 11 | StateType get stateType => _stateType; 12 | bool get hasMore => _hasMore; 13 | 14 | void setStateTypeNotNotify(StateType stateType) { 15 | _stateType = stateType; 16 | } 17 | 18 | void setStateType(StateType stateType) { 19 | _stateType = stateType; 20 | notifyListeners(); 21 | } 22 | 23 | void setHasMore(bool hasMore) { 24 | _hasMore = hasMore; 25 | } 26 | 27 | void add(T data) { 28 | _list.add(data); 29 | notifyListeners(); 30 | } 31 | 32 | void addAll(List data) { 33 | _list.addAll(data); 34 | notifyListeners(); 35 | } 36 | 37 | void insert(int i, T data) { 38 | _list.insert(i, data); 39 | notifyListeners(); 40 | } 41 | 42 | void insertAll(int i, List data) { 43 | _list.insertAll(i, data); 44 | notifyListeners(); 45 | } 46 | 47 | void remove(T data) { 48 | _list.remove(data); 49 | notifyListeners(); 50 | } 51 | 52 | void removeAt(int i) { 53 | _list.removeAt(i); 54 | notifyListeners(); 55 | } 56 | 57 | void clear() { 58 | _list.clear(); 59 | notifyListeners(); 60 | } 61 | 62 | void refresh() { 63 | notifyListeners(); 64 | } 65 | } 66 | -------------------------------------------------------------------------------- /lib/res/dimens.dart: -------------------------------------------------------------------------------- 1 | class Dimens { 2 | static const double font_sp10 = 10.0; 3 | static const double font_sp12 = 12.0; 4 | static const double font_sp14 = 14.0; 5 | static const double font_sp15 = 15.0; 6 | static const double font_sp16 = 16.0; 7 | static const double font_sp18 = 18.0; 8 | 9 | static const double gap_dp4 = 4; 10 | static const double gap_dp5 = 5; 11 | static const double gap_dp8 = 8; 12 | static const double gap_dp10 = 10; 13 | static const double gap_dp12 = 12; 14 | static const double gap_dp15 = 15; 15 | static const double gap_dp16 = 16; 16 | static const double gap_dp24 = 24; 17 | static const double gap_dp32 = 32; 18 | static const double gap_dp50 = 50; 19 | } 20 | -------------------------------------------------------------------------------- /lib/res/resources.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/widgets.dart'; 2 | import 'package:ZY_Player_flutter/widgets/load_image.dart'; 3 | 4 | export 'colors.dart'; 5 | export 'dimens.dart'; 6 | export 'gaps.dart'; 7 | export 'styles.dart'; 8 | 9 | class Images { 10 | static const Widget arrowRight = LoadAssetImage('ic_arrow_right', height: 16.0, width: 16.0); 11 | } 12 | -------------------------------------------------------------------------------- /lib/routes/404.dart: -------------------------------------------------------------------------------- 1 | import 'package:ZY_Player_flutter/widgets/my_app_bar.dart'; 2 | import 'package:ZY_Player_flutter/widgets/state_layout.dart'; 3 | import 'package:flutter/material.dart'; 4 | 5 | class PageNotFound extends StatelessWidget { 6 | const PageNotFound({Key? key}) : super(key: key); 7 | 8 | @override 9 | Widget build(BuildContext context) { 10 | return const Scaffold( 11 | appBar: MyAppBar( 12 | centerTitle: '页面不存在', 13 | ), 14 | body: StateLayout( 15 | type: StateType.account, 16 | hintText: '页面不存在', 17 | ), 18 | ); 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /lib/routes/application.dart: -------------------------------------------------------------------------------- 1 | import 'package:fluro/fluro.dart'; 2 | 3 | class Application { 4 | static FluroRouter? router; 5 | } 6 | -------------------------------------------------------------------------------- /lib/routes/router_init.dart: -------------------------------------------------------------------------------- 1 | import 'package:fluro/fluro.dart'; 2 | 3 | abstract class IRouterProvider { 4 | void initRouter(FluroRouter router); 5 | } 6 | -------------------------------------------------------------------------------- /lib/setting/page/about_page.dart: -------------------------------------------------------------------------------- 1 | 2 | 3 | import 'package:ZY_Player_flutter/res/resources.dart'; 4 | import 'package:ZY_Player_flutter/util/toast.dart'; 5 | import 'package:ZY_Player_flutter/widgets/click_item.dart'; 6 | import 'package:ZY_Player_flutter/widgets/load_image.dart'; 7 | import 'package:ZY_Player_flutter/widgets/my_app_bar.dart'; 8 | import 'package:flutter/material.dart'; 9 | 10 | class AboutPage extends StatefulWidget { 11 | const AboutPage({Key? key}) : super(key: key); 12 | 13 | @override 14 | _AboutPageState createState() => _AboutPageState(); 15 | } 16 | 17 | class _AboutPageState extends State { 18 | @override 19 | void initState() { 20 | super.initState(); 21 | } 22 | 23 | @override 24 | void dispose() { 25 | super.dispose(); 26 | } 27 | 28 | @override 29 | Widget build(BuildContext context) { 30 | return Scaffold( 31 | appBar: const MyAppBar( 32 | title: '关于我们', 33 | ), 34 | body: Column( 35 | children: [ 36 | Gaps.vGap50, 37 | const LoadImage("logo"), 38 | Gaps.vGap10, 39 | ClickItem(title: '公众号', content: '关注公众号《墨鱼玩》', onTap: () => Toast.show("关注公众号《墨鱼玩》")), 40 | ], 41 | ), 42 | ); 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /lib/setting/page/sound_record_page.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/lib/setting/page/sound_record_page.dart -------------------------------------------------------------------------------- /lib/setting/provider/setting_provider.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | class SettingProvider extends ValueNotifier { 4 | SettingProvider() : super(false); 5 | } 6 | -------------------------------------------------------------------------------- /lib/util/ReaderPageAgent.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | class ReaderPageAgent { 4 | static List> getPageOffsets(String content, double height, double width, double fontSize) { 5 | String tempStr = content; 6 | List> pageConfig = []; 7 | int last = 0; 8 | while (true) { 9 | Map offset = {}; 10 | offset['start'] = last; 11 | TextPainter textPainter = TextPainter(textDirection: TextDirection.ltr); 12 | textPainter.text = TextSpan(text: tempStr, style: TextStyle(fontSize: fontSize)); 13 | textPainter.layout(maxWidth: width); 14 | var end = textPainter.getPositionForOffset(Offset(width, height)).offset; 15 | 16 | if (end == 0) { 17 | break; 18 | } 19 | tempStr = tempStr.substring(end, tempStr.length); 20 | offset['end'] = last + end; 21 | last = last + end; 22 | pageConfig.add(offset); 23 | } 24 | return pageConfig; 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /lib/util/device_utils.dart: -------------------------------------------------------------------------------- 1 | import 'package:universal_platform/universal_platform.dart'; 2 | // import 'package:flutter/foundation.dart'; 3 | 4 | /// https://medium.com/gskinner-team/flutter-simplify-platform-screen-size-detection-4cb6fc4f7ed1 5 | class Device { 6 | // static bool get isDesktop => !isWeb && (isWindows || isLinux || isMacOS); 7 | // 8 | // static bool get isMobile => isAndroid || isIOS; 9 | // 10 | // static bool get isWeb => kIsWeb; 11 | // 12 | // static bool get isWindows => Platform.isWindows; 13 | // 14 | // static bool get isLinux => Platform.isLinux; 15 | // 16 | // static bool get isMacOS => Platform.isMacOS; 17 | // 18 | // static bool get isAndroid => Platform.isAndroid; 19 | // 20 | // static bool get isFuchsia => Platform.isFuchsia; 21 | // 22 | // static bool get isIOS => Platform.isIOS; 23 | 24 | static bool get isDesktop => !isWeb && (isWindows || isLinux || isMacOS); 25 | 26 | static bool get isMobile => isAndroid || isIOS; 27 | 28 | static bool get isWeb => UniversalPlatform.isWeb; 29 | 30 | static bool get isWindows => UniversalPlatform.isWindows; 31 | 32 | static bool get isLinux => UniversalPlatform.isLinux; 33 | 34 | static bool get isMacOS => UniversalPlatform.isMacOS; 35 | 36 | static bool get isAndroid => UniversalPlatform.isAndroid; 37 | 38 | static bool get isFuchsia => UniversalPlatform.isFuchsia; 39 | 40 | static bool get isIOS => UniversalPlatform.isIOS; 41 | 42 | } 43 | -------------------------------------------------------------------------------- /lib/util/double_tap_back_exit_app.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:flutter/services.dart'; 3 | import 'package:ZY_Player_flutter/util/toast.dart'; 4 | 5 | /// 双击返回退出 6 | class DoubleTapBackExitApp extends StatefulWidget { 7 | const DoubleTapBackExitApp({ 8 | Key? key, 9 | required this.child, 10 | this.duration = const Duration(milliseconds: 2500), 11 | }) : super(key: key); 12 | 13 | final Widget child; 14 | 15 | /// 两次点击返回按钮的时间间隔 16 | final Duration duration; 17 | 18 | @override 19 | _DoubleTapBackExitAppState createState() => _DoubleTapBackExitAppState(); 20 | } 21 | 22 | class _DoubleTapBackExitAppState extends State { 23 | DateTime? _lastTime; 24 | 25 | @override 26 | Widget build(BuildContext context) { 27 | return WillPopScope( 28 | onWillPop: _isExit, 29 | child: widget.child, 30 | ); 31 | } 32 | 33 | Future _isExit() async { 34 | if (_lastTime == null || DateTime.now().difference(_lastTime!) > widget.duration) { 35 | _lastTime = DateTime.now(); 36 | Toast.show('再次返回退出应用'); 37 | return Future.value(false); 38 | } 39 | Toast.cancelToast(); 40 | 41 | /// 不推荐使用 `dart:io` 的 exit(0) 42 | await SystemNavigator.pop(); 43 | return Future.value(true); 44 | } 45 | } 46 | -------------------------------------------------------------------------------- /lib/util/handle_error_utils.dart: -------------------------------------------------------------------------------- 1 | import 'dart:async'; 2 | 3 | import 'package:flutter/widgets.dart'; 4 | import 'package:ZY_Player_flutter/common/common.dart'; 5 | 6 | /// 捕获全局异常,进行统一处理。 7 | void handleError(void body) { 8 | /// 重写Flutter异常回调 FlutterError.onError 9 | FlutterError.onError = (FlutterErrorDetails details) { 10 | if (!Constant.inProduction) { 11 | // debug时,直接将异常信息打印。 12 | FlutterError.dumpErrorToConsole(details); 13 | } else { 14 | // release时,将异常交由zone统一处理。 15 | Zone.current.handleUncaughtError(details.exception, details.stack!); 16 | } 17 | }; 18 | 19 | /// 使用runZonedGuarded捕获Flutter未捕获的异常 20 | runZonedGuarded(() => body, (Object error, StackTrace stackTrace) async { 21 | await _reportError(error, stackTrace); 22 | }); 23 | } 24 | 25 | Future _reportError(Object error, StackTrace stackTrace) async { 26 | if (!Constant.inProduction) { 27 | debugPrintStack( 28 | stackTrace: stackTrace, 29 | label: error.toString(), 30 | maxFrames: 100, 31 | ); 32 | } else { 33 | /// 将异常信息收集并上传到服务器。可以直接使用类似`flutter_bugly`插件处理异常上报。 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /lib/util/hex_color.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | class HexColor extends Color { 4 | HexColor(final String hexColor) : super(_getColorFromHex(hexColor)); 5 | 6 | static int _getColorFromHex(String hexColor) { 7 | hexColor = hexColor.toUpperCase().replaceAll('#', ''); 8 | if (hexColor.length == 6) { 9 | hexColor = 'FF$hexColor'; 10 | } 11 | return int.parse(hexColor, radix: 16); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /lib/util/image_utils.dart: -------------------------------------------------------------------------------- 1 | 2 | import 'package:common_utils/common_utils.dart'; 3 | import 'package:flutter/material.dart'; 4 | import 'package:flutter/widgets.dart'; 5 | import 'package:cached_network_image/cached_network_image.dart'; 6 | 7 | class ImageUtils { 8 | 9 | static ImageProvider getAssetImage(String name, {ImageFormat format = ImageFormat.png}) { 10 | return AssetImage(getImgPath(name, format: format)); 11 | } 12 | 13 | static String getImgPath(String name, {ImageFormat format = ImageFormat.png}) { 14 | return 'assets/images/$name.${format.value}'; 15 | } 16 | 17 | static ImageProvider getImageProvider(String imageUrl, {String holderImg = 'none'}) { 18 | if (TextUtil.isEmpty(imageUrl)) { 19 | return AssetImage(getImgPath(holderImg)); 20 | } 21 | return CachedNetworkImageProvider(imageUrl); 22 | } 23 | } 24 | 25 | enum ImageFormat { 26 | png, 27 | jpg, 28 | gif, 29 | webp 30 | } 31 | 32 | extension ImageFormatExtension on ImageFormat { 33 | String get value => ['png', 'jpg', 'gif', 'webp'][index]; 34 | } -------------------------------------------------------------------------------- /lib/util/number_text_input_formatter.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/services.dart'; 2 | 3 | /// 只允许输入小数 4 | class UsNumberTextInputFormatter extends TextInputFormatter { 5 | static const double _kDefaultDouble = 0.001; 6 | 7 | static double strToFloat(String str, [double defaultValue = _kDefaultDouble]) { 8 | try { 9 | return double.parse(str); 10 | } catch (e) { 11 | return defaultValue; 12 | } 13 | } 14 | 15 | @override 16 | TextEditingValue formatEditUpdate(TextEditingValue oldValue, TextEditingValue newValue) { 17 | String value = newValue.text; 18 | int selectionIndex = newValue.selection.end; 19 | if (value == '.') { 20 | value = '0.'; 21 | selectionIndex++; 22 | } else if (value != '' && value != _kDefaultDouble.toString() && strToFloat(value, _kDefaultDouble) == _kDefaultDouble) { 23 | value = oldValue.text; 24 | selectionIndex = oldValue.selection.end; 25 | } 26 | return TextEditingValue( 27 | text: value, 28 | selection: TextSelection.collapsed(offset: selectionIndex), 29 | ); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /lib/util/persistent_header_delegate.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | class CustomSliverPersistentHeaderDelegate extends SliverPersistentHeaderDelegate { 4 | final double max; // 最大高度 5 | final double min; // 最小高度 6 | final Widget child; // 需要展示的内容 7 | 8 | CustomSliverPersistentHeaderDelegate({required this.max, required this.min, required this.child}) 9 | // 如果 assert 内部条件不成立,会报错 10 | : assert(min <= max), 11 | super(); 12 | 13 | // 返回展示的内容,如果内容固定可以直接在这定义,如果需要可扩展,这边通过传入值来定义 14 | @override 15 | Widget build(BuildContext context, double shrinkOffset, bool overlapsContent) => child; 16 | 17 | @override 18 | double get maxExtent => max; // 返回最大高度 19 | 20 | @override 21 | double get minExtent => min; // 返回最小高度 22 | 23 | @override 24 | bool shouldRebuild(CustomSliverPersistentHeaderDelegate oldDelegate) { 25 | // 是否需要更新,这里我们定义当高度范围和展示内容被替换的时候进行刷新界面 26 | return max != oldDelegate.max || min != oldDelegate.min || child != oldDelegate.child; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /lib/util/toast.dart: -------------------------------------------------------------------------------- 1 | import 'package:oktoast/oktoast.dart'; 2 | 3 | /// Toast工具类 4 | class Toast { 5 | static void show(String msg, {int duration = 2000}) { 6 | if (msg == "") { 7 | return; 8 | } 9 | showToast(msg, duration: Duration(milliseconds: duration), dismissOtherToast: true); 10 | } 11 | 12 | static void cancelToast() { 13 | dismissAllToast(); 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /lib/widgets/my_card.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:ZY_Player_flutter/res/colors.dart'; 3 | import 'package:ZY_Player_flutter/util/theme_utils.dart'; 4 | 5 | class MyCard extends StatelessWidget { 6 | const MyCard({Key? key, required this.child, this.color, this.shadowColor}) : super(key: key); 7 | 8 | final Widget child; 9 | final Color? color; 10 | final Color? shadowColor; 11 | 12 | @override 13 | Widget build(BuildContext context) { 14 | final bool isDark = context.isDark; 15 | 16 | final Color backgroundColor = color ?? (isDark ? Colours.dark_bg_gray_ : Colors.white); 17 | final Color shadowColor = isDark ? Colors.transparent : const Color(0x80DCE7FA); 18 | 19 | return DecoratedBox( 20 | decoration: BoxDecoration( 21 | color: backgroundColor, 22 | borderRadius: BorderRadius.circular(8.0), 23 | boxShadow: [ 24 | BoxShadow(color: shadowColor, offset: const Offset(0.0, 2.0), blurRadius: 8.0, spreadRadius: 0.0), 25 | ], 26 | ), 27 | child: child, 28 | ); 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /lib/widgets/selected_image.dart: -------------------------------------------------------------------------------- 1 | import 'dart:io'; 2 | 3 | import 'package:flutter/material.dart'; 4 | import 'package:ZY_Player_flutter/res/resources.dart'; 5 | import 'package:ZY_Player_flutter/util/image_utils.dart'; 6 | import 'package:ZY_Player_flutter/util/theme_utils.dart'; 7 | 8 | class SelectedImage extends StatelessWidget { 9 | const SelectedImage({Key? key, this.size = 80.0, required this.onTap, this.image}) : super(key: key); 10 | 11 | final double size; 12 | final GestureTapCallback onTap; 13 | final File? image; 14 | 15 | @override 16 | Widget build(BuildContext context) { 17 | return Semantics( 18 | label: '选择图片', 19 | hint: '跳转相册选择图片', 20 | child: InkWell( 21 | borderRadius: BorderRadius.circular(16.0), 22 | onTap: onTap, 23 | child: Container( 24 | width: size, 25 | height: size, 26 | decoration: BoxDecoration( 27 | // 图片圆角展示 28 | borderRadius: BorderRadius.circular(16.0), 29 | image: DecorationImage( 30 | image: image == null ? ImageUtils.getAssetImage('store/icon_zj') : FileImage(image!), 31 | fit: BoxFit.cover, 32 | colorFilter: 33 | image == null ? ColorFilter.mode(ThemeUtils.getDarkColor(context, Colours.dark_unselected_item_color)!, BlendMode.srcIn) : null), 34 | ), 35 | ), 36 | ), 37 | ); 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /lib/widgets/selected_item.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:ZY_Player_flutter/res/resources.dart'; 3 | 4 | class SelectedItem extends StatelessWidget { 5 | const SelectedItem({Key? key, this.onTap, required this.title, this.content = '', this.textAlign = TextAlign.start, this.style}) : super(key: key); 6 | 7 | final GestureTapCallback? onTap; 8 | final String title; 9 | final String content; 10 | final TextAlign textAlign; 11 | final TextStyle? style; 12 | 13 | @override 14 | Widget build(BuildContext context) { 15 | return InkWell( 16 | onTap: onTap, 17 | child: Container( 18 | height: 50.0, 19 | margin: const EdgeInsets.only(right: 8.0, left: 16.0), 20 | width: double.infinity, 21 | decoration: BoxDecoration( 22 | border: Border( 23 | bottom: Divider.createBorderSide(context, width: 0.6), 24 | ), 25 | ), 26 | child: Row( 27 | children: [ 28 | Text(title), 29 | Gaps.hGap16, 30 | Expanded( 31 | child: Text(content, maxLines: 2, textAlign: textAlign, overflow: TextOverflow.ellipsis, style: style), 32 | ), 33 | Gaps.hGap8, 34 | Images.arrowRight 35 | ], 36 | ), 37 | ), 38 | ); 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /lib/xiaoshuo/page/xiaoshuo_page.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | class XiaoshuoPage extends StatefulWidget { 4 | const XiaoshuoPage({key}) : super(key: key); 5 | 6 | @override 7 | _XiaoshuoPageState createState() => _XiaoshuoPageState(); 8 | } 9 | 10 | class _XiaoshuoPageState extends State { 11 | @override 12 | Widget build(BuildContext context) { 13 | return Container(); 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /lib/xiaoshuo/xiaoshuo_router.dart: -------------------------------------------------------------------------------- 1 | import 'package:ZY_Player_flutter/xiaoshuo/page/xiaoshuo_content_page.dart'; 2 | import 'package:ZY_Player_flutter/xiaoshuo/page/xiaoshuo_deail_page.dart'; 3 | import 'package:ZY_Player_flutter/xiaoshuo/page/xiaoshuo_search_page.dart'; 4 | import 'package:fluro/fluro.dart'; 5 | import 'package:ZY_Player_flutter/routes/router_init.dart'; 6 | 7 | class XiaoShuoRouter implements IRouterProvider { 8 | static String searchPage = '/xiaoshuoSearch'; 9 | static String zjPage = '/xiaoshuoZj'; 10 | static String contentPage = '/xiaoshuoContent'; 11 | 12 | @override 13 | void initRouter(FluroRouter router) { 14 | router.define(searchPage, handler: Handler(handlerFunc: (_, __) => const XiaoShuoSearchSearchPage())); 15 | router.define(zjPage, handler: Handler(handlerFunc: (_, params) => XiaoShuoDetailPage(xiaoshuodetail: params['xiaoshuodetail']!.first))); 16 | router.define(contentPage, handler: Handler(handlerFunc: (_, params) => XiaoShuoContentPage(id: int.parse(params['id']!.first), chpId: params['chpId']!.first, title: params['title']!.first))); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /local.properties: -------------------------------------------------------------------------------- 1 | ## This file must *NOT* be checked into Version Control Systems, 2 | # as it contains information specific to your local configuration. 3 | # 4 | # Location of the SDK. This is only used by Gradle. 5 | # For customization when using a Version Control System, please read the 6 | # header note. 7 | #Mon Jan 18 23:12:27 CST 2021 8 | sdk.dir=D:\\Android\\android-sdk 9 | -------------------------------------------------------------------------------- /web/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/web/favicon.png -------------------------------------------------------------------------------- /web/icons/Icon-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/web/icons/Icon-192.png -------------------------------------------------------------------------------- /web/icons/Icon-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/web/icons/Icon-512.png -------------------------------------------------------------------------------- /web/icons/Icon-maskable-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/web/icons/Icon-maskable-192.png -------------------------------------------------------------------------------- /web/icons/Icon-maskable-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/web/icons/Icon-maskable-512.png -------------------------------------------------------------------------------- /web/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "shizijuhe_app", 3 | "short_name": "shizijuhe_app", 4 | "start_url": ".", 5 | "display": "standalone", 6 | "background_color": "#0175C2", 7 | "theme_color": "#0175C2", 8 | "description": "A new Flutter project.", 9 | "orientation": "portrait-primary", 10 | "prefer_related_applications": false, 11 | "icons": [ 12 | { 13 | "src": "icons/Icon-192.png", 14 | "sizes": "192x192", 15 | "type": "image/png" 16 | }, 17 | { 18 | "src": "icons/Icon-512.png", 19 | "sizes": "512x512", 20 | "type": "image/png" 21 | }, 22 | { 23 | "src": "icons/Icon-maskable-192.png", 24 | "sizes": "192x192", 25 | "type": "image/png", 26 | "purpose": "maskable" 27 | }, 28 | { 29 | "src": "icons/Icon-maskable-512.png", 30 | "sizes": "512x512", 31 | "type": "image/png", 32 | "purpose": "maskable" 33 | } 34 | ] 35 | } 36 | -------------------------------------------------------------------------------- /white_color_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/white_color_full.png -------------------------------------------------------------------------------- /windows/.gitignore: -------------------------------------------------------------------------------- 1 | flutter/ephemeral/ 2 | 3 | # Visual Studio user-specific files. 4 | *.suo 5 | *.user 6 | *.userosscache 7 | *.sln.docstates 8 | 9 | # Visual Studio build-related files. 10 | x64/ 11 | x86/ 12 | 13 | # Visual Studio cache files 14 | # files ending in .cache can be ignored 15 | *.[Cc]ache 16 | # but keep track of directories ending in .cache 17 | !*.[Cc]ache/ 18 | -------------------------------------------------------------------------------- /windows/flutter/generated_plugin_registrant.cc: -------------------------------------------------------------------------------- 1 | // 2 | // Generated file. Do not edit. 3 | // 4 | 5 | // clang-format off 6 | 7 | #include "generated_plugin_registrant.h" 8 | 9 | #include 10 | #include 11 | #include 12 | 13 | void RegisterPlugins(flutter::PluginRegistry* registry) { 14 | BatteryPlusWindowsPluginRegisterWithRegistrar( 15 | registry->GetRegistrarForPlugin("BatteryPlusWindowsPlugin")); 16 | ScreenBrightnessWindowsPluginRegisterWithRegistrar( 17 | registry->GetRegistrarForPlugin("ScreenBrightnessWindowsPlugin")); 18 | UrlLauncherWindowsRegisterWithRegistrar( 19 | registry->GetRegistrarForPlugin("UrlLauncherWindows")); 20 | } 21 | -------------------------------------------------------------------------------- /windows/flutter/generated_plugin_registrant.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated file. Do not edit. 3 | // 4 | 5 | // clang-format off 6 | 7 | #ifndef GENERATED_PLUGIN_REGISTRANT_ 8 | #define GENERATED_PLUGIN_REGISTRANT_ 9 | 10 | #include 11 | 12 | // Registers Flutter plugins. 13 | void RegisterPlugins(flutter::PluginRegistry* registry); 14 | 15 | #endif // GENERATED_PLUGIN_REGISTRANT_ 16 | -------------------------------------------------------------------------------- /windows/flutter/generated_plugins.cmake: -------------------------------------------------------------------------------- 1 | # 2 | # Generated file, do not edit. 3 | # 4 | 5 | list(APPEND FLUTTER_PLUGIN_LIST 6 | battery_plus 7 | screen_brightness_windows 8 | url_launcher_windows 9 | ) 10 | 11 | list(APPEND FLUTTER_FFI_PLUGIN_LIST 12 | ) 13 | 14 | set(PLUGIN_BUNDLED_LIBRARIES) 15 | 16 | foreach(plugin ${FLUTTER_PLUGIN_LIST}) 17 | add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/windows plugins/${plugin}) 18 | target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin) 19 | list(APPEND PLUGIN_BUNDLED_LIBRARIES $) 20 | list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries}) 21 | endforeach(plugin) 22 | 23 | foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST}) 24 | add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/windows plugins/${ffi_plugin}) 25 | list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries}) 26 | endforeach(ffi_plugin) 27 | -------------------------------------------------------------------------------- /windows/runner/flutter_window.h: -------------------------------------------------------------------------------- 1 | #ifndef RUNNER_FLUTTER_WINDOW_H_ 2 | #define RUNNER_FLUTTER_WINDOW_H_ 3 | 4 | #include 5 | #include 6 | 7 | #include 8 | 9 | #include "win32_window.h" 10 | 11 | // A window that does nothing but host a Flutter view. 12 | class FlutterWindow : public Win32Window { 13 | public: 14 | // Creates a new FlutterWindow hosting a Flutter view running |project|. 15 | explicit FlutterWindow(const flutter::DartProject& project); 16 | virtual ~FlutterWindow(); 17 | 18 | protected: 19 | // Win32Window: 20 | bool OnCreate() override; 21 | void OnDestroy() override; 22 | LRESULT MessageHandler(HWND window, UINT const message, WPARAM const wparam, 23 | LPARAM const lparam) noexcept override; 24 | 25 | private: 26 | // The project to run. 27 | flutter::DartProject project_; 28 | 29 | // The Flutter instance hosted by this window. 30 | std::unique_ptr flutter_controller_; 31 | }; 32 | 33 | #endif // RUNNER_FLUTTER_WINDOW_H_ 34 | -------------------------------------------------------------------------------- /windows/runner/main.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | 5 | #include "flutter_window.h" 6 | #include "utils.h" 7 | 8 | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, 9 | _In_ wchar_t *command_line, _In_ int show_command) { 10 | // Attach to console when present (e.g., 'flutter run') or create a 11 | // new console when running with a debugger. 12 | if (!::AttachConsole(ATTACH_PARENT_PROCESS) && ::IsDebuggerPresent()) { 13 | CreateAndAttachConsole(); 14 | } 15 | 16 | // Initialize COM, so that it is available for use in the library and/or 17 | // plugins. 18 | ::CoInitializeEx(nullptr, COINIT_APARTMENTTHREADED); 19 | 20 | flutter::DartProject project(L"data"); 21 | 22 | std::vector command_line_arguments = 23 | GetCommandLineArguments(); 24 | 25 | project.set_dart_entrypoint_arguments(std::move(command_line_arguments)); 26 | 27 | FlutterWindow window(project); 28 | Win32Window::Point origin(10, 10); 29 | Win32Window::Size size(1280, 720); 30 | if (!window.CreateAndShow(L"shizijuhe_app", origin, size)) { 31 | return EXIT_FAILURE; 32 | } 33 | window.SetQuitOnClose(true); 34 | 35 | ::MSG msg; 36 | while (::GetMessage(&msg, nullptr, 0, 0)) { 37 | ::TranslateMessage(&msg); 38 | ::DispatchMessage(&msg); 39 | } 40 | 41 | ::CoUninitialize(); 42 | return EXIT_SUCCESS; 43 | } 44 | -------------------------------------------------------------------------------- /windows/runner/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by Runner.rc 4 | // 5 | #define IDI_APP_ICON 101 6 | 7 | // Next default values for new objects 8 | // 9 | #ifdef APSTUDIO_INVOKED 10 | #ifndef APSTUDIO_READONLY_SYMBOLS 11 | #define _APS_NEXT_RESOURCE_VALUE 102 12 | #define _APS_NEXT_COMMAND_VALUE 40001 13 | #define _APS_NEXT_CONTROL_VALUE 1001 14 | #define _APS_NEXT_SYMED_VALUE 101 15 | #endif 16 | #endif 17 | -------------------------------------------------------------------------------- /windows/runner/resources/app_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaojia21190/ZY_Player_flutter/d09d112e35c91d4996250d7e3f3208944c385eba/windows/runner/resources/app_icon.ico -------------------------------------------------------------------------------- /windows/runner/runner.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PerMonitorV2 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /windows/runner/utils.h: -------------------------------------------------------------------------------- 1 | #ifndef RUNNER_UTILS_H_ 2 | #define RUNNER_UTILS_H_ 3 | 4 | #include 5 | #include 6 | 7 | // Creates a console for the process, and redirects stdout and stderr to 8 | // it for both the runner and the Flutter library. 9 | void CreateAndAttachConsole(); 10 | 11 | // Takes a null-terminated wchar_t* encoded in UTF-16 and returns a std::string 12 | // encoded in UTF-8. Returns an empty std::string on failure. 13 | std::string Utf8FromUtf16(const wchar_t* utf16_string); 14 | 15 | // Gets the command line arguments passed in as a std::vector, 16 | // encoded in UTF-8. Returns an empty std::vector on failure. 17 | std::vector GetCommandLineArguments(); 18 | 19 | #endif // RUNNER_UTILS_H_ 20 | --------------------------------------------------------------------------------