antler119 / system_tray

A Flutter package that makes it easy to customize and work with your Flutter desktop app's system tray.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The example app does not show system tray menu on macOS.

tomoyuki28jp opened this issue · comments

commented

Clicking a tray menu icon triggers the event handler with eventName = "leftMouseUp", but does not show system tray menu. (I might misunderstanding something.)

It occurs on:

  • MacBook Pro Intel Core i7
  • macOS 11.0.1
  • Flutter 2.5.1

pls try v0.0.9

commented

@antler119 I've tried v0.0.9, but it still does not show system tray menu on my mac.

commented

Sorry, it's been working fine. After changing the example app to call _systemTray.popUpContextMenu(); on leftMouseDown/Up, it works as I expected.