pray-calc-dart/pubspec.yaml
Aric Camarata 971022734e Refactor: use nrel_spa package instead of bundled SPA
Replace the 1280-line bundled SPA implementation with a dependency on
the nrel_spa package. SpaResult and SpaAnglesResult are now re-exported
from nrel_spa for backwards compatibility. All 24 tests pass unchanged.
2026-03-08 13:10:16 -04:00

25 lines
584 B
YAML

name: pray_calc_dart
description: >
Islamic prayer times for Dart and Flutter. Pure Dart port of the pray-calc
library implementing the MCW seasonal model and dynamic twilight angles.
Uses nrel_spa for the NREL Solar Position Algorithm.
version: 1.0.0
repository: https://github.com/acamarata/pray-calc-dart
issue_tracker: https://github.com/acamarata/pray-calc-dart/issues
topics:
- prayer-times
- islamic
- solar
- astronomy
- qibla
environment:
sdk: ^3.7.0
dependencies:
nrel_spa:
path: ../nrel-spa-dart
dev_dependencies:
lints: ^5.0.0
test: ^1.25.8