flutter_compass icon indicating copy to clipboard operation
flutter_compass copied to clipboard

Slow Data Streaming

Open bislerium opened this issue 3 years ago • 1 comments

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.

bislerium avatar Aug 01 '22 15:08 bislerium

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

farooq958 avatar Sep 01 '22 11:09 farooq958