You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DebuggerX 9166c80979
feat: add some plugins.
4 years ago
..
lib feat: add some plugins. 4 years ago
linux feat: add some plugins. 4 years ago
.gitignore feat: add some plugins. 4 years ago
LICENSE feat: add some plugins. 4 years ago
README.md feat: add some plugins. 4 years ago
analysis_options.yaml feat: add some plugins. 4 years ago
pubspec.yaml feat: add some plugins. 4 years 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.