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.
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.