islamic_utility 1.4.1
islamic_utility: ^1.4.1 copied to clipboard
Prayer times, sunnah times, and qibla direction utilities with a Meeus-based astronomical engine.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add islamic_utilityWith Flutter:
$ flutter pub add islamic_utilityThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
islamic_utility: ^1.4.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:islamic_utility/islamic_utility.dart';