medyas / flutter_qiblah

Flutter Qiblah is a plugin that allows you to display Qiblah direction in you app with support for both Android and iOS.
https://pub.dev/packages/flutter_qiblah
MIT License
127 stars 91 forks source link

Wrong direction #7

Closed uni-united closed 3 years ago

uni-united commented 3 years ago

The qiblah direction its showing is not correct. Please update Am from India, Its showing wrong direction

medyas commented 3 years ago

Hi @uni-united This plugin is using the flutter_compass plugin to get the North direction, which uses the phone hardware to determine this. In Android devices the hardware is not very good and keeps giving wrong direction but if you test it in iOS, you will find that its working properly. This is not a problem with the Qiblah direction but with the North direction, and is related to flutter_compass plugin.