desktop_window_manager 2.0.0 copy "desktop_window_manager: ^2.0.0" to clipboard
desktop_window_manager: ^2.0.0 copied to clipboard

Get Windows information on your desktop and control it. getTitle, getIconMemory, getModuleName, getPath, setAlwaysOn, setOpacity, setDisabled, setMinimized,

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add desktop_window_manager

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  desktop_window_manager: ^2.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:desktop_window_manager/desktop_window_manager.dart';
5
likes
120
points
45
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Get Windows information on your desktop and control it. getTitle, getIconMemory, getModuleName, getPath, setAlwaysOn, setOpacity, setDisabled, setMinimized,

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ffi, flutter, win32

More

Packages that depend on desktop_window_manager

Packages that implement desktop_window_manager