qibla-dart/lib/qibla.dart
2026-03-08 12:58:43 -04:00

7 lines
256 B
Dart

/// Qibla direction, great-circle path, and haversine distance for Dart.
///
/// Pure math, zero external dependencies. Computes the initial bearing
/// from any point on Earth to the Ka'bah using spherical trigonometry.
library;
export 'src/qibla.dart';