Skip to content

Releases: rasitayaz/flutter-pie-menu

3.3.2

11 Oct 14:56
dd7c99d
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Performance improvements.

3.2.9

14 Apr 13:47
0bb78d0
Compare
Choose a tag to compare
  • Fixed other RenderBox related issues.

3.2.8

14 Apr 13:35
5abe0f8
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixed child widget initializing twice when bouncing is enabled.

3.2.4

04 Sep 15:10
d18a982
Compare
Choose a tag to compare
  • Hotfix for scrollable performance issue.

3.2.3

04 Sep 13:31
ef323d9
Compare
Choose a tag to compare
  • Another hotfix for exceptions thrown from bouncing widget.