system_windows 0.3.2
system_windows: ^0.3.2 copied to clipboard
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.
system_windows is a simple flutter package for fetching list of opened windows on your desktop. Works with MacOS, Windows and Linux.
π€ How to use it? #
Install the package using pubspec.yaml and then use it this way:
var systemWindows = SystemWindows();
final activeApps = await systemWindows.getActiveApps();
And that's it π
Check out the example to see how we built the app that measures what window is most used by user π₯

As simple as that. Feel free to contribute :)
Created with β€οΈ by United Ideas Flutter Team