Skip to content

Releases: rasitayaz/flutter-pie-menu

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.

3.2.2

04 Sep 12:53
9c4b628
Compare
Choose a tag to compare
  • Fixed exceptions thrown from bouncing widget. #57
  • Fixed inconsistency in menu child positioning when the scroll position changes while the menu is open.

3.2.1

24 Jun 14:53
0b11d98
Compare
Choose a tag to compare
  • Fixed some stateful widgets are trying to set their state after being disposed.

3.2.0

27 Apr 14:06
ee3152f
Compare
Choose a tag to compare

Changelog

  • Added menuAlignment and menuDisplacement to PieTheme to allow custom positioning of the menu. #50
  • Added PieMenuController to programmatically control the menus. #48
  • Fixed PieCanvas theme is not updating after widget initialization.

Contributors

3.1.3

07 Dec 10:18
a92210c
Compare
Choose a tag to compare
  • Fixed changelog typos.

3.1.2

07 Dec 10:08
16cbce6
Compare
Choose a tag to compare
  • Small bug fixes.