You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
## 1.7.0
2
+
- Add `MacosToolbarPassthrough` to allow for the creation of so-called “passthrough views” on the toolbar that relay mouse events to the Flutter application (thanks to [@Andre-lbc](https://github.com/Andre-lbc) and [@adiletcool](https://github.com/adiletcool)).
3
+
1
4
## 1.6.1
2
5
3
6
- Add instructions on how to setup macos_window_utils for macOS Monterey and earlier versions.
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,11 @@ English | [简体中文](README_zh.md)
38
38
+ An `NSAppPresentationOptions` class that allows modifications to the window's fullscreen presentation options.
39
39
+ Methods to get and set the positions of the window’s standard window buttons (such as the close, miniaturize, and zoom buttons).
40
40
+ Methods to control whether the window should be closable by the user, as well as methods to close the window programmatically.
41
+
+ Widgets to enable passthrough views in the toolbar that pass mouse events (such as clicking or dragging) to the Flutter application.
41
42
42
43
Additionally, the package ships with an example project that showcases the plugin's features via an intuitive searchable user interface:
43
44
44
-
<imgwidth="857"alt="screenshot of example project"src="https://user-images.githubusercontent.com/86920182/209587744-b21f2cd1-07a4-43ee-99c8-7cce1d89482d.png">
45
+
<imgwidth="855"alt="Screenshot of Example Project"src="https://github.com/user-attachments/assets/32b58d27-6285-45a2-b79d-39bf49013a8f" />
0 commit comments