You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
When a PieMenu activates, other gestures are now automatically cancelled. You no longer need to use NeverScrollableScrollPhysics to disable scrolling or to deactivate the functionality of your interactive menu child.
Overlay is now drawn around the menu child using CustomPaint. This addresses the issue of the menu child losing its state when the menu is activated.
Fixed some animation issues and slightly improved performance by implementing a better state management solution.
Replaced childBounceDistance with childBounceFactor in PieTheme.