File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 6.1.5
2
+
3
+ - Updated dependencies to the latest versions for all platform implementations:
4
+ - ` flutter_inappwebview_windows ` : ` ^0.5.0 ` -> ` ^0.6.0 `
5
+
6
+ #### Windows Platform
7
+ - Updated code to support multiple flutter windows
8
+ - Fixed ` InAppWebViewController.callAsyncJavaScript ` not working with JSON objects
9
+ - Fixed ` onLoadResourceWithCustomScheme ` WebView event called every time
10
+
1
11
## 6.1.4
2
12
3
13
- Updated dependencies to the latest versions for all platform implementations:
Original file line number Diff line number Diff line change 1
1
name : flutter_inappwebview
2
2
description : A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window.
3
- version : 6.1.4
3
+ version : 6.1.5
4
4
homepage : https://inappwebview.dev/
5
5
repository : https://github.com/pichillilorenzo/flutter_inappwebview
6
6
issue_tracker : https://github.com/pichillilorenzo/flutter_inappwebview/issues
@@ -25,7 +25,7 @@ dependencies:
25
25
flutter_inappwebview_ios : ^1.1.2
26
26
flutter_inappwebview_macos : ^1.1.2
27
27
flutter_inappwebview_web : ^1.1.2
28
- flutter_inappwebview_windows : ^0.5 .0
28
+ flutter_inappwebview_windows : ^0.6 .0
29
29
30
30
dev_dependencies :
31
31
flutter_test :
You can’t perform that action at this time.
0 commit comments