- Updated for flutter 3.7 version.
- Add selected top menu.
- Modify menu item style.
Properties related to menu item styles have been moved to the itemStyle property.PlutoMenuBar( backgroundColor: Colors.deepOrange, itemStyle: const PlutoMenuItemStyle( activatedColor: Colors.white, indicatorColor: Colors.deepOrange, textStyle: TextStyle(color: Colors.white), iconColor: Colors.white, moreIconColor: Colors.white, ), menus: orangeTapMenus, ),
- Add PlutoMenuItemWidget.
https://pluto.weblaze.dev/plutomenuitemwidget
- Fix submenu position bug.
- Add hover-open mode.
- Add showBackButton.
- Add Divider.
- Fix menu position.
- Fix an error when the submenu was disposed.
- Add checkbox, radio.
- Update for flutter 2.5+
- Null safety.
- Add a menu icon.
- Fix typo. (onTab > onTap) :) Thanks to Schwusch for reporting.
- Fix a bug where the location of the sub-menu did not match.
- Change the default style : Change the background, font, and border.
- Multiple sub-menu : Add as many submenus as you like.