adhkar 0.0.1 copy "adhkar: ^0.0.1" to clipboard
adhkar: ^0.0.1 copied to clipboard

Muslim adhkar for daily use.

Adhkar for muslims which is extracted from hisnul and it contains all the valuable information your will for all your daily live.

Features #

Get all supplications, or adhkar, List all the adhkar Id, get a single adhkar or supplication

Getting started #

To get started, add adhkar: any to your dependencies in pubspec.yaml file and run flutter pub get.

Usage #

Below are the three usability of adhkar package and examples

void _getAllAdhkarId() {
    final get_adhkar = AdhkarFactory.getAllAdhkarId();
    print(get_adhkar);
}

void _getASingleAdhkar() {
    Adhkar adhkar = AdhkarFactory.getAdhkar(adhkarId: "c1");
    print(adhkar.title);
}

void _getAllAdhkar() {
    List<Adhkar> adhkars = AdhkarFactory.getAdhkar();
    print(adhkars.length);
}

Additional information #

We hope to get the package value for everyone and also only to see more contributor who will help us to bring more features to the package. To contribute visit the github repository under the main branch at https://github.com/Ibnyahyah/adhkar

3
likes
120
pub points
39%
popularity

Publisher

unverified uploader

Muslim adhkar for daily use.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on adhkar