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

New update is slow! #21

Closed admincode1 closed 2 years ago

admincode1 commented 2 years ago

I upgraded today to 2.0.2, the compass move slower than normal. Tested on Samsung S20.

medyas commented 2 years ago

well i can't reproduce this. Also i have not made any modification to the plugin code, just upgraded the flutter_compass version so maybe this is related to it. But based on my emulator tests it works same as always.

admincode1 commented 2 years ago

Most likely caused by flutter_compass new upgrade.

iqfareez commented 2 years ago

I fix the issue by override the flutter_compass dependencies:

dependency_overrides:
  flutter_compass:
    git: https://github.com/hemanthrajv/flutter_compass.git

Commit ref: 8f753aefe76b08092c0e5bda93775ade8fe66016