rasitayaz / flutter-pie-menu

A Flutter package providing a highly customizable circular/radial context menu
https://rasitayaz.github.io/flutter-pie-menu/
MIT License
33 stars 18 forks source link

Menu is displayed out of the visible area #31

Closed mariomurrent-softwaresolutions closed 1 year ago

mariomurrent-softwaresolutions commented 1 year ago

How can I adjust the menu to be inside the visible area, without moving the trigger button?

image
rasitayaz commented 1 year ago

This widget was not meant to be used as a floating action menu in the first place, and I'm afraid changing the angle of the menu buttons is not possible at the moment.

You can try other similar widgets like circular_menu if they satisfy your needs.

However, I'll leave this issue open since this is actually a bug about the angle calculation system that I have implemented and it needs to be fixed. I can't say when but I'll definitely look into this.

mariomurrent-softwaresolutions commented 1 year ago

Hmm okay. The circular_menu library is not as nice as yours and not as easy to customize.

Cool thx - it's would also be okay if the menu is just rendered in the visible area :) For now I solved it, with putting the menu button in the center of the page.

rasitayaz commented 1 year ago

adda5c017a4ee7084fdca6c5a0dfb74694e62c55 should fix this issue, I will release an update soon.

mariomurrent-softwaresolutions commented 1 year ago

Amazing, thank you very much 😊