Releases: rasitayaz/flutter-pie-menu
Releases · rasitayaz/flutter-pie-menu
1.2.3
1.2.2
1.2.1
1.2.0
- Added
ScrollConfiguration
to disable scrolling automatically when aPieMenu
is 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 accessPieCanvas
theme fromPieMenu
and customize it easily. - Removed
childHovered
parameter fromPieAction
, you can usePieAction.builder()
and itsbuilder
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
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.