quran_pages_with_ayah_detector 0.1.2 copy "quran_pages_with_ayah_detector: ^0.1.2" to clipboard
quran_pages_with_ayah_detector: ^0.1.2 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 using this Executable Command. Example: pageImagePath: "asset/pages/", INCLUDE ONLY THE PATH TO ALL IMAGES.

dart run quran_pages_with_ayah_detector:quran_pages_cli fetch-pages

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

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
150
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on quran_pages_with_ayah_detector