You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The refresh rate is every ~32ms (Android, and iOS). I noticed my app spends more time than it should dealing with compass updates, and I'd happily receive them at a slower rate.
Would it be possible to change the API to make that configurable? Perhaps as arguments to the FlutterCompass constructor?
For now I rate limit myself, but it would be good if this rate limit goes all the way up to the OS.
The text was updated successfully, but these errors were encountered:
The refresh rate is every ~32ms (Android, and iOS). I noticed my app spends more time than it should dealing with compass updates, and I'd happily receive them at a slower rate.
Would it be possible to change the API to make that configurable? Perhaps as arguments to the
FlutterCompass
constructor?For now I rate limit myself, but it would be good if this rate limit goes all the way up to the OS.
The text was updated successfully, but these errors were encountered: