How to get the exact heading of the device? #19826
-
Title |
Beta Was this translation helpful? Give feedback.
Answered by
MartinZikmund
Apr 3, 2025
Replies: 1 comment
-
You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MartinZikmund
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
Geolocator
API, but if the required readings are missing, you can always use the platform specific APIs (and wrapping them in#if __ANDROID__
or#if __IOS__
)