pray-calc-dart/pubspec.yaml
Aric Camarata 882c586e2f fix: remove invalid publisher field from pubspec
The publisher field is not recognized by pub and caused dart pub publish
--dry-run to exit 65. Publisher is configured on pub.dev, not in pubspec.
2026-05-29 15:53:39 -04:00

25 lines
618 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
homepage: https://github.com/acamarata/pray-calc-dart
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: ^1.0.0
dev_dependencies:
lints: ^5.0.0
test: ^1.25.8