macosui / macos_window_utils.dart

macos_window_utils is a Flutter package that provides a set of methods for modifying the NSWindow of a Flutter application on macOS.
https://pub.dev/packages/macos_window_utils
MIT License
49 stars 9 forks source link

Add methods to set and get the window's `minSize` and `maxSize` properties #11

Open Adrian-Samoticha opened 1 year ago

Adrian-Samoticha commented 1 year ago

Add methods to modify and retrieve the minSize and maxSize properties of the NSWindow.

If this is your first time contributing to a macOS plugin, feel free to use the CONTRIBUTING.md file as guidance.