Skip to content

Releases: rasitayaz/flutter-pie-menu

1.2.3

02 Dec 23:06
8681c0c
Compare
Choose a tag to compare
  • Fixed broken repository links in README.md.

1.2.2

18 Sep 13:09
a06342a
Compare
Choose a tag to compare
  • Fixed menu not displaying and child disappearing on iOS devices: #23
  • Fixed menu being able to be activated from blank canvas areas.

1.2.1

15 Sep 14:55
8c281b7
Compare
Choose a tag to compare
  • Fixed stateful menu children not being updated.

1.2.0

10 Sep 13:04
217dc57
Compare
Choose a tag to compare
  • Added ScrollConfiguration to disable scrolling automatically when a PieMenu is visible, but it is not working properly at the moment due to an issue with Flutter framework.
  • Added missing copyWith() parameters in PieTheme.
  • Added PieTheme.of(context) function to access PieCanvas theme from PieMenu and customize it easily.
  • Removed childHovered parameter from PieAction, you can use PieAction.builder() and its builder parameter for custom hovered buttons.
  • Fixed menu child staying visible after dismiss.
  • Fixed issues related to animations after dispose.
  • Improved fade animations.
  • Stability and performance improvements.

1.1.0

03 Sep 20:00
c0e57d8
Compare
Choose a tag to compare
  • Added bouncing menu child animation. (Can be customized or disabled with PieTheme)
  • Added onTap callback to PieMenu.
  • Clicking the center of the menu now dismisses it.
  • Bug fixes and stabilization improvements.

1.0.0

24 May 19:53
52c5a39
Compare
Choose a tag to compare
  • Migrated to Flutter 3
  • Updated PieAction properties, now child and childHovered should be used instead of iconData, customWidget, customHoveredWidget.
  • No longer depends on the font_awesome_flutter package, because icons can be specified as widgets.
  • Some property names are updated. Check out documentation for more info.

0.2.0

28 Dec 01:31
Compare
Choose a tag to compare
  • Menu now stays open when the pointer is released over the pressed area.
  • Fixed listener above the menu not responding to some pointer events outside of menus.
  • Added custom menu child to display when the menu is visible.

0.1.1

16 Nov 14:07
82de8e6
Compare
Choose a tag to compare
  • Fixed last selected action label becoming visible for a short time after reopening the menu.
  • Using PieMenu without PieCanvas now deactivates the menu and just displays the child.

0.1.0

01 Nov 19:47
464e593
Compare
Choose a tag to compare
  • Font Awesome Icons can now be used with font_awesome_flutter package.

0.0.7

25 Oct 09:34
2397dad
Compare
Choose a tag to compare
  • Custom container decoration can now be specified using decoration property of PieButtonTheme.