marianocordoba / fab-circular-menu

A Flutter package to create a nice circular menu using a Floating Action Button.
https://pub.dev/packages/fab_circular_menu
MIT License
199 stars 71 forks source link

Screen rotation causes the menu to be cutoff / partially off-screen #38

Open MrCsabaToth opened 2 years ago

MrCsabaToth commented 2 years ago

See: 2_rotate

I'll include a fix in my existing PR. The fix contain:

  1. Close the menu in case of rotation
  2. Call _calculateProps();
MrCsabaToth commented 2 years ago

Note that I was not able to reproduce this with OnePlus Nord w Android 11 or Android 12. However I could reproduce it with a Galaxy Tab A (2017) with Android 10. So it may not reproducable with certain devices or certain Android versions or screen resolutions. But it certainly is an issue with several devices.