Skip to content

arran4/system_windows

 
 

Repository files navigation

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 🔥

Screenshot of the example

As simple as that. Feel free to contribute :)

Created with ❤️ by United Ideas Flutter Team

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 51.0%
  • CMake 22.6%
  • Dart 13.2%
  • Swift 5.4%
  • Ruby 3.7%
  • C 3.4%
  • Shell 0.7%