rorystephenson / flutter_map_marker_popup

Popups for flutter_map markers
BSD 3-Clause "New" or "Revised" License
103 stars 84 forks source link

Problem when rotating the map #19

Closed hpassos2b closed 3 years ago

hpassos2b commented 3 years ago

image

The PopUp rotates too, is there anything I can do? Or is it an issue? Thank you.

rorystephenson commented 3 years ago

Hi @hpassos2b !

I've noticed this recently (I don't allow rotation in my app so it took me a while to notice). It needs some work in order to be supported properly. There is a WIP pull request but it's not quite working yet.

I was considering tackling it once flutter_map goes null safe and makes a new release since they have reworked the marker displaying code and I want to copy and adapt it in this plugin.

hpassos2b commented 3 years ago

Not allow rotation is a good work around for while, thank you.

rorystephenson commented 3 years ago

Please try out the new version (1.0.0)!

If you want to see how the options work and what is possible try out the updated example.