qibla_compass 1.0.0
qibla_compass: ^1.0.0 copied to clipboard
A beautifully designed Flutter Qibla compass widget that uses the device's GPS and compass sensor to accurately determine the direction of the Kaaba in Mecca. Supports both Arabic and English, with sm [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add qibla_compassThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
qibla_compass: ^1.0.0Alternatively, your editor might support 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_compass/qibla_compass.dart';