qibla 1.0.0
qibla: ^1.0.0 copied to clipboard
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.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add qiblaWith Flutter:
$ flutter pub add qiblaThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
qibla: ^1.0.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:qibla/qibla.dart';