Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to customize AppMenu(MenuBar) in flutter desktop?

I am new in the flutter and performing one task based on the requirement.

I am creating one application that is run on all platforms like iOS, Android, Desktop(MacOS, Linux, Windows), and web also.

Now the client wants to customize MenuBar and put some extra actions and set grouping of MenuItems.

MenuBar Like as Below:

enter image description here

Is it possible to achieve this task through flutter?

like image 1000
Jatin Patel Avatar asked Jun 29 '20 12:06

Jatin Patel


People also ask

How do I change my flutter app to my desktop?

Adding desktop support to a pre-existing Flutter appflutter create . This will add the new desktop platform directory to your existing project so that you can build for it. If you want to add only specific desktop platforms, use the following command: flutter create --platforms=windows,macos,linux .


1 Answers

The prototype menubar plugin provides limited ability to control the application menu.

like image 83
smorgan Avatar answered Sep 30 '22 19:09

smorgan