mirror of
https://github.com/acamarata/qibla-dart.git
synced 2026-07-01 19:34:27 +00:00
9 lines
259 B
Markdown
9 lines
259 B
Markdown
# Changelog
|
|
|
|
## [1.0.1] - 2026-05-25
|
|
|
|
### Added
|
|
- Initial public release of Dart Qibla direction library
|
|
- `calcQibla(lat, lng)` function returning bearing in degrees
|
|
- 48 tests passing across edge cases
|
|
- Pure Dart implementation with no native dependencies
|