window_manager_plus 1.0.5 copy "window_manager_plus: ^1.0.5" to clipboard
window_manager_plus: ^1.0.5 copied to clipboard

This plugin allows Flutter desktop apps to create and manage multiple windows, such as resizing and repositioning, and communicate between them.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add window_manager_plus

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

dependencies:
  window_manager_plus: ^1.0.5

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:window_manager_plus/window_manager_plus.dart';
28
likes
150
points
379
downloads

Publisher

unverified uploader

Weekly Downloads

This plugin allows Flutter desktop apps to create and manage multiple windows, such as resizing and repositioning, and communicate between them.

Repository (GitHub)
View/report issues

Topics

#window #window-resize #window-manager #multi-window #desktop

Documentation

API reference

Funding

Consider supporting this project:

www.paypal.com

License

MIT (license)

Dependencies

flutter, path, screen_retriever

More

Packages that depend on window_manager_plus