system_windows 0.1.1 copy "system_windows: ^0.1.1" to clipboard
system_windows: ^0.1.1 copied to clipboard

outdated

Get opened windows and check which one of them is currently focused

system_windows #

A Flutter package that that enables support for system tray menu for desktop flutter apps. Currently working only on MacOS.

Getting Started #

Install the package using pubspec.yaml

API #

Below we show how to use system_windows

...

var systemWindows = SystemWindows();

...

final activeApps = await systemWindows.getActiveApps();

As simple as that. Feel free to contribute :)

18
likes
0
pub points
41%
popularity

Publisher

verified publisherdevtalents.com

Get opened windows and check which one of them is currently focused

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on system_windows