mirror of
https://github.com/acamarata/qibla-dart.git
synced 2026-06-30 19:04:27 +00:00
* chore: surface-area parity audit vs qibla-js, bump to v1.0.1 Full gap analysis: qibla-dart already matches @acamarata/qibla on all five public functions (qiblaAngle, compassDir, compassName, qiblaGreatCircle, distanceKm) and three constants (kaabaLat, kaabaLng, earthRadiusKm). No runtime gaps found; 48/48 tests pass unchanged. Patch bump documents the audit and closes T-E10-01 (Mega Phase 1). * docs: add CHANGELOG.md for v1.0.1 release * chore: polish pubspec, add wiki docs
23 lines
557 B
YAML
23 lines
557 B
YAML
name: qibla
|
|
description: >
|
|
Qibla direction, great-circle path, and haversine distance for Dart and
|
|
Flutter. Pure math, zero dependencies. Computes bearing to the Ka'bah
|
|
from any point on Earth.
|
|
version: 1.0.1
|
|
homepage: https://github.com/acamarata/qibla-dart
|
|
repository: https://github.com/acamarata/qibla-dart
|
|
issue_tracker: https://github.com/acamarata/qibla-dart/issues
|
|
publisher: ariccamarata.com
|
|
topics:
|
|
- qibla
|
|
- islamic
|
|
- compass
|
|
- geodesic
|
|
- geolocation
|
|
|
|
environment:
|
|
sdk: ^3.7.0
|
|
|
|
dev_dependencies:
|
|
lints: ^5.0.0
|
|
test: ^1.25.8
|