qibla 1.0.0 copy "qibla: ^1.0.0" to clipboard
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 qibla

With Flutter:

 $ flutter pub add qibla

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  qibla: ^1.0.0

Alternatively, 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';
0
likes
150
points
99
downloads

Documentation

API reference

Publisher

verified publisherariccamarata.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#qibla #islamic #compass #geodesic #geolocation

License

MIT (license)

More

Packages that depend on qibla