mirror of
https://github.com/acamarata/moon-sighting-dart.git
synced 2026-06-30 19:04:23 +00:00
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.
22 lines
552 B
YAML
22 lines
552 B
YAML
name: moon_sighting
|
|
description: >
|
|
Lunar crescent visibility for Dart and Flutter. Moon phase, position,
|
|
illumination, and Yallop/Odeh visibility criteria using Meeus algorithms.
|
|
Zero dependencies.
|
|
version: 1.0.0
|
|
homepage: https://github.com/acamarata/moon-sighting-dart
|
|
repository: https://github.com/acamarata/moon-sighting-dart
|
|
issue_tracker: https://github.com/acamarata/moon-sighting-dart/issues
|
|
topics:
|
|
- moon
|
|
- lunar
|
|
- crescent
|
|
- astronomy
|
|
- islamic
|
|
|
|
environment:
|
|
sdk: ^3.7.0
|
|
|
|
dev_dependencies:
|
|
lints: ^5.0.0
|
|
test: ^1.25.8
|