Releases: rasitayaz/flutter-pie-menu
Releases · rasitayaz/flutter-pie-menu
3.3.2
- Fixed an issue related to box fitting. #78
- Fixed menu offset calculation when the canvas is inside a scrollable widget like
TabBarView
. #77
3.3.0
- Deprecated
delayDuration
in PieTheme
in favor of regularPressShowsMenu
, longPressShowsMenu
and longPressDuration
. If you were previously using delayDuration
to show the menu on regular press, you can now use regularPressShowsMenu
instead.
- Fixed potential memory leak caused by
LongPressGestureRecognizer
not being disposed properly.
3.2.10
- Performance improvements.
3.2.9
- Fixed other
RenderBox
related issues.
3.2.8
- Fixed an issue related to
RenderBox
of the canvas.
- Replaced deprecated
withOpacity
methods with withValues
.
3.2.7
- Added widget mounted checks to fix exceptions thrown from pointer events of a disposed Pie Menu.
3.2.6
- Added
childBounceFilterQuality
option to PieTheme
to adjust the quality of the child bounce transformation.
3.2.5
- Fixed child widget initializing twice when bouncing is enabled.
3.2.4
- Hotfix for scrollable performance issue.
3.2.3
- Another hotfix for exceptions thrown from bouncing widget.