desktop_context_menu icon indicating copy to clipboard operation
desktop_context_menu copied to clipboard

A context menu plugin for Flutter Desktop. Supports MacOS and Windows.

Results 4 desktop_context_menu issues
Sort by recently updated
recently updated
newest added

Providing the Delete or Backspace keys as shortcuts to the `ContextMenuItems` like this: ```dart final selectedItem = await showContextMenu( menuItems: [ ContextMenuItem( title: 'Test delete', onTap: () {}, shortcut: const...

I'd love to have native (as far as native can go on web...) context menus on Linux and web, but there isn't any Flutter package out there which provides that...