window_interface 0.5.2
window_interface: ^0.5.2 copied to clipboard
Interface for controlling native windows.
Window Interface #
This plugin allows you to control the native window of your flutter app on desktop windows, such as min size, max size, full screen, set topmost.
Using #
import 'package:window_interface/window_interface.dart';
await WindowInterface.setWindowMinSize(640, 480);
For more usage, see the XReady demo app
[]