manki kim
Pluto packages in Flutter

Pluto packages in Flutter

Follow
homePluto GridPluto Menu BarPluto LayoutLive DemoDonationbadgesnewsletter
Tag

MenuBar

#menubar

More content

Read more stories on Hashnode


Articles with this tag

The case of assigning the id of PlutoMenuItem.

Nov 30, 20221 min read

A unique id can be set for PlutoMenuItem. PlutoMenuItem( id: 'unique_id', title: 'Menu 1', ) If PlutoMenuItem is created in build method, you...

The case of assigning the id of PlutoMenuItem.

PlutoMenuItemWidget

Nov 24, 20222 min read

Example code to add custom widget to PlutoMenuBar. ยท Example code to add custom widget to PlutoMenuBar. One thing to note is that if a custom widget has...

PlutoMenuItemWidget

Introduction to PlutoMenuBar

Jul 12, 20223 min read

PlutoMenuBar is a menu bar that can add multiple sub menus. Works on all platforms supported by Flutter. If there is a submenu, an arrow icon is...

Introduction to PlutoMenuBar

PlutoMenuBar Live Demo

Jul 11, 20221 min read

PlutoMenuBar Live Demo A link to a live demo where you can see PlutoMenuBar in action on the web.

PlutoMenuBar Live Demo