legacy library
The tray_manager API as it was before the move to nativeapi.
Existing apps keep working by importing this library instead of
package:tray_manager/tray_manager.dart. The changed import is deliberate:
this API is a bridge, its classes are deprecated, and it will be removed
in a future release. New code should use the native API exported from
package:tray_manager/tray_manager.dart.
Classes
- Menu
-
The declarative menu the old
tray_managerAPI took. - MenuBehavior
- MenuItem
- One entry of a Menu.
- TrayListener
- TrayManager
-
The pre-nativeapi
TrayManageron top of a single nativeapi.TrayIcon, for code that has not moved to the native API yet.
Enums
Constants
- kEventOnTrayIconMouseDown → const String
- kEventOnTrayIconMouseUp → const String
- kEventOnTrayIconRightMouseDown → const String
- kEventOnTrayIconRightMouseUp → const String
- kEventOnTrayMenuItemClick → const String
Properties
- trayManager → TrayManager
-
final