├── .gitignore ├── .metadata ├── README.md ├── analysis_options.yaml ├── android ├── .gitignore ├── app │ ├── .cxx │ │ └── Debug │ │ │ └── h1632424 │ │ │ ├── arm64-v8a │ │ │ ├── .cmake │ │ │ │ └── api │ │ │ │ │ └── v1 │ │ │ │ │ ├── query │ │ │ │ │ └── client-agp │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ └── reply │ │ │ │ │ ├── cache-v2-0e1c2905624717311f54.json │ │ │ │ │ ├── cmakeFiles-v1-af11ae72a94aa9f33573.json │ │ │ │ │ ├── codemodel-v2-440ec85f70959e69786f.json │ │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ │ └── index-2025-05-13T12-28-55-0382.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-071e57ce7ebcebc5211a.json │ │ │ │ │ ├── cmakeFiles-v1-3caf77ade5a2adfe510d.json │ │ │ │ │ ├── codemodel-v2-b3f649b07f71ff303f6d.json │ │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ │ └── index-2025-05-13T12-29-27-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-b9777f77a20cca06d346.json │ │ │ │ │ ├── cmakeFiles-v1-ace89982c90aae18c7af.json │ │ │ │ │ ├── codemodel-v2-a044bc27009bd9a28a70.json │ │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ │ └── index-2025-05-13T12-29-29-0267.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-d3dc34e978e5144e0170.json │ │ │ │ ├── cmakeFiles-v1-38585efd3bb455361a8f.json │ │ │ │ ├── codemodel-v2-3b29345eeb7c5e3afcf3.json │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ └── index-2025-05-13T12-29-31-0043.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 │ └── src │ │ ├── debug │ │ └── AndroidManifest.xml │ │ ├── main │ │ ├── AndroidManifest.xml │ │ ├── kotlin │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── wt_flutter_samples │ │ │ │ └── MainActivity.kt │ │ └── res │ │ │ ├── drawable-v21 │ │ │ └── launch_background.xml │ │ │ ├── drawable │ │ │ └── launch_background.xml │ │ │ ├── mipmap-hdpi │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-mdpi │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xhdpi │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xxhdpi │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xxxhdpi │ │ │ └── ic_launcher.png │ │ │ ├── values-night │ │ │ └── styles.xml │ │ │ └── values │ │ │ └── styles.xml │ │ └── profile │ │ └── AndroidManifest.xml ├── build.gradle ├── gradle.properties ├── gradle │ └── wrapper │ │ └── gradle-wrapper.properties └── settings.gradle ├── assets └── images │ ├── book_1.jpg │ └── face1.png ├── lib ├── app.dart ├── main.dart └── screens │ ├── animated_align_name.dart │ ├── animated_align_text.dart │ ├── animated_card_2.dart │ ├── animated_card_3.dart │ ├── animated_card_4.dart │ ├── animated_card_5.dart │ ├── animated_card_6.dart │ ├── animated_counter.dart │ ├── animated_horizontal_list.dart │ ├── animated_list.dart │ ├── animated_menu.dart │ ├── animated_presentation_card.dart │ ├── animated_rotating_card.dart │ ├── balance_card_animation.dart │ ├── dynamic_check_mark.dart │ ├── expandable_menu.dart │ ├── flipping_cards.dart │ ├── half_circle.dart │ ├── numbers_circular_rotation.dart │ ├── persona_5_animation.dart │ ├── presentation.dart │ ├── screens.dart │ ├── slivers_cards_animation.dart │ ├── staggerered_menu.dart │ ├── swipe_cards.dart │ ├── three_d_planes.dart │ └── worlds_animation.dart ├── pubspec.lock ├── pubspec.yaml ├── test └── widget_test.dart └── web ├── favicon.png ├── icons ├── Icon-192.png ├── Icon-512.png ├── Icon-maskable-192.png └── Icon-maskable-512.png ├── index.html └── manifest.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/.gitignore -------------------------------------------------------------------------------- /.metadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/.metadata -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/README.md -------------------------------------------------------------------------------- /analysis_options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/analysis_options.yaml -------------------------------------------------------------------------------- /android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/.gitignore -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/.cmake/api/v1/reply/cache-v2-0e1c2905624717311f54.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/.cmake/api/v1/reply/cache-v2-0e1c2905624717311f54.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/.cmake/api/v1/reply/cmakeFiles-v1-af11ae72a94aa9f33573.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/.cmake/api/v1/reply/cmakeFiles-v1-af11ae72a94aa9f33573.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/.cmake/api/v1/reply/codemodel-v2-440ec85f70959e69786f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/.cmake/api/v1/reply/codemodel-v2-440ec85f70959e69786f.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/.cmake/api/v1/reply/index-2025-05-13T12-28-55-0382.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/.cmake/api/v1/reply/index-2025-05-13T12-28-55-0382.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeCache.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/android_gradle_build.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/android_gradle_build_mini.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/build.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/build_file_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/cmake_install.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/metadata_generation_command.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/prefab_config.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/arm64-v8a/symbol_folder_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/arm64-v8a/symbol_folder_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/.cmake/api/v1/reply/cache-v2-071e57ce7ebcebc5211a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/.cmake/api/v1/reply/cache-v2-071e57ce7ebcebc5211a.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/.cmake/api/v1/reply/cmakeFiles-v1-3caf77ade5a2adfe510d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/.cmake/api/v1/reply/cmakeFiles-v1-3caf77ade5a2adfe510d.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/.cmake/api/v1/reply/codemodel-v2-b3f649b07f71ff303f6d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/.cmake/api/v1/reply/codemodel-v2-b3f649b07f71ff303f6d.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/.cmake/api/v1/reply/index-2025-05-13T12-29-27-0398.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/.cmake/api/v1/reply/index-2025-05-13T12-29-27-0398.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeCache.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/android_gradle_build.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/android_gradle_build_mini.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/build.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/build_file_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/cmake_install.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/metadata_generation_command.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/prefab_config.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/armeabi-v7a/symbol_folder_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/armeabi-v7a/symbol_folder_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/hash_key.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/hash_key.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/.cmake/api/v1/reply/cache-v2-b9777f77a20cca06d346.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/.cmake/api/v1/reply/cache-v2-b9777f77a20cca06d346.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/.cmake/api/v1/reply/cmakeFiles-v1-ace89982c90aae18c7af.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/.cmake/api/v1/reply/cmakeFiles-v1-ace89982c90aae18c7af.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/.cmake/api/v1/reply/codemodel-v2-a044bc27009bd9a28a70.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/.cmake/api/v1/reply/codemodel-v2-a044bc27009bd9a28a70.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/.cmake/api/v1/reply/index-2025-05-13T12-29-29-0267.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/.cmake/api/v1/reply/index-2025-05-13T12-29-29-0267.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/CMakeCache.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/android_gradle_build.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/android_gradle_build_mini.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/build.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/build_file_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/cmake_install.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/metadata_generation_command.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/prefab_config.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86/symbol_folder_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86/symbol_folder_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/.cmake/api/v1/reply/cache-v2-d3dc34e978e5144e0170.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/.cmake/api/v1/reply/cache-v2-d3dc34e978e5144e0170.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/.cmake/api/v1/reply/cmakeFiles-v1-38585efd3bb455361a8f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/.cmake/api/v1/reply/cmakeFiles-v1-38585efd3bb455361a8f.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/.cmake/api/v1/reply/codemodel-v2-3b29345eeb7c5e3afcf3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/.cmake/api/v1/reply/codemodel-v2-3b29345eeb7c5e3afcf3.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/.cmake/api/v1/reply/index-2025-05-13T12-29-31-0043.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/.cmake/api/v1/reply/index-2025-05-13T12-29-31-0043.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/CMakeCache.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/3.22.1-g37088a8-dirty/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/android_gradle_build.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/android_gradle_build_mini.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/build.ninja -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/build_file_index.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/cmake_install.cmake -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/metadata_generation_command.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/prefab_config.json -------------------------------------------------------------------------------- /android/app/.cxx/Debug/h1632424/x86_64/symbol_folder_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/.cxx/Debug/h1632424/x86_64/symbol_folder_index.txt -------------------------------------------------------------------------------- /android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/build.gradle -------------------------------------------------------------------------------- /android/app/src/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/src/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /android/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /android/app/src/main/kotlin/com/example/wt_flutter_samples/MainActivity.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/src/main/kotlin/com/example/wt_flutter_samples/MainActivity.kt -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-v21/launch_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/src/main/res/drawable-v21/launch_background.xml -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/launch_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/src/main/res/drawable/launch_background.xml -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/values-night/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/src/main/res/values-night/styles.xml -------------------------------------------------------------------------------- /android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /android/app/src/profile/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/app/src/profile/AndroidManifest.xml -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/build.gradle -------------------------------------------------------------------------------- /android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/gradle.properties -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /android/settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/android/settings.gradle -------------------------------------------------------------------------------- /assets/images/book_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/assets/images/book_1.jpg -------------------------------------------------------------------------------- /assets/images/face1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/assets/images/face1.png -------------------------------------------------------------------------------- /lib/app.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/app.dart -------------------------------------------------------------------------------- /lib/main.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/main.dart -------------------------------------------------------------------------------- /lib/screens/animated_align_name.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/animated_align_name.dart -------------------------------------------------------------------------------- /lib/screens/animated_align_text.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/animated_align_text.dart -------------------------------------------------------------------------------- /lib/screens/animated_card_2.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/animated_card_2.dart -------------------------------------------------------------------------------- /lib/screens/animated_card_3.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/animated_card_3.dart -------------------------------------------------------------------------------- /lib/screens/animated_card_4.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/animated_card_4.dart -------------------------------------------------------------------------------- /lib/screens/animated_card_5.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/animated_card_5.dart -------------------------------------------------------------------------------- /lib/screens/animated_card_6.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/animated_card_6.dart -------------------------------------------------------------------------------- /lib/screens/animated_counter.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/animated_counter.dart -------------------------------------------------------------------------------- /lib/screens/animated_horizontal_list.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/animated_horizontal_list.dart -------------------------------------------------------------------------------- /lib/screens/animated_list.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/animated_list.dart -------------------------------------------------------------------------------- /lib/screens/animated_menu.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/animated_menu.dart -------------------------------------------------------------------------------- /lib/screens/animated_presentation_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/animated_presentation_card.dart -------------------------------------------------------------------------------- /lib/screens/animated_rotating_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/animated_rotating_card.dart -------------------------------------------------------------------------------- /lib/screens/balance_card_animation.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/balance_card_animation.dart -------------------------------------------------------------------------------- /lib/screens/dynamic_check_mark.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/dynamic_check_mark.dart -------------------------------------------------------------------------------- /lib/screens/expandable_menu.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/expandable_menu.dart -------------------------------------------------------------------------------- /lib/screens/flipping_cards.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/flipping_cards.dart -------------------------------------------------------------------------------- /lib/screens/half_circle.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/half_circle.dart -------------------------------------------------------------------------------- /lib/screens/numbers_circular_rotation.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/numbers_circular_rotation.dart -------------------------------------------------------------------------------- /lib/screens/persona_5_animation.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/persona_5_animation.dart -------------------------------------------------------------------------------- /lib/screens/presentation.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/presentation.dart -------------------------------------------------------------------------------- /lib/screens/screens.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/screens.dart -------------------------------------------------------------------------------- /lib/screens/slivers_cards_animation.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/slivers_cards_animation.dart -------------------------------------------------------------------------------- /lib/screens/staggerered_menu.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/staggerered_menu.dart -------------------------------------------------------------------------------- /lib/screens/swipe_cards.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/swipe_cards.dart -------------------------------------------------------------------------------- /lib/screens/three_d_planes.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/three_d_planes.dart -------------------------------------------------------------------------------- /lib/screens/worlds_animation.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/lib/screens/worlds_animation.dart -------------------------------------------------------------------------------- /pubspec.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/pubspec.lock -------------------------------------------------------------------------------- /pubspec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/pubspec.yaml -------------------------------------------------------------------------------- /test/widget_test.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/test/widget_test.dart -------------------------------------------------------------------------------- /web/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/web/favicon.png -------------------------------------------------------------------------------- /web/icons/Icon-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/web/icons/Icon-192.png -------------------------------------------------------------------------------- /web/icons/Icon-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/web/icons/Icon-512.png -------------------------------------------------------------------------------- /web/icons/Icon-maskable-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/web/icons/Icon-maskable-192.png -------------------------------------------------------------------------------- /web/icons/Icon-maskable-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/web/icons/Icon-maskable-512.png -------------------------------------------------------------------------------- /web/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/web/index.html -------------------------------------------------------------------------------- /web/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hydev777/wt-flutter-samples/HEAD/web/manifest.json --------------------------------------------------------------------------------