flutter_compass icon indicating copy to clipboard operation
flutter_compass copied to clipboard

Results 53 flutter_compass issues
Sort by recently updated
recently updated
newest added

The heading is not accuracy https://i.imgur.com/1vAbrw5.jpg

Hi, I tried to run the example project from your repository. I got an issue about the compass image rotation. It's laggy. I ran on the samsung galaxy s10 plus. ...

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...

When should we consider showing the user a calibrate screen? In the logs I get a lot of `Clibrate this device` logs. but the results just return values that can...

An error occur when calling `FlutterCompass.events`. ``` ════════ Exception caught by services library ══════════════════════════════════ The following MissingPluginException was thrown while activating platform stream on channel hemanthraj[/flutter_compass](): MissingPluginException(No implementation found for...

The `events` getter is never null, so better to mark it as non-nullable.

Hello I cannot run my app on release mode. ```LOG The build failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetifier to...

@hemanthrajv currently 0.7.0 is released on pub.dev on 09/09/2021 but since then there have been some major bugfixes for Android. Is it possible to release the latest version to pub.dev...