active_window 0.0.1 copy "active_window: ^0.0.1" to clipboard
active_window: ^0.0.1 copied to clipboard

Plugin to detect active window

active_window #

Plugin to detect active window

Usage #

A simple usage example:

import 'package:active_window/auto_active_window.dart';

main() {
  final windowInfo = await ActiveWindow().getActiveWindow();

  // or with observer
  final windowObserver = AutoActiveWindowInfo()
      ..windowStream.listen((event) {
        print(event);
      });
    windowObserver.startService();
}

Install #

flutter pub add active_window

1
likes
0
points
97
downloads

Publisher

unverified uploader

Weekly Downloads

Plugin to detect active window

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on active_window