quran_pages_with_ayah_detector 1.0.0 copy "quran_pages_with_ayah_detector: ^1.0.0" to clipboard
quran_pages_with_ayah_detector: ^1.0.0 copied to clipboard

A Flutter package to show Quran pages with tap-detectable ayahs.

Quran Pages with Ayah Detector #

A Flutter package that shows Quran pages and allows detecting ayah taps.

Important Installations #

Install Quran Images/Fonts using this Executable Command.

Example:- pageImagePath: "asset/pages/", INCLUDE ONLY THE PATH TO ALL IMAGES. fontFamilyName: "suraNameFont".

dart run quran_pages_with_ayah_detector:quran_pages_cli fetch-assets

This command will install QuranPages to your assets/pages/ & FontFile to your assets/fonts/ automatically and will do important modifications to your pubspec.yaml to have the assets imported and ready to use for the package.

Preview #

[Preview]

Usage #

QuranPageView(
  pathImagePath: "assets/pages/", // Default but can be modified based on images path

  // ~optional parameters for ui customization

  onAyahTap: (sura, ayah, page) {
    // Custom logic when an ayah is tapped
  },
)
11
likes
0
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to show Quran pages with tap-detectable ayahs.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

arabic_numbers, archive, args, flutter, http, path, quran, yaml, yaml_edit

More

Packages that depend on quran_pages_with_ayah_detector