Skip to content

Releases: rasitayaz/flutter-pie-menu

3.3.3

01 Dec 11:35
1023391

Choose a tag to compare

  • Added PieMenuPressNotification to prevent parent PieMenu from handling press events when a child widget is pressed.
  • Fixed nested PieMenu gesture conflicts.

3.3.2

11 Oct 14:56
dd7c99d

Choose a tag to compare

  • 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

30 Apr 09:29
ba78044

Choose a tag to compare

  • 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

14 Apr 15:06
b91131a

Choose a tag to compare

  • Performance improvements.

3.2.9

14 Apr 13:47
0bb78d0

Choose a tag to compare

  • Fixed other RenderBox related issues.

3.2.8

14 Apr 13:35
5abe0f8

Choose a tag to compare

  • Fixed an issue related to RenderBox of the canvas.
  • Replaced deprecated withOpacity methods with withValues.

3.2.7

14 Oct 20:13
f3f0296

Choose a tag to compare

  • Added widget mounted checks to fix exceptions thrown from pointer events of a disposed Pie Menu.

3.2.6

17 Sep 18:29
c942f24

Choose a tag to compare

  • Added childBounceFilterQuality option to PieTheme to adjust the quality of the child bounce transformation.

3.2.5

05 Sep 08:34
583dd5f

Choose a tag to compare

  • Fixed child widget initializing twice when bouncing is enabled.

3.2.4

04 Sep 15:10
d18a982

Choose a tag to compare

  • Hotfix for scrollable performance issue.