A map that does not rotate #1791
Replies: 1 comment
-
Hi @jackfioru92, interactiveFlags: InteractiveFlag.all & ~InteractiveFlag.rotate, ,should have been enough. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Flutter Map version 5.0, to prevent map rotation, I used 'nonRotatedChildren:' instead of 'children' like this:
Now, I see that starting from version 6 of Flutter Map, this is no longer possible. How can I modify my code to achieve the same result?
Beta Was this translation helpful? Give feedback.
All reactions