pie_menu 2.0.1 copy "pie_menu: ^2.0.1" to clipboard
pie_menu: ^2.0.1 copied to clipboard

A Flutter package that provides a highly customizable circular/radial context menu

2.0.1 #

  • Wrapped canvas with a transparent Material to be able to use it outside Scaffold.

2.0.0 #

Breaking changes #

Inside PieTheme;

  • Changed tooltip type from String to Widget, you can now use custom widgets as tooltips.
  • Renamed tooltipStyle to tooltipTextStyle.
  • Renamed distance to radius.
  • bouncingMenu is renamed to childBounceEnabled, and all the related attributes that starts with menuBounce... are renamed to childBounce... to avoid confusion.

Other;

  • onTap callback inside PieMenu is renamed to onPressed. Also added a new onPressedWithDevice callback that provides PointerDeviceKind, allowing you to distinguish between mouse and touch events.
  • Removed padding from PieAction since it already has a child that can be wrapped with a Padding widget.

New features and enhancements #

Inside PieTheme;

  • Added rightClickShowsMenu and leftClickShowsMenu attributes to customize the mouse behavior. #13
  • Added customAngle and customAngleAnchor attributes to set a fixed positioning for the buttons. #34
  • Added tooltipCanvasAlignment to specify a custom alignment for the tooltip in the canvas. #35
  • Added tooltipUseFittedBox to allow the tooltip to be resized to fit the text into a single line.
  • Added pointerDecoration, allowing you to style the widget at the center of the menu.

Other;

  • Hovering over the buttons with mouse highlights them now. Also, cursor changes when the menu or buttons are hovered. #16
  • Improved dynamic menu angle calculation (again).
  • Improved dynamic tooltip positioning.
  • Fixed text style related issues. Menu, canvas and default text styles are now being merged properly.
  • Other performance improvements and bug fixes.

1.3.0 #

  • Improved menu angle calculation, the menu is now displayed at a better angle when opened from the corners of the screen.
  • Added angleOffset parameter to PieTheme to adjust the menu angle.

1.2.6 #

  • Fixed some critical gesture issues.

1.2.5 #

  • Replaced menuBounceDepth with menuBounceDistance in PieTheme and improved default bounce animation.
  • Fixed #28.

1.2.4 #

  • Improved menu bounce animations.
  • Added macOS demo.

1.2.3 #

  • Fixed broken repository links in README.md.

1.2.2 #

  • 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 #

  • Fixed stateful menu children not being updated.

1.2.0 #

  • Added ScrollConfiguration to disable scrolling automatically when a PieMenu is visible, but it is not working properly at the moment because of this 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 #

  • 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 #

  • Migrated to Flutter 3
  • Updated PieAction properties, now child and childHovered should be used instead of the old iconData, customWidget, customHoveredWidget properties.
  • No longer depends on the font_awesome_flutter package, because icons should be specified as widgets.
  • Some property names are updated. Check the 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 without PieCanvas 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 of PieButtonTheme.

0.0.6 #

  • Added iconSize property for PieTheme.
  • Fixed selected action is becoming non-hovered before the menu fades out.

0.0.5 #

  • Fixed onMenuToggle callback of PieMenu is not being called when the canvas callback is null.

0.0.4 #

  • onMenuToggle callback at PieCanvas also added for PieMenu.

0.0.3 #

  • Updated README.md showcase images.

0.0.2 #

  • Fixed README.md images.
  • Updated package description.

0.0.1 #

  • Initial release.
204
likes
0
pub points
90%
popularity

Publisher

unverified uploader

A Flutter package that provides a highly customizable circular/radial context menu

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

buymeacoffee.com

License

unknown (license)

Dependencies

flutter, vector_math

More

Packages that depend on pie_menu