alihadi5125 / smooth_compass

Other
10 stars 14 forks source link

Getting compass accuracy #3

Open iqfareez opened 1 year ago

iqfareez commented 1 year ago

Hi. Nice package. I was wondering if this package could support compass accuracy.

Example: image

In Android, we could use onAccuracyChanged() method.

fahadshabeer commented 1 year ago

Hi. Nice package. I was wondering if this package could support compass accuracy.

Example: image

In Android, we could use onAccuracyChanged() method.

Hey, thanks for your feedback, can you please explain a little bit

abdimussa87 commented 1 year ago

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.

abdimussa87 commented 1 year ago

@fahadshabeer, For reference, check how this package implemented it https://github.com/hemanthrajv/flutter_compass/issues/8