pluto_menu_bar icon indicating copy to clipboard operation
pluto_menu_bar copied to clipboard

A menu bar for flutter.

Results 20 pluto_menu_bar issues
Sort by recently updated
recently updated
newest added

Hello, congratulations on the package. I'm making a routine to create menu items dynamically. Reading json from an api. In this situation, I need to create the children of each...

On Android mobile, I can click to open sub menu, but click again doesn't close the sub menu. How should they be closed?

Hi, Is there a way to change the border radius ? or should I do the code change myself ? Thanks

I would like to put the icon at right of the title, not only the left

Hello, What can't we set the title ?I don't want to show "_divider" when I use PlutoMenuItemDivider... I want to show MY title... PlutoMenuItemDivider({ this.height = 16.0, this.color, this.indent, this.endIndent,...

We hide the keyboard by using: FocusScope.of(context).requestFocus(FocusNode()); After that, the child menu item could not be shown

In my project, I needed to use a vertical menu component, so I forked and implemented it. I feel that others might also need this feature, so I submitted this...

Fixed the position in the right-to-left direction.

Is it possible to center all the menu ? i tried wrap PlutoMenuBar with Center or Align, but not work

The new MenuBar has shortcut keys