macos_window_utils 1.0.2 macos_window_utils: ^1.0.2 copied to clipboard
macos_window_utils is a Flutter package that provides a set of methods for modifying the NSWindow of a Flutter application on macOS.
1.0.2 #
- Fix incompatibility with Flutter 3.7.0.
1.0.1 #
- Add
setLevel
method. - Add the following
order*
methods:orderOut
orderBack
orderFront
orderFrontRegardless
- Add methods to modify the window's
styleMask
property. - Improve documentation.
1.0.0+1 #
- Improve “Getting started” section in the project's readme.
- Improve documentation formatting.
1.0.0 #
- Initial version.