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';
4
likes
120
pub points
33%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

ffi, flutter, win32

More

Packages that depend on desktop_window_manager