pie_menu 1.0.0 pie_menu: ^1.0.0 copied to clipboard
A Flutter package that provides a customizable circular/radial context menu
1.0.0 #
- Migrated to Flutter 3
- Updated
PieAction
properties, nowchild
andchildHovered
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 #
- 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 #
- Fixed last selected action label becoming visible for a short time after reopening the menu.
- Using
PieMenu
withoutPieCanvas
now deactivates the menu and just displays the child.
0.1.0 #
- Font Awesome Icons can now be used with
font_awesome_flutter
package.
0.0.7 #
- Custom container decoration can now be specified using
decoration
property ofPieButtonTheme
.
0.0.6 #
- Added
iconSize
property forPieTheme
. - Fixed selected action is becoming non-hovered before the menu fades out.
0.0.5 #
- Fixed
onMenuToggle
callback ofPieMenu
is not being called when the canvas callback is null.
0.0.4 #
onMenuToggle
callback atPieCanvas
also added forPieMenu
.
0.0.3 #
- Updated README.md showcase images.
0.0.2 #
- Fixed README.md images.
- Updated package description.
0.0.1 #
Initial version