Results 26 comments of 6y

> Generally while navigating it is better to use heading from a location stream rather than from compass. Since `geolocation` always returns `{heading: -1}` on iOS devices, which you have...

I don't have time to give you a full example, sorry. The recommandation is using [StreamController](https://api.dart.dev/stable/3.4.1/dart-async/StreamController-class.html) to emit the values you want into a stream and put this stream to...

Wondering this is an issue in `geolocator` or not. Since the call stack show that it is from `com.baseflow.geolocator.location.NmeaClient.start(NmeaClient.java:76)`.

Sorry, I cannot repoduce this issue. Does your problem still exist in current version?

For anyone facing this issue, consider trying `v10.0.0-beta.0`. In this new version, FMLM has dropped the `flutter_compass` dependency and now uses `flutter_rotation_sensor`. The `flutter_rotation_sensor` offers two great features: customizable update...

flutter_rotation_sensor is updated to v0.1.1. The build issue of ios app should be fixed.

Thanks for the feedback, @jlambright—it's super helpful to get eyes on this, and I appreciate you taking the time to review the commit. You're spot on that the `showHeadingSector: !kIsWeb`...

Since #131 has longer discussion, I am closing this. Please continue there.

I am using Windows and found that this issue only occurs with the `386` (32-bit) version of Terraform, but not with the `AMD64` (64-bit) version. You can download different versions...