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:
Is it possible to achieve this task through flutter?
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 .
The prototype menubar
plugin provides limited ability to control the application menu.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With