git@h5.yoqi.me 4e50407acb update gradle 1 year ago
..
lib 4e50407acb update gradle 1 year ago
linux 640ffd3d72 000 2 years ago
macos 640ffd3d72 000 2 years ago
windows 640ffd3d72 000 2 years ago
.gitignore 640ffd3d72 000 2 years ago
LICENSE 640ffd3d72 000 2 years ago
README.md 640ffd3d72 000 2 years ago
analysis_options.yaml 640ffd3d72 000 2 years ago
pubspec.yaml 4e50407acb update gradle 1 year ago

README.md

window_size

This plugin allows resizing and repositioning the window containing the Flutter content, as well as querying screen information.

This is a prototype, and in the long term is expected to be replaced by functionality within the Flutter framework.

Scope

There are currently no plans to add new functionality, such as window minimization and maximization, to this plugin. The goals of this plugin were to:

  • unblock certain core use cases among very early adopters, and
  • validate plugin APIs in Flutter itself during early development of the desktop plugin APIs.

Now that those goals have been met, and the plugin APIs have been stabilized such that anyone can create and publish desktop Flutter plugins, new functionality will likely only be added here if unblocks a Flutter top-tier customer. The community is encouraged to create their own plugins for other window manipulation features.

Supported Platforms

  • macOS
  • Windows
  • Linux

Not all operations have been implemented on all platforms, but the core functionality of resizing and repositioning is available for all three.

Use

See the plugin README for general instructions on using FDE plugins.

Linux

Requires GTK 3.22 or later.