window_interface 0.3.1
window_interface: ^0.3.1 copied to clipboard
A set of interfaces for controlling the native window.
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. Inspired by desktop_window.
[]
Using #
import 'package:window_interface/window_interface.dart';
await WindowInterface.setWindowMinSize(640, 480);