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

Issue #37 #39

Closed Adrian-Samoticha closed 11 months ago

Adrian-Samoticha commented 11 months ago

This PR resolves #37 by adding methods to retrieve or manipulate the window’s size and position.

Additionally, it makes WindowManipulator non-instantiable and makes the example app respect the system’s accent color.