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);

Libraries

prayer_zone