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 `miniaturize`, `deminiaturize`, `performMiniaturize`, and `isMiniaturized` methods #10

Open Adrian-Samoticha opened 1 year ago

Adrian-Samoticha commented 1 year ago

Add methods for the miniaturize, deminiaturize, performMiniaturize, and isMiniaturized methods of the NSWindow.

None of those methods require any arguments (except for a sender, which may be nil), and are therefore very straightforward to implement, which is why I have marked this issue as a “good first issue”.

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

Adrian-Samoticha commented 6 months ago

This issue was mistakenly mentioned in #46. It is currently not being actively worked on.