pie_menu 0.1.0 pie_menu: ^0.1.0 copied to clipboard
A Flutter library that provides a customizable circular context menu.
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