├── .github └── copilot-instructions.md ├── .gitignore ├── .metadata ├── CHANGELOG.md ├── LICENSE ├── README.md ├── analysis_options.yaml ├── android ├── .gradle │ ├── 8.9 │ │ ├── checksums │ │ │ └── checksums.lock │ │ ├── dependencies-accessors │ │ │ └── gc.properties │ │ ├── fileChanges │ │ │ └── last-build.bin │ │ ├── fileHashes │ │ │ └── fileHashes.lock │ │ └── gc.properties │ ├── 9.0-milestone-1 │ │ ├── checksums │ │ │ ├── checksums.lock │ │ │ ├── md5-checksums.bin │ │ │ └── sha1-checksums.bin │ │ ├── fileChanges │ │ │ └── last-build.bin │ │ ├── fileHashes │ │ │ └── fileHashes.lock │ │ └── gc.properties │ ├── buildOutputCleanup │ │ ├── buildOutputCleanup.lock │ │ └── cache.properties │ ├── config.properties │ ├── vcs-1 │ │ └── gc.properties │ ├── workspace-id.txt │ └── workspace-id.txt.lock ├── app │ └── src │ │ └── main │ │ ├── java │ │ └── io │ │ │ └── flutter │ │ │ └── plugins │ │ │ └── GeneratedPluginRegistrant.java │ │ └── kotlin │ │ └── com │ │ └── alheekmah │ │ └── quranPackage │ │ └── MainActivity.kt ├── build.gradle ├── local.properties └── src │ └── main │ ├── AndroidManifest.xml │ └── java │ └── com │ └── alheekmah │ └── quranPackage │ └── QuranLibraryPlugin.java ├── assets ├── en.json ├── fonts │ ├── Cairo-Bold.ttf │ ├── Cairo-Medium.ttf │ ├── Cairo-Regular.ttf │ ├── Cairo-SemiBold.ttf │ ├── Kufam-Regular.ttf │ ├── NotoNaskhArabic-VariableFont_wght.ttf │ ├── UthmanicHafs_V20.ttf │ ├── Uthmanic_NeoCOLORD-Regular.ttf │ ├── surah-name-v4.ttf │ ├── surah_name_naskh.ttf │ └── vertopal.com_QCF_Bismillah-Regular.ttf ├── images │ └── quran_library_logo.png ├── jsons │ ├── quranV3.json │ ├── quran_hafs.json │ └── surahs_name.json ├── saadi.json └── svg │ ├── alert.svg │ ├── ayahBookmarked.svg │ ├── backArrow.svg │ ├── backward.svg │ ├── buttomSheet.svg │ ├── checkMark.svg │ ├── options.svg │ ├── pauseArrow.svg │ ├── playArrow.svg │ ├── rewind.svg │ ├── sajdaIcon.svg │ ├── suraNum.svg │ ├── surahSvgBanner.svg │ ├── surahSvgBannerDark.svg │ └── surahsAudio.svg ├── devtools_options.yaml ├── example ├── .gitignore ├── .metadata ├── README.md ├── analysis_options.yaml ├── android │ ├── .gitignore │ ├── app │ │ ├── .cxx │ │ │ └── Debug │ │ │ │ └── q533j4b2 │ │ │ │ ├── arm64-v8a │ │ │ │ ├── .cmake │ │ │ │ │ └── api │ │ │ │ │ │ └── v1 │ │ │ │ │ │ ├── query │ │ │ │ │ │ └── client-agp │ │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ │ └── reply │ │ │ │ │ │ ├── cache-v2-ecd3065bbabaf2aae3af.json │ │ │ │ │ │ ├── cmakeFiles-v1-6cfa77fb7942278775d5.json │ │ │ │ │ │ ├── codemodel-v2-6ad61ca15b03c9a9cb46.json │ │ │ │ │ │ ├── directory-.-Debug-f5ebdc15457944623624.json │ │ │ │ │ │ └── index-2025-04-26T23-27-23-0987.json │ │ │ │ ├── CMakeCache.txt │ │ │ │ ├── CMakeFiles │ │ │ │ │ ├── 3.22.1-g37088a8 │ │ │ │ │ │ ├── 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-dfc1bacb2f79bf1298cc.json │ │ │ │ │ │ ├── cmakeFiles-v1-cab14fc1262d1cbd384d.json │ │ │ │ │ │ ├── codemodel-v2-5fed9767293b88dad78c.json │ │ │ │ │ │ ├── directory-.-Debug-f5ebdc15457944623624.json │ │ │ │ │ │ └── index-2025-04-26T23-27-24-0423.json │ │ │ │ ├── CMakeCache.txt │ │ │ │ ├── CMakeFiles │ │ │ │ │ ├── 3.22.1-g37088a8 │ │ │ │ │ │ ├── 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-59413fc43efde1a5030f.json │ │ │ │ │ │ ├── cmakeFiles-v1-8b0178e575088f86656f.json │ │ │ │ │ │ ├── codemodel-v2-400380179d9554358913.json │ │ │ │ │ │ ├── directory-.-Debug-f5ebdc15457944623624.json │ │ │ │ │ │ └── index-2025-04-26T23-27-24-0777.json │ │ │ │ ├── CMakeCache.txt │ │ │ │ ├── CMakeFiles │ │ │ │ │ ├── 3.22.1-g37088a8 │ │ │ │ │ │ ├── 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-a8f2b9674f9276c6b06d.json │ │ │ │ │ ├── cmakeFiles-v1-71e4d450733ebaa85027.json │ │ │ │ │ ├── codemodel-v2-82bf4d2b4992c779f0f1.json │ │ │ │ │ ├── directory-.-Debug-f5ebdc15457944623624.json │ │ │ │ │ └── index-2025-04-26T23-27-25-0106.json │ │ │ │ ├── CMakeCache.txt │ │ │ │ ├── CMakeFiles │ │ │ │ ├── 3.22.1-g37088a8 │ │ │ │ │ ├── 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 │ │ │ │ │ └── example │ │ │ │ │ └── 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 │ ├── example_android.iml.tmp │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ └── gradle-wrapper.properties │ └── settings.gradle ├── devtools_options.yaml ├── ios │ ├── .gitignore │ ├── Flutter │ │ ├── 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-App-1024x1024@1x.png │ │ │ │ ├── Icon-App-20x20@1x.png │ │ │ │ ├── Icon-App-20x20@2x.png │ │ │ │ ├── Icon-App-20x20@3x.png │ │ │ │ ├── Icon-App-29x29@1x.png │ │ │ │ ├── Icon-App-29x29@2x.png │ │ │ │ ├── Icon-App-29x29@3x.png │ │ │ │ ├── Icon-App-40x40@1x.png │ │ │ │ ├── Icon-App-40x40@2x.png │ │ │ │ ├── Icon-App-40x40@3x.png │ │ │ │ ├── Icon-App-60x60@2x.png │ │ │ │ ├── Icon-App-60x60@3x.png │ │ │ │ ├── Icon-App-76x76@1x.png │ │ │ │ ├── Icon-App-76x76@2x.png │ │ │ │ └── Icon-App-83.5x83.5@2x.png │ │ │ └── LaunchImage.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── LaunchImage.png │ │ │ │ ├── LaunchImage@2x.png │ │ │ │ ├── LaunchImage@3x.png │ │ │ │ └── README.md │ │ ├── Base.lproj │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ │ ├── Info.plist │ │ └── Runner-Bridging-Header.h │ ├── Runner9b0b5b44 │ └── RunnerTests │ │ └── RunnerTests.swift ├── lib │ └── main.dart ├── linux │ ├── .gitignore │ ├── CMakeLists.txt │ ├── flutter │ │ ├── CMakeLists.txt │ │ ├── generated_plugin_registrant.cc │ │ ├── generated_plugin_registrant.h │ │ └── generated_plugins.cmake │ └── runner │ │ ├── CMakeLists.txt │ │ ├── main.cc │ │ ├── my_application.cc │ │ └── my_application.h ├── macos │ ├── .gitignore │ ├── Flutter │ │ ├── Flutter-Debug.xcconfig │ │ ├── Flutter-Release.xcconfig │ │ └── GeneratedPluginRegistrant.swift │ ├── Podfile │ ├── Podfile.lock │ ├── Runner.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── Runner.xcscheme │ ├── Runner.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ ├── Runner │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ │ └── AppIcon.appiconset │ │ │ │ ├── Contents.json │ │ │ │ ├── app_icon_1024.png │ │ │ │ ├── app_icon_128.png │ │ │ │ ├── app_icon_16.png │ │ │ │ ├── app_icon_256.png │ │ │ │ ├── app_icon_32.png │ │ │ │ ├── app_icon_512.png │ │ │ │ └── app_icon_64.png │ │ ├── Base.lproj │ │ │ └── MainMenu.xib │ │ ├── Configs │ │ │ ├── AppInfo.xcconfig │ │ │ ├── Debug.xcconfig │ │ │ ├── Release.xcconfig │ │ │ └── Warnings.xcconfig │ │ ├── DebugProfile.entitlements │ │ ├── Info.plist │ │ ├── MainFlutterWindow.swift │ │ └── Release.entitlements │ └── RunnerTests │ │ └── RunnerTests.swift ├── pubspec.lock ├── pubspec.yaml ├── test │ └── widget_test.dart ├── web │ ├── favicon.png │ ├── icons │ │ ├── Icon-192.png │ │ ├── Icon-512.png │ │ ├── Icon-maskable-192.png │ │ └── Icon-maskable-512.png │ ├── index.html │ └── manifest.json └── windows │ ├── .gitignore │ ├── CMakeLists.txt │ ├── flutter │ ├── CMakeLists.txt │ ├── generated_plugin_registrant.cc │ ├── generated_plugin_registrant.h │ └── generated_plugins.cmake │ └── runner │ ├── CMakeLists.txt │ ├── Runner.rc │ ├── flutter_window.cpp │ ├── flutter_window.h │ ├── main.cpp │ ├── resource.h │ ├── resources │ └── app_icon.ico │ ├── runner.exe.manifest │ ├── utils.cpp │ ├── utils.h │ ├── win32_window.cpp │ └── win32_window.h ├── img.png ├── lib ├── quran.dart ├── quran_library.dart └── src │ ├── audio │ ├── audio.dart │ ├── constants │ │ ├── readers_constants.dart │ │ └── storage_constants.dart │ ├── controller │ │ ├── audio_ctrl.dart │ │ ├── audio_handler.dart │ │ ├── extensions │ │ │ ├── ayah_ctrl_extension.dart │ │ │ ├── surah_audio_storage.dart │ │ │ ├── surah_ctrl_extension.dart │ │ │ ├── surah_getters.dart │ │ │ └── surah_ui.dart │ │ └── surah_state.dart │ ├── core │ │ ├── custom_paint │ │ │ └── custom_slider.dart │ │ ├── extensions │ │ │ └── string_extensions.dart │ │ └── utils │ │ │ └── custom_widgets.dart │ ├── data │ │ └── model │ │ │ ├── ayah_audio_style.dart │ │ │ ├── ayah_download_manager_style.dart │ │ │ ├── reader_info.dart │ │ │ └── surah_audio_style.dart │ ├── surah_audio │ │ └── widgets │ │ │ ├── surah_audio_list.dart │ │ │ ├── surah_back_drop_widget.dart │ │ │ ├── surah_change_reader.dart │ │ │ ├── surah_collapsed_play_widget.dart │ │ │ ├── surah_download_play_button.dart │ │ │ ├── surah_last_listen.dart │ │ │ ├── surah_online_play_button.dart │ │ │ ├── surah_play_landscape_widget.dart │ │ │ ├── surah_play_widget.dart │ │ │ ├── surah_repeat_widget.dart │ │ │ ├── surah_seek_bar.dart │ │ │ ├── surah_skip_next.dart │ │ │ └── surah_skip_previouse.dart │ └── widgets │ │ ├── ayah_audio_widget.dart │ │ ├── ayah_change_reader.dart │ │ ├── ayah_download_manager_sheet.dart │ │ ├── ayah_skip_next.dart │ │ ├── ayah_skip_previouse.dart │ │ ├── package_seek_bar.dart │ │ └── play_ayah_widget.dart │ ├── core │ ├── theme │ │ └── quran_library_theme.dart │ ├── utils │ │ ├── app_colors.dart │ │ ├── assets_path.dart │ │ ├── toast_utils.dart │ │ └── ui_helper.dart │ └── widgets │ │ └── header_dialog_widget.dart │ ├── flutter_quran_utils.dart │ ├── pages │ ├── get_single_ayah.dart │ ├── quran_library_screen.dart │ ├── quran_pages_screen.dart │ ├── surah_audio_screen.dart │ └── surah_display_screen.dart │ ├── quran │ ├── core │ │ ├── extensions │ │ │ ├── context_extensions.dart │ │ │ ├── convert_arabic_to_english_numbers_extension.dart │ │ │ ├── convert_number_extension.dart │ │ │ ├── font_size_extension.dart │ │ │ ├── fonts_download_widget.dart │ │ │ ├── fonts_extension.dart │ │ │ ├── sajda_extension.dart │ │ │ ├── string_extensions.dart │ │ │ ├── surah_info_extension.dart │ │ │ └── text_span_extension.dart │ │ ├── helpers │ │ │ ├── page_font_size.dart │ │ │ └── responsive.dart │ │ └── utils │ │ │ └── storage_constants.dart │ ├── data │ │ ├── models │ │ │ ├── ayah_model.dart │ │ │ ├── quran_constants.dart │ │ │ ├── quran_fonts_models │ │ │ │ ├── download_fonts_dialog_style.dart │ │ │ │ └── sajda_model.dart │ │ │ ├── quran_page.dart │ │ │ ├── quran_recitation.dart │ │ │ ├── styles_models │ │ │ │ ├── ayah_menu_style.dart │ │ │ │ ├── banner_style.dart │ │ │ │ ├── basmala_style.dart │ │ │ │ ├── bookmark.dart │ │ │ │ ├── bookmarks_tab_style.dart │ │ │ │ ├── index_tab_style.dart │ │ │ │ ├── quran_top_bar_style.dart │ │ │ │ ├── search_tab_style.dart │ │ │ │ ├── snackbar_style.dart │ │ │ │ ├── surah_info_style.dart │ │ │ │ ├── surah_name_style.dart │ │ │ │ └── top_bottom_quran_style.dart │ │ │ └── surah_names_model.dart │ │ └── repositories │ │ │ ├── quran_repository.dart │ │ │ └── quran_search.dart │ └── presentation │ │ ├── controllers │ │ ├── bookmark │ │ │ └── bookmarks_ctrl.dart │ │ ├── quran │ │ │ ├── quran_ctrl.dart │ │ │ ├── quran_getters.dart │ │ │ └── quran_state.dart │ │ └── surah │ │ │ └── surah_ctrl.dart │ │ └── widgets │ │ ├── ayah_menu_dialog.dart │ │ ├── bsmallah_widget.dart │ │ ├── default_fonts_page │ │ ├── default_first_two_surahs.dart │ │ ├── default_fonts.dart │ │ ├── default_fonts_page.dart │ │ ├── default_fonts_page_build.dart │ │ └── default_other_surahs.dart │ │ ├── download_fonts_page │ │ ├── custom_span.dart │ │ ├── page_build.dart │ │ ├── quran_fonts_page.dart │ │ └── rich_text_build.dart │ │ ├── fonts_download_dialog.dart │ │ ├── jumping_between_pages_widget.dart │ │ ├── page_view_build.dart │ │ ├── surah_header_widget.dart │ │ ├── tabs │ │ ├── bookmark_tab_widget.dart │ │ ├── index_tab_widget.dart │ │ ├── quran_top_bar.dart │ │ └── search_tab_widget.dart │ │ ├── text_scale_page │ │ ├── text_scale_page.dart │ │ └── text_scale_rich_text_build.dart │ │ └── top_bottom_widget │ │ ├── build_bottom_section.dart │ │ ├── build_top_section.dart │ │ └── top_and_bottom_widget.dart │ └── tafsir │ ├── controller │ ├── tafsir_ctrl.dart │ └── tafsir_ui.dart │ ├── core │ ├── data │ │ └── models │ │ │ ├── tafsir.dart │ │ │ ├── tafsir_and_translate_names.dart │ │ │ ├── tafsir_name_model.dart │ │ │ ├── tafsir_style.dart │ │ │ └── translation_model.dart │ ├── extensions │ │ ├── download_extension.dart │ │ ├── helpers.dart │ │ └── show_tafsir_extension.dart │ └── utils │ │ └── storage_constants.dart │ ├── pages │ └── show_tafsir.dart │ ├── tafsir.dart │ └── widgets │ ├── actual_tafsir_widget.dart │ ├── change_tafsir.dart │ └── tafsir_pages_build.dart └── pubspec.yaml /.github/copilot-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/.github/copilot-instructions.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/.gitignore -------------------------------------------------------------------------------- /.metadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/.metadata -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/README.md -------------------------------------------------------------------------------- /analysis_options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/analysis_options.yaml -------------------------------------------------------------------------------- /android/.gradle/8.9/checksums/checksums.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/android/.gradle/8.9/checksums/checksums.lock -------------------------------------------------------------------------------- /android/.gradle/8.9/dependencies-accessors/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/.gradle/8.9/fileChanges/last-build.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/.gradle/8.9/fileHashes/fileHashes.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/android/.gradle/8.9/fileHashes/fileHashes.lock -------------------------------------------------------------------------------- /android/.gradle/8.9/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/.gradle/9.0-milestone-1/checksums/checksums.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/android/.gradle/9.0-milestone-1/checksums/checksums.lock -------------------------------------------------------------------------------- /android/.gradle/9.0-milestone-1/checksums/md5-checksums.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/android/.gradle/9.0-milestone-1/checksums/md5-checksums.bin -------------------------------------------------------------------------------- /android/.gradle/9.0-milestone-1/checksums/sha1-checksums.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/android/.gradle/9.0-milestone-1/checksums/sha1-checksums.bin -------------------------------------------------------------------------------- /android/.gradle/9.0-milestone-1/fileChanges/last-build.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/.gradle/9.0-milestone-1/fileHashes/fileHashes.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/android/.gradle/9.0-milestone-1/fileHashes/fileHashes.lock -------------------------------------------------------------------------------- /android/.gradle/9.0-milestone-1/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/.gradle/buildOutputCleanup/buildOutputCleanup.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock -------------------------------------------------------------------------------- /android/.gradle/buildOutputCleanup/cache.properties: -------------------------------------------------------------------------------- 1 | #Sun Nov 23 12:50:45 PST 2025 2 | gradle.version=8.9 3 | -------------------------------------------------------------------------------- /android/.gradle/config.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/android/.gradle/config.properties -------------------------------------------------------------------------------- /android/.gradle/vcs-1/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/.gradle/workspace-id.txt: -------------------------------------------------------------------------------- 1 | osuejcksfjfnfetflg3moedtry -------------------------------------------------------------------------------- /android/.gradle/workspace-id.txt.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/android/.gradle/workspace-id.txt.lock -------------------------------------------------------------------------------- /android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java -------------------------------------------------------------------------------- /android/app/src/main/kotlin/com/alheekmah/quranPackage/MainActivity.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/android/app/src/main/kotlin/com/alheekmah/quranPackage/MainActivity.kt -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/android/build.gradle -------------------------------------------------------------------------------- /android/local.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/android/local.properties -------------------------------------------------------------------------------- /android/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/android/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /android/src/main/java/com/alheekmah/quranPackage/QuranLibraryPlugin.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/android/src/main/java/com/alheekmah/quranPackage/QuranLibraryPlugin.java -------------------------------------------------------------------------------- /assets/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/en.json -------------------------------------------------------------------------------- /assets/fonts/Cairo-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/fonts/Cairo-Bold.ttf -------------------------------------------------------------------------------- /assets/fonts/Cairo-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/fonts/Cairo-Medium.ttf -------------------------------------------------------------------------------- /assets/fonts/Cairo-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/fonts/Cairo-Regular.ttf -------------------------------------------------------------------------------- /assets/fonts/Cairo-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/fonts/Cairo-SemiBold.ttf -------------------------------------------------------------------------------- /assets/fonts/Kufam-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/fonts/Kufam-Regular.ttf -------------------------------------------------------------------------------- /assets/fonts/NotoNaskhArabic-VariableFont_wght.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/fonts/NotoNaskhArabic-VariableFont_wght.ttf -------------------------------------------------------------------------------- /assets/fonts/UthmanicHafs_V20.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/fonts/UthmanicHafs_V20.ttf -------------------------------------------------------------------------------- /assets/fonts/Uthmanic_NeoCOLORD-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/fonts/Uthmanic_NeoCOLORD-Regular.ttf -------------------------------------------------------------------------------- /assets/fonts/surah-name-v4.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/fonts/surah-name-v4.ttf -------------------------------------------------------------------------------- /assets/fonts/surah_name_naskh.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/fonts/surah_name_naskh.ttf -------------------------------------------------------------------------------- /assets/fonts/vertopal.com_QCF_Bismillah-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/fonts/vertopal.com_QCF_Bismillah-Regular.ttf -------------------------------------------------------------------------------- /assets/images/quran_library_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/images/quran_library_logo.png -------------------------------------------------------------------------------- /assets/jsons/quranV3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/jsons/quranV3.json -------------------------------------------------------------------------------- /assets/jsons/quran_hafs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/jsons/quran_hafs.json -------------------------------------------------------------------------------- /assets/jsons/surahs_name.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/jsons/surahs_name.json -------------------------------------------------------------------------------- /assets/saadi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/saadi.json -------------------------------------------------------------------------------- /assets/svg/alert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/svg/alert.svg -------------------------------------------------------------------------------- /assets/svg/ayahBookmarked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/svg/ayahBookmarked.svg -------------------------------------------------------------------------------- /assets/svg/backArrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/svg/backArrow.svg -------------------------------------------------------------------------------- /assets/svg/backward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/svg/backward.svg -------------------------------------------------------------------------------- /assets/svg/buttomSheet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/svg/buttomSheet.svg -------------------------------------------------------------------------------- /assets/svg/checkMark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/svg/checkMark.svg -------------------------------------------------------------------------------- /assets/svg/options.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/svg/options.svg -------------------------------------------------------------------------------- /assets/svg/pauseArrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/svg/pauseArrow.svg -------------------------------------------------------------------------------- /assets/svg/playArrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/svg/playArrow.svg -------------------------------------------------------------------------------- /assets/svg/rewind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/svg/rewind.svg -------------------------------------------------------------------------------- /assets/svg/sajdaIcon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/svg/sajdaIcon.svg -------------------------------------------------------------------------------- /assets/svg/suraNum.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/svg/suraNum.svg -------------------------------------------------------------------------------- /assets/svg/surahSvgBanner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/svg/surahSvgBanner.svg -------------------------------------------------------------------------------- /assets/svg/surahSvgBannerDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/svg/surahSvgBannerDark.svg -------------------------------------------------------------------------------- /assets/svg/surahsAudio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/assets/svg/surahsAudio.svg -------------------------------------------------------------------------------- /devtools_options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/devtools_options.yaml -------------------------------------------------------------------------------- /example/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/.gitignore -------------------------------------------------------------------------------- /example/.metadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/.metadata -------------------------------------------------------------------------------- /example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/README.md -------------------------------------------------------------------------------- /example/analysis_options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/analysis_options.yaml -------------------------------------------------------------------------------- /example/android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/.gitignore -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/.cmake/api/v1/reply/cache-v2-ecd3065bbabaf2aae3af.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/.cmake/api/v1/reply/cache-v2-ecd3065bbabaf2aae3af.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/.cmake/api/v1/reply/cmakeFiles-v1-6cfa77fb7942278775d5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/.cmake/api/v1/reply/cmakeFiles-v1-6cfa77fb7942278775d5.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/.cmake/api/v1/reply/codemodel-v2-6ad61ca15b03c9a9cb46.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/.cmake/api/v1/reply/codemodel-v2-6ad61ca15b03c9a9cb46.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/.cmake/api/v1/reply/index-2025-04-26T23-27-23-0987.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/.cmake/api/v1/reply/index-2025-04-26T23-27-23-0987.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeCache.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeSystem.cmake -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/android_gradle_build.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/android_gradle_build_mini.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/build.ninja -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/build_file_index.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/cmake_install.cmake -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/configure_fingerprint.bin -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/metadata_generation_command.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/prefab_config.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/symbol_folder_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/arm64-v8a/symbol_folder_index.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/.cmake/api/v1/reply/cache-v2-dfc1bacb2f79bf1298cc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/.cmake/api/v1/reply/cache-v2-dfc1bacb2f79bf1298cc.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/.cmake/api/v1/reply/cmakeFiles-v1-cab14fc1262d1cbd384d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/.cmake/api/v1/reply/cmakeFiles-v1-cab14fc1262d1cbd384d.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/.cmake/api/v1/reply/codemodel-v2-5fed9767293b88dad78c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/.cmake/api/v1/reply/codemodel-v2-5fed9767293b88dad78c.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/.cmake/api/v1/reply/index-2025-04-26T23-27-24-0423.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/.cmake/api/v1/reply/index-2025-04-26T23-27-24-0423.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeCache.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeSystem.cmake -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/android_gradle_build.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/android_gradle_build_mini.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/build.ninja -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/build_file_index.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/cmake_install.cmake -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/configure_fingerprint.bin -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/metadata_generation_command.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/prefab_config.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/symbol_folder_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/armeabi-v7a/symbol_folder_index.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/hash_key.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/hash_key.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/.cmake/api/v1/reply/cache-v2-59413fc43efde1a5030f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/.cmake/api/v1/reply/cache-v2-59413fc43efde1a5030f.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/.cmake/api/v1/reply/cmakeFiles-v1-8b0178e575088f86656f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/.cmake/api/v1/reply/cmakeFiles-v1-8b0178e575088f86656f.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/.cmake/api/v1/reply/codemodel-v2-400380179d9554358913.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/.cmake/api/v1/reply/codemodel-v2-400380179d9554358913.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/.cmake/api/v1/reply/index-2025-04-26T23-27-24-0777.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/.cmake/api/v1/reply/index-2025-04-26T23-27-24-0777.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/CMakeCache.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/3.22.1-g37088a8/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/3.22.1-g37088a8/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/3.22.1-g37088a8/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/3.22.1-g37088a8/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/3.22.1-g37088a8/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/3.22.1-g37088a8/CMakeSystem.cmake -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/android_gradle_build.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/android_gradle_build_mini.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/build.ninja -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/build_file_index.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/cmake_install.cmake -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/configure_fingerprint.bin -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/metadata_generation_command.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/prefab_config.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86/symbol_folder_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86/symbol_folder_index.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/.cmake/api/v1/reply/cache-v2-a8f2b9674f9276c6b06d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/.cmake/api/v1/reply/cache-v2-a8f2b9674f9276c6b06d.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/.cmake/api/v1/reply/cmakeFiles-v1-71e4d450733ebaa85027.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/.cmake/api/v1/reply/cmakeFiles-v1-71e4d450733ebaa85027.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/.cmake/api/v1/reply/codemodel-v2-82bf4d2b4992c779f0f1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/.cmake/api/v1/reply/codemodel-v2-82bf4d2b4992c779f0f1.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/.cmake/api/v1/reply/index-2025-04-26T23-27-25-0106.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/.cmake/api/v1/reply/index-2025-04-26T23-27-25-0106.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeCache.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeSystem.cmake -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/CMakeFiles/rules.ninja -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/additional_project_files.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/android_gradle_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/android_gradle_build.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/android_gradle_build_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/android_gradle_build_mini.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/build.ninja -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/build_file_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/build_file_index.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/cmake_install.cmake -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/configure_fingerprint.bin -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/metadata_generation_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/metadata_generation_command.txt -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/prefab_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/prefab_config.json -------------------------------------------------------------------------------- /example/android/app/.cxx/Debug/q533j4b2/x86_64/symbol_folder_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/.cxx/Debug/q533j4b2/x86_64/symbol_folder_index.txt -------------------------------------------------------------------------------- /example/android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/build.gradle -------------------------------------------------------------------------------- /example/android/app/src/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/src/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /example/android/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /example/android/app/src/main/kotlin/com/example/example/MainActivity.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/src/main/kotlin/com/example/example/MainActivity.kt -------------------------------------------------------------------------------- /example/android/app/src/main/res/drawable-v21/launch_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/src/main/res/drawable-v21/launch_background.xml -------------------------------------------------------------------------------- /example/android/app/src/main/res/drawable/launch_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/src/main/res/drawable/launch_background.xml -------------------------------------------------------------------------------- /example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /example/android/app/src/main/res/values-night/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/src/main/res/values-night/styles.xml -------------------------------------------------------------------------------- /example/android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /example/android/app/src/profile/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/app/src/profile/AndroidManifest.xml -------------------------------------------------------------------------------- /example/android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/build.gradle -------------------------------------------------------------------------------- /example/android/example_android.iml.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/example_android.iml.tmp -------------------------------------------------------------------------------- /example/android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/gradle.properties -------------------------------------------------------------------------------- /example/android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /example/android/settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/android/settings.gradle -------------------------------------------------------------------------------- /example/devtools_options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/devtools_options.yaml -------------------------------------------------------------------------------- /example/ios/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/.gitignore -------------------------------------------------------------------------------- /example/ios/Flutter/AppFrameworkInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Flutter/AppFrameworkInfo.plist -------------------------------------------------------------------------------- /example/ios/Flutter/Debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Flutter/Debug.xcconfig -------------------------------------------------------------------------------- /example/ios/Flutter/Release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Flutter/Release.xcconfig -------------------------------------------------------------------------------- /example/ios/Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Podfile -------------------------------------------------------------------------------- /example/ios/Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Podfile.lock -------------------------------------------------------------------------------- /example/ios/Runner.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme -------------------------------------------------------------------------------- /example/ios/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /example/ios/Runner/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/AppDelegate.swift -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md -------------------------------------------------------------------------------- /example/ios/Runner/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /example/ios/Runner/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /example/ios/Runner/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/Runner/Info.plist -------------------------------------------------------------------------------- /example/ios/Runner/Runner-Bridging-Header.h: -------------------------------------------------------------------------------- 1 | #import "GeneratedPluginRegistrant.h" 2 | -------------------------------------------------------------------------------- /example/ios/Runner9b0b5b44: -------------------------------------------------------------------------------- 1 | #import "GeneratedPluginRegistrant.h" 2 | -------------------------------------------------------------------------------- /example/ios/RunnerTests/RunnerTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/ios/RunnerTests/RunnerTests.swift -------------------------------------------------------------------------------- /example/lib/main.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/lib/main.dart -------------------------------------------------------------------------------- /example/linux/.gitignore: -------------------------------------------------------------------------------- 1 | flutter/ephemeral 2 | -------------------------------------------------------------------------------- /example/linux/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/linux/CMakeLists.txt -------------------------------------------------------------------------------- /example/linux/flutter/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/linux/flutter/CMakeLists.txt -------------------------------------------------------------------------------- /example/linux/flutter/generated_plugin_registrant.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/linux/flutter/generated_plugin_registrant.cc -------------------------------------------------------------------------------- /example/linux/flutter/generated_plugin_registrant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/linux/flutter/generated_plugin_registrant.h -------------------------------------------------------------------------------- /example/linux/flutter/generated_plugins.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/linux/flutter/generated_plugins.cmake -------------------------------------------------------------------------------- /example/linux/runner/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/linux/runner/CMakeLists.txt -------------------------------------------------------------------------------- /example/linux/runner/main.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/linux/runner/main.cc -------------------------------------------------------------------------------- /example/linux/runner/my_application.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/linux/runner/my_application.cc -------------------------------------------------------------------------------- /example/linux/runner/my_application.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/linux/runner/my_application.h -------------------------------------------------------------------------------- /example/macos/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/.gitignore -------------------------------------------------------------------------------- /example/macos/Flutter/Flutter-Debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Flutter/Flutter-Debug.xcconfig -------------------------------------------------------------------------------- /example/macos/Flutter/Flutter-Release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Flutter/Flutter-Release.xcconfig -------------------------------------------------------------------------------- /example/macos/Flutter/GeneratedPluginRegistrant.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Flutter/GeneratedPluginRegistrant.swift -------------------------------------------------------------------------------- /example/macos/Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Podfile -------------------------------------------------------------------------------- /example/macos/Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Podfile.lock -------------------------------------------------------------------------------- /example/macos/Runner.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /example/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme -------------------------------------------------------------------------------- /example/macos/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /example/macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /example/macos/Runner/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner/AppDelegate.swift -------------------------------------------------------------------------------- /example/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png -------------------------------------------------------------------------------- /example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png -------------------------------------------------------------------------------- /example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png -------------------------------------------------------------------------------- /example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png -------------------------------------------------------------------------------- /example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png -------------------------------------------------------------------------------- /example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png -------------------------------------------------------------------------------- /example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png -------------------------------------------------------------------------------- /example/macos/Runner/Base.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner/Base.lproj/MainMenu.xib -------------------------------------------------------------------------------- /example/macos/Runner/Configs/AppInfo.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner/Configs/AppInfo.xcconfig -------------------------------------------------------------------------------- /example/macos/Runner/Configs/Debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner/Configs/Debug.xcconfig -------------------------------------------------------------------------------- /example/macos/Runner/Configs/Release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner/Configs/Release.xcconfig -------------------------------------------------------------------------------- /example/macos/Runner/Configs/Warnings.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner/Configs/Warnings.xcconfig -------------------------------------------------------------------------------- /example/macos/Runner/DebugProfile.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner/DebugProfile.entitlements -------------------------------------------------------------------------------- /example/macos/Runner/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner/Info.plist -------------------------------------------------------------------------------- /example/macos/Runner/MainFlutterWindow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner/MainFlutterWindow.swift -------------------------------------------------------------------------------- /example/macos/Runner/Release.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/Runner/Release.entitlements -------------------------------------------------------------------------------- /example/macos/RunnerTests/RunnerTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/macos/RunnerTests/RunnerTests.swift -------------------------------------------------------------------------------- /example/pubspec.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/pubspec.lock -------------------------------------------------------------------------------- /example/pubspec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/pubspec.yaml -------------------------------------------------------------------------------- /example/test/widget_test.dart: -------------------------------------------------------------------------------- 1 | void main() {} 2 | -------------------------------------------------------------------------------- /example/web/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/web/favicon.png -------------------------------------------------------------------------------- /example/web/icons/Icon-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/web/icons/Icon-192.png -------------------------------------------------------------------------------- /example/web/icons/Icon-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/web/icons/Icon-512.png -------------------------------------------------------------------------------- /example/web/icons/Icon-maskable-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/web/icons/Icon-maskable-192.png -------------------------------------------------------------------------------- /example/web/icons/Icon-maskable-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/web/icons/Icon-maskable-512.png -------------------------------------------------------------------------------- /example/web/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/web/index.html -------------------------------------------------------------------------------- /example/web/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/web/manifest.json -------------------------------------------------------------------------------- /example/windows/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/windows/.gitignore -------------------------------------------------------------------------------- /example/windows/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/windows/CMakeLists.txt -------------------------------------------------------------------------------- /example/windows/flutter/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/windows/flutter/CMakeLists.txt -------------------------------------------------------------------------------- /example/windows/flutter/generated_plugin_registrant.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/windows/flutter/generated_plugin_registrant.cc -------------------------------------------------------------------------------- /example/windows/flutter/generated_plugin_registrant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/windows/flutter/generated_plugin_registrant.h -------------------------------------------------------------------------------- /example/windows/flutter/generated_plugins.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/windows/flutter/generated_plugins.cmake -------------------------------------------------------------------------------- /example/windows/runner/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/windows/runner/CMakeLists.txt -------------------------------------------------------------------------------- /example/windows/runner/Runner.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/windows/runner/Runner.rc -------------------------------------------------------------------------------- /example/windows/runner/flutter_window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/windows/runner/flutter_window.cpp -------------------------------------------------------------------------------- /example/windows/runner/flutter_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/windows/runner/flutter_window.h -------------------------------------------------------------------------------- /example/windows/runner/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/windows/runner/main.cpp -------------------------------------------------------------------------------- /example/windows/runner/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/windows/runner/resource.h -------------------------------------------------------------------------------- /example/windows/runner/resources/app_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/windows/runner/resources/app_icon.ico -------------------------------------------------------------------------------- /example/windows/runner/runner.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/windows/runner/runner.exe.manifest -------------------------------------------------------------------------------- /example/windows/runner/utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/windows/runner/utils.cpp -------------------------------------------------------------------------------- /example/windows/runner/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/windows/runner/utils.h -------------------------------------------------------------------------------- /example/windows/runner/win32_window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/windows/runner/win32_window.cpp -------------------------------------------------------------------------------- /example/windows/runner/win32_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/example/windows/runner/win32_window.h -------------------------------------------------------------------------------- /img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/img.png -------------------------------------------------------------------------------- /lib/quran.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/quran.dart -------------------------------------------------------------------------------- /lib/quran_library.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/quran_library.dart -------------------------------------------------------------------------------- /lib/src/audio/audio.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/audio.dart -------------------------------------------------------------------------------- /lib/src/audio/constants/readers_constants.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/constants/readers_constants.dart -------------------------------------------------------------------------------- /lib/src/audio/constants/storage_constants.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/constants/storage_constants.dart -------------------------------------------------------------------------------- /lib/src/audio/controller/audio_ctrl.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/controller/audio_ctrl.dart -------------------------------------------------------------------------------- /lib/src/audio/controller/audio_handler.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/controller/audio_handler.dart -------------------------------------------------------------------------------- /lib/src/audio/controller/extensions/ayah_ctrl_extension.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/controller/extensions/ayah_ctrl_extension.dart -------------------------------------------------------------------------------- /lib/src/audio/controller/extensions/surah_audio_storage.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/controller/extensions/surah_audio_storage.dart -------------------------------------------------------------------------------- /lib/src/audio/controller/extensions/surah_ctrl_extension.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/controller/extensions/surah_ctrl_extension.dart -------------------------------------------------------------------------------- /lib/src/audio/controller/extensions/surah_getters.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/controller/extensions/surah_getters.dart -------------------------------------------------------------------------------- /lib/src/audio/controller/extensions/surah_ui.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/controller/extensions/surah_ui.dart -------------------------------------------------------------------------------- /lib/src/audio/controller/surah_state.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/controller/surah_state.dart -------------------------------------------------------------------------------- /lib/src/audio/core/custom_paint/custom_slider.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/core/custom_paint/custom_slider.dart -------------------------------------------------------------------------------- /lib/src/audio/core/extensions/string_extensions.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/core/extensions/string_extensions.dart -------------------------------------------------------------------------------- /lib/src/audio/core/utils/custom_widgets.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/core/utils/custom_widgets.dart -------------------------------------------------------------------------------- /lib/src/audio/data/model/ayah_audio_style.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/data/model/ayah_audio_style.dart -------------------------------------------------------------------------------- /lib/src/audio/data/model/ayah_download_manager_style.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/data/model/ayah_download_manager_style.dart -------------------------------------------------------------------------------- /lib/src/audio/data/model/reader_info.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/data/model/reader_info.dart -------------------------------------------------------------------------------- /lib/src/audio/data/model/surah_audio_style.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/data/model/surah_audio_style.dart -------------------------------------------------------------------------------- /lib/src/audio/surah_audio/widgets/surah_audio_list.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/surah_audio/widgets/surah_audio_list.dart -------------------------------------------------------------------------------- /lib/src/audio/surah_audio/widgets/surah_back_drop_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/surah_audio/widgets/surah_back_drop_widget.dart -------------------------------------------------------------------------------- /lib/src/audio/surah_audio/widgets/surah_change_reader.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/surah_audio/widgets/surah_change_reader.dart -------------------------------------------------------------------------------- /lib/src/audio/surah_audio/widgets/surah_collapsed_play_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/surah_audio/widgets/surah_collapsed_play_widget.dart -------------------------------------------------------------------------------- /lib/src/audio/surah_audio/widgets/surah_download_play_button.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/surah_audio/widgets/surah_download_play_button.dart -------------------------------------------------------------------------------- /lib/src/audio/surah_audio/widgets/surah_last_listen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/surah_audio/widgets/surah_last_listen.dart -------------------------------------------------------------------------------- /lib/src/audio/surah_audio/widgets/surah_online_play_button.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/surah_audio/widgets/surah_online_play_button.dart -------------------------------------------------------------------------------- /lib/src/audio/surah_audio/widgets/surah_play_landscape_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/surah_audio/widgets/surah_play_landscape_widget.dart -------------------------------------------------------------------------------- /lib/src/audio/surah_audio/widgets/surah_play_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/surah_audio/widgets/surah_play_widget.dart -------------------------------------------------------------------------------- /lib/src/audio/surah_audio/widgets/surah_repeat_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/surah_audio/widgets/surah_repeat_widget.dart -------------------------------------------------------------------------------- /lib/src/audio/surah_audio/widgets/surah_seek_bar.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/surah_audio/widgets/surah_seek_bar.dart -------------------------------------------------------------------------------- /lib/src/audio/surah_audio/widgets/surah_skip_next.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/surah_audio/widgets/surah_skip_next.dart -------------------------------------------------------------------------------- /lib/src/audio/surah_audio/widgets/surah_skip_previouse.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/surah_audio/widgets/surah_skip_previouse.dart -------------------------------------------------------------------------------- /lib/src/audio/widgets/ayah_audio_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/widgets/ayah_audio_widget.dart -------------------------------------------------------------------------------- /lib/src/audio/widgets/ayah_change_reader.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/widgets/ayah_change_reader.dart -------------------------------------------------------------------------------- /lib/src/audio/widgets/ayah_download_manager_sheet.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/widgets/ayah_download_manager_sheet.dart -------------------------------------------------------------------------------- /lib/src/audio/widgets/ayah_skip_next.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/widgets/ayah_skip_next.dart -------------------------------------------------------------------------------- /lib/src/audio/widgets/ayah_skip_previouse.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/widgets/ayah_skip_previouse.dart -------------------------------------------------------------------------------- /lib/src/audio/widgets/package_seek_bar.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/widgets/package_seek_bar.dart -------------------------------------------------------------------------------- /lib/src/audio/widgets/play_ayah_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/audio/widgets/play_ayah_widget.dart -------------------------------------------------------------------------------- /lib/src/core/theme/quran_library_theme.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/core/theme/quran_library_theme.dart -------------------------------------------------------------------------------- /lib/src/core/utils/app_colors.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/core/utils/app_colors.dart -------------------------------------------------------------------------------- /lib/src/core/utils/assets_path.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/core/utils/assets_path.dart -------------------------------------------------------------------------------- /lib/src/core/utils/toast_utils.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/core/utils/toast_utils.dart -------------------------------------------------------------------------------- /lib/src/core/utils/ui_helper.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/core/utils/ui_helper.dart -------------------------------------------------------------------------------- /lib/src/core/widgets/header_dialog_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/core/widgets/header_dialog_widget.dart -------------------------------------------------------------------------------- /lib/src/flutter_quran_utils.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/flutter_quran_utils.dart -------------------------------------------------------------------------------- /lib/src/pages/get_single_ayah.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/pages/get_single_ayah.dart -------------------------------------------------------------------------------- /lib/src/pages/quran_library_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/pages/quran_library_screen.dart -------------------------------------------------------------------------------- /lib/src/pages/quran_pages_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/pages/quran_pages_screen.dart -------------------------------------------------------------------------------- /lib/src/pages/surah_audio_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/pages/surah_audio_screen.dart -------------------------------------------------------------------------------- /lib/src/pages/surah_display_screen.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/pages/surah_display_screen.dart -------------------------------------------------------------------------------- /lib/src/quran/core/extensions/context_extensions.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/core/extensions/context_extensions.dart -------------------------------------------------------------------------------- /lib/src/quran/core/extensions/convert_arabic_to_english_numbers_extension.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/core/extensions/convert_arabic_to_english_numbers_extension.dart -------------------------------------------------------------------------------- /lib/src/quran/core/extensions/convert_number_extension.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/core/extensions/convert_number_extension.dart -------------------------------------------------------------------------------- /lib/src/quran/core/extensions/font_size_extension.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/core/extensions/font_size_extension.dart -------------------------------------------------------------------------------- /lib/src/quran/core/extensions/fonts_download_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/core/extensions/fonts_download_widget.dart -------------------------------------------------------------------------------- /lib/src/quran/core/extensions/fonts_extension.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/core/extensions/fonts_extension.dart -------------------------------------------------------------------------------- /lib/src/quran/core/extensions/sajda_extension.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/core/extensions/sajda_extension.dart -------------------------------------------------------------------------------- /lib/src/quran/core/extensions/string_extensions.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/core/extensions/string_extensions.dart -------------------------------------------------------------------------------- /lib/src/quran/core/extensions/surah_info_extension.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/core/extensions/surah_info_extension.dart -------------------------------------------------------------------------------- /lib/src/quran/core/extensions/text_span_extension.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/core/extensions/text_span_extension.dart -------------------------------------------------------------------------------- /lib/src/quran/core/helpers/page_font_size.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/core/helpers/page_font_size.dart -------------------------------------------------------------------------------- /lib/src/quran/core/helpers/responsive.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/core/helpers/responsive.dart -------------------------------------------------------------------------------- /lib/src/quran/core/utils/storage_constants.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/core/utils/storage_constants.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/ayah_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/ayah_model.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/quran_constants.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/quran_constants.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/quran_fonts_models/download_fonts_dialog_style.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/quran_fonts_models/download_fonts_dialog_style.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/quran_fonts_models/sajda_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/quran_fonts_models/sajda_model.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/quran_page.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/quran_page.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/quran_recitation.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/quran_recitation.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/styles_models/ayah_menu_style.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/styles_models/ayah_menu_style.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/styles_models/banner_style.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/styles_models/banner_style.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/styles_models/basmala_style.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/styles_models/basmala_style.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/styles_models/bookmark.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/styles_models/bookmark.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/styles_models/bookmarks_tab_style.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/styles_models/bookmarks_tab_style.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/styles_models/index_tab_style.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/styles_models/index_tab_style.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/styles_models/quran_top_bar_style.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/styles_models/quran_top_bar_style.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/styles_models/search_tab_style.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/styles_models/search_tab_style.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/styles_models/snackbar_style.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/styles_models/snackbar_style.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/styles_models/surah_info_style.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/styles_models/surah_info_style.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/styles_models/surah_name_style.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/styles_models/surah_name_style.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/styles_models/top_bottom_quran_style.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/styles_models/top_bottom_quran_style.dart -------------------------------------------------------------------------------- /lib/src/quran/data/models/surah_names_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/models/surah_names_model.dart -------------------------------------------------------------------------------- /lib/src/quran/data/repositories/quran_repository.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/repositories/quran_repository.dart -------------------------------------------------------------------------------- /lib/src/quran/data/repositories/quran_search.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/data/repositories/quran_search.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/controllers/bookmark/bookmarks_ctrl.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/controllers/bookmark/bookmarks_ctrl.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/controllers/quran/quran_ctrl.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/controllers/quran/quran_ctrl.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/controllers/quran/quran_getters.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/controllers/quran/quran_getters.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/controllers/quran/quran_state.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/controllers/quran/quran_state.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/controllers/surah/surah_ctrl.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/controllers/surah/surah_ctrl.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/ayah_menu_dialog.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/ayah_menu_dialog.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/bsmallah_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/bsmallah_widget.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/default_fonts_page/default_first_two_surahs.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/default_fonts_page/default_first_two_surahs.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/default_fonts_page/default_fonts.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/default_fonts_page/default_fonts.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/default_fonts_page/default_fonts_page.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/default_fonts_page/default_fonts_page.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/default_fonts_page/default_fonts_page_build.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/default_fonts_page/default_fonts_page_build.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/default_fonts_page/default_other_surahs.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/default_fonts_page/default_other_surahs.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/download_fonts_page/custom_span.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/download_fonts_page/custom_span.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/download_fonts_page/page_build.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/download_fonts_page/page_build.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/download_fonts_page/quran_fonts_page.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/download_fonts_page/quran_fonts_page.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/download_fonts_page/rich_text_build.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/download_fonts_page/rich_text_build.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/fonts_download_dialog.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/fonts_download_dialog.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/jumping_between_pages_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/jumping_between_pages_widget.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/page_view_build.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/page_view_build.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/surah_header_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/surah_header_widget.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/tabs/bookmark_tab_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/tabs/bookmark_tab_widget.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/tabs/index_tab_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/tabs/index_tab_widget.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/tabs/quran_top_bar.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/tabs/quran_top_bar.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/tabs/search_tab_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/tabs/search_tab_widget.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/text_scale_page/text_scale_page.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/text_scale_page/text_scale_page.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/text_scale_page/text_scale_rich_text_build.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/text_scale_page/text_scale_rich_text_build.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/top_bottom_widget/build_bottom_section.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/top_bottom_widget/build_bottom_section.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/top_bottom_widget/build_top_section.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/top_bottom_widget/build_top_section.dart -------------------------------------------------------------------------------- /lib/src/quran/presentation/widgets/top_bottom_widget/top_and_bottom_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/quran/presentation/widgets/top_bottom_widget/top_and_bottom_widget.dart -------------------------------------------------------------------------------- /lib/src/tafsir/controller/tafsir_ctrl.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/tafsir/controller/tafsir_ctrl.dart -------------------------------------------------------------------------------- /lib/src/tafsir/controller/tafsir_ui.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/tafsir/controller/tafsir_ui.dart -------------------------------------------------------------------------------- /lib/src/tafsir/core/data/models/tafsir.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/tafsir/core/data/models/tafsir.dart -------------------------------------------------------------------------------- /lib/src/tafsir/core/data/models/tafsir_and_translate_names.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/tafsir/core/data/models/tafsir_and_translate_names.dart -------------------------------------------------------------------------------- /lib/src/tafsir/core/data/models/tafsir_name_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/tafsir/core/data/models/tafsir_name_model.dart -------------------------------------------------------------------------------- /lib/src/tafsir/core/data/models/tafsir_style.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/tafsir/core/data/models/tafsir_style.dart -------------------------------------------------------------------------------- /lib/src/tafsir/core/data/models/translation_model.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/tafsir/core/data/models/translation_model.dart -------------------------------------------------------------------------------- /lib/src/tafsir/core/extensions/download_extension.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/tafsir/core/extensions/download_extension.dart -------------------------------------------------------------------------------- /lib/src/tafsir/core/extensions/helpers.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/tafsir/core/extensions/helpers.dart -------------------------------------------------------------------------------- /lib/src/tafsir/core/extensions/show_tafsir_extension.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/tafsir/core/extensions/show_tafsir_extension.dart -------------------------------------------------------------------------------- /lib/src/tafsir/core/utils/storage_constants.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/tafsir/core/utils/storage_constants.dart -------------------------------------------------------------------------------- /lib/src/tafsir/pages/show_tafsir.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/tafsir/pages/show_tafsir.dart -------------------------------------------------------------------------------- /lib/src/tafsir/tafsir.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/tafsir/tafsir.dart -------------------------------------------------------------------------------- /lib/src/tafsir/widgets/actual_tafsir_widget.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/tafsir/widgets/actual_tafsir_widget.dart -------------------------------------------------------------------------------- /lib/src/tafsir/widgets/change_tafsir.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/tafsir/widgets/change_tafsir.dart -------------------------------------------------------------------------------- /lib/src/tafsir/widgets/tafsir_pages_build.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/lib/src/tafsir/widgets/tafsir_pages_build.dart -------------------------------------------------------------------------------- /pubspec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alheekmahlib/quran_library/HEAD/pubspec.yaml --------------------------------------------------------------------------------