contextual_menu icon indicating copy to clipboard operation
contextual_menu copied to clipboard

This plugin allows Flutter desktop apps to create native context menus.

Results 8 contextual_menu issues
Sort by recently updated
recently updated
newest added

The `checked` parameter doesn't do anything. code: ![image](https://github.com/leanflutter/contextual_menu/assets/79798205/b8a90ca2-a3ca-4852-bf30-1082619a2fb1) result: ![image](https://github.com/leanflutter/contextual_menu/assets/79798205/2d3a653f-60ba-4338-a6c4-b4834cb22e25) --- It just occurred to me that the correct constructor is MenuItem.checkbox but this still means there's a misleading/non-functioning parameter...

Can you set a method to automatically close the menu without clicking

Hi, The background color of the menu is not respecting Windows dark theme setting like it should. It works fine on macOS tho. Tested on Windows 11. Have a nice...

Does it actually update the actual system context menu? Or does it just work inside a flutter app context?

I think it would be nice to have an example of the `icon` property for `MenuItem`, especially since it only takes `String?` as an argument. What can I/should I put...

Currently, after opening a menu -- if the menu is not inside the app window -- the menu will stay open until it is interacted with. The platform native behaviour...