Open iqfareez opened 1 year ago
Hi. Nice package. I was wondering if this package could support compass accuracy.
Example:
In Android, we could use
onAccuracyChanged()
method.
Hey, thanks for your feedback, can you please explain a little bit
Compass sometimes need to be re-calibrated. The screenshot attached is I suppose that of Google Maps, where it detects if compass calibration is needed. It'll be of a great help if this package provides this as well, since qiblah might be messed up if the compass accuracy is low and needs recalibration.
@fahadshabeer, For reference, check how this package implemented it https://github.com/hemanthrajv/flutter_compass/issues/8
Hi. Nice package. I was wondering if this package could support compass accuracy.
Example:
In Android, we could use
onAccuracyChanged()
method.