QuranTool class

Tools for showing Quran Features on your Flutter App

Init it by :

QuranTool.init();

This tool contains method for :

  • Get all Quran pages data
  • Get Chapters in Quran
  • Get Juzs in Quran
  • Get last opened Quran page that showed to user by QuranPageReader
  • Save last opened Quran page that QuranPageReader use to be default initial page to show to user

QuranTool is part of Dzikr Package

Properties

hashCode int
The hash code for this object.
no setterinherited
quranDataProvider QuranDataProvider
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getLastOpenedPageIndex() Future<int>
getQuranChapter() Future<QuranChapters>
getQuranJuzs() Future<QuranJuzs>
getQuranPages() Future<List<QuranPage>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLastOpenedPageIndex(int page) Future
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getQuranChapterByNum(int chapterNum) Future<Chapters>
init() QuranTool