pie_menu 1.2.2
pie_menu: ^1.2.2 copied to clipboard
A Flutter package that provides a customizable circular/radial context menu
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
ScrollConfigurationto disable scrolling automatically when aPieMenuis visible, but it is not working properly at the moment due to an issue with Flutter framework. - Added missing
copyWith()parameters inPieTheme. - Added
PieTheme.of(context)function to accessPieCanvastheme fromPieMenuand customize it easily. - Removed
childHoveredparameter fromPieAction, you can usePieAction.builder()and itsbuilderparameter 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
onTapcallback toPieMenu. - Clicking the center of the menu now dismisses it.
- Bug fixes and stabilization improvements.
1.0.0 #
- Migrated to Flutter 3
- Updated
PieActionproperties, nowchildandchildHoveredshould be used instead of the oldiconData,customWidget,customHoveredWidgetproperties. - No longer depends on the
font_awesome_flutterpackage, 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
PieMenuwithoutPieCanvasnow deactivates the menu and just displays the child.
0.1.0 #
- Font Awesome Icons can now be used with
font_awesome_flutterpackage.
0.0.7 #
- Custom container decoration can now be specified using
decorationproperty ofPieButtonTheme.
0.0.6 #
- Added
iconSizeproperty forPieTheme. - Fixed selected action is becoming non-hovered before the menu fades out.
0.0.5 #
- Fixed
onMenuTogglecallback ofPieMenuis not being called when the canvas callback is null.
0.0.4 #
onMenuTogglecallback atPieCanvasalso 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