hasan-hm1 / circular_menu

A simple animated circular menu for Flutter, Adjustable radius, colors, alignment, animation curve and animation duration.
MIT License
101 stars 54 forks source link

Upgrade for Flutter 3.0 #24

Closed salvatoremiccio closed 5 months ago

salvatoremiccio commented 2 years ago

the widget uses inside a stack that no longer has the overflow property starting from Flutter 3.0. Consequently, during the build phase, the Circular Menu does not recognize the Stack and produces an error. I tried to add // near the overflow property in Circular Menu and worked fine.

hasan-hm1 commented 5 months ago

Thank you for opening this issue. Upgraded, please check the latest version.