prayer_zone 0.0.2 copy "prayer_zone: ^0.0.2" to clipboard
prayer_zone: ^0.0.2 copied to clipboard

An islamic package to know all available locations for prayer.

Prayer Zone #

An islamic package to know all available locations for prayer.

Features #

  • Viewing supported countries including prayer method and Madhab.

Getting started #

To use this package, add prayer_zone as a dependency in your pubspec.yaml file.

Usage #

import 'package:prayer_zone/prayer_zone.dart';

Future<List<Country>> PrayerZone.supportedCountries;
Future<int> PrayerZone.supportedCountriesCount;
Future<bool> PrayerZone.isCountrySupported(String isoCode);
Future<Country> PrayerZone.getCountry(String isoCode);
Future<List<PrayerCalculationMethod>> PrayerZone.calculationMethods;
Future<int> PrayerZone.calculationMethodsCount;
Future<PrayerCalculationMethod> PrayerZone.aboutCalculationMethod(PrayerMethod method);
1
likes
120
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

An islamic package to know all available locations for prayer.

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on prayer_zone