6y
6y
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...
Hello, Thank you for reporting this issue. To better understand the problem and provide assistance, please provide the following information: 1. **Version Information:** Could you please let us know which...
I can repoduce this issue in also example project. Since RotationSensor.samplingPeriod defaults to 200ms but alignDirectionAnimationDuration defaults to 50ms. To quick fix this issue, you can set RotationSensor.samplingPeriod at anytime...
A new release v10.1.0 is published to resolve this issue.
Could you check if this issue persists when running the example project ([navigation](https://github.com/tlserver/flutter_map_location_marker/blob/main/example%2Flib%2Fpage%2Fnavigation_example.dart)) on your phone? This will help determine if the problem is specific to your implementation or a...
Thank you for reporting this issue. I am currently unable to reproduce the problem on my device, so I will need some time to investigate the root cause. If anyone...