hemanthrajv / flutter_compass

MIT License
98 stars 141 forks source link

Slow Data Streaming #89

Open bislerium opened 1 year ago

bislerium commented 1 year ago

I was building a compass for my map to combinedly rotate together on changing orientation. But, it's too slow that it feels lagging. So, I printed the incoming data from the FlutterCompass stream subscription and it looked like the interval of device orientation/rotation data was streaming every ~1 second which is slow for me at least. The UI updates every 1 second and its noticeable and feels lagging.

farooq958 commented 1 year ago

https://pub.dev/packages/smooth_compass use this package its relatively new but has almost no bugs and its super smooth no frame drop .