https://github.com/ibnyahyah/adhkar
Muslim adhkar for daily use.
https://github.com/ibnyahyah/adhkar
adhkar dart flutter flutteradhkar islamic muslim
Last synced: 3 months ago
JSON representation
Muslim adhkar for daily use.
- Host: GitHub
- URL: https://github.com/ibnyahyah/adhkar
- Owner: Ibnyahyah
- License: mit
- Created: 2023-06-14T10:29:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T15:37:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T11:23:27.390Z (5 months ago)
- Topics: adhkar, dart, flutter, flutteradhkar, islamic, muslim
- Language: Dart
- Homepage: https://github.com/Ibnyahyah/adhkar
- Size: 131 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Adhkar for muslims which is extracted from [hisnul](https://sunnah.com/hisn) 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
```dart
void _getAllAdhkarId() {
final get_adhkar = AdhkarFactory.getAllAdhkarId();
print(get_adhkar);
}void _getASingleAdhkar() {
Adhkar adhkar = AdhkarFactory.getAdhkar(adhkarId: "c1");
print(adhkar.title);
}void _getAllAdhkar() {
List 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