hemanthrajv / flutter_compass

MIT License
98 stars 141 forks source link

Version 0.7.0 is extremely laggy on Android devices #83

Closed 15tariqj closed 2 years ago

15tariqj commented 2 years ago

Not sure why this has occurred, reverting to 0.6.1 works, whereas 0.7.0 is extremely laggy on Android devices (is fine on iOS)

guccibase commented 2 years ago

Was just about to report this too. Experienced it with my app and verified it on Pillars as well before realizing its an issue with the package

nukeolay commented 2 years ago

Find a solution. Version in this GitHub repository is already fixed, but is not published to pub.dev, so you can simply import this package to your project directly from this repository instead of pub.dev. Just replace flutter_compass: ^0.7.0 in your pubspec.yaml with this:

  flutter_compass:
    git:
      url: https://github.com/hemanthrajv/flutter_compass.git
      ref: master
15tariqj commented 2 years ago

Thank you!