File tree 3 files changed +6
-2
lines changed
packages/desktop_webview_window
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.2 (2021/11/24)
2
+
3
+ fix TitleBar reload do not work.
4
+
1
5
## 0.1.1 (2021/11/24)
2
6
3
7
fix window title not show on macOS
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ mixin TitleBarWebViewController {
73
73
74
74
/// reload the webview
75
75
void reload () {
76
- _channel.invokeMethod ('onReloadPressed ' , {
76
+ _channel.invokeMethod ('onRefreshPressed ' , {
77
77
'webViewId' : _webViewId,
78
78
});
79
79
}
Original file line number Diff line number Diff line change 1
1
name : desktop_webview_window
2
2
description : Show a webview window on your flutter deksktop application.
3
- version : 0.1.1
3
+ version : 0.1.2
4
4
homepage : https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/desktop_webview_window
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments