flutter_compass
flutter_compass copied to clipboard
Slow Data Streaming
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.
https://pub.dev/packages/smooth_compass use this package its relatively new but has almost no bugs and its super smooth no frame drop .