Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 763 Bytes

File metadata and controls

26 lines (13 loc) · 763 Bytes

system_windows

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 🔥

Screenshot of the example

As simple as that. Feel free to contribute :)

Created with ❤️ by United Ideas Flutter Team