window_manager_plus 1.0.0 copy "window_manager_plus: ^1.0.0" to clipboard
window_manager_plus: ^1.0.0 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 Dart:

 $ dart pub add window_manager_plus

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 dart pub get):

dependencies:
  window_manager_plus: ^1.0.0

Alternatively, your editor might support dart pub get or 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';
17
likes
0
pub points
78%
popularity

Publisher

unverified uploader

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

Funding

Consider supporting this project:

www.paypal.com

License

unknown (license)

Dependencies

flutter, path, screen_retriever

More

Packages that depend on window_manager_plus