persistent_window_manager 3.0.0 copy "persistent_window_manager: ^3.0.0" to clipboard
persistent_window_manager: ^3.0.0 copied to clipboard

Saves and restores desktop window position, size, maximized and full-screen state between app launches on Desktop platforms.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add persistent_window_manager

With Flutter:

 $ flutter pub add persistent_window_manager

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

dependencies:
  persistent_window_manager: ^3.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:persistent_window_manager/persistent_window_manager.dart';
0
likes
0
points
292
downloads

Publisher

unverified uploader

Weekly Downloads

Saves and restores desktop window position, size, maximized and full-screen state between app launches on Desktop platforms.

Repository (GitHub)
View/report issues

Topics

#window-persistence #window-resize #window-manager #desktop #desktop-window

License

unknown (license)

Dependencies

flutter, hydrated_bloc, screen_retriever, window_manager

More

Packages that depend on persistent_window_manager