window_interface 0.1.0 copy "window_interface: ^0.1.0" to clipboard
window_interface: ^0.1.0 copied to clipboard

discontinued
outdated

An interface to control 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 https://github.com/mix1009/desktop_window.

Using #

import 'package:window_interface/window_interface.dart';

await WindowInterface.setMinWindowSize(
  _setMinWindowWidth,
  _setMinWindowHeight,
);
0
likes
0
pub points
0%
popularity

Publisher

verified publisherxinlake.dev

An interface to control the native window.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on window_interface