nrel-spa-dart/pubspec.yaml
Aric Camarata e19e4bdf20 fix: remove invalid publisher field from pubspec, fix dart format
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.
Also apply dart format to test file to fix the Format CI job.
2026-05-29 15:55:47 -04:00

22 lines
573 B
YAML

name: nrel_spa
description: >
NREL Solar Position Algorithm for Dart and Flutter. Calculates solar zenith,
azimuth, sunrise, sunset, and solar noon for any location and time.
Pure Dart, zero dependencies, ±0.0003° accuracy.
version: 1.0.1
homepage: https://github.com/acamarata/nrel-spa-dart
repository: https://github.com/acamarata/nrel-spa-dart
issue_tracker: https://github.com/acamarata/nrel-spa-dart/issues
topics:
- solar
- astronomy
- sunrise
- sunset
- solar-position
environment:
sdk: ^3.7.0
dev_dependencies:
lints: ^5.0.0
test: ^1.25.8