Skip to content

Commit f67ae1f

Browse files
updated flutter_inappwebview_windows version to ^0.6.0
1 parent 952aa78 commit f67ae1f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

flutter_inappwebview/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
## 6.1.4
212

313
- Updated dependencies to the latest versions for all platform implementations:

flutter_inappwebview/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_inappwebview
22
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
44
homepage: https://inappwebview.dev/
55
repository: https://github.com/pichillilorenzo/flutter_inappwebview
66
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
@@ -25,7 +25,7 @@ dependencies:
2525
flutter_inappwebview_ios: ^1.1.2
2626
flutter_inappwebview_macos: ^1.1.2
2727
flutter_inappwebview_web: ^1.1.2
28-
flutter_inappwebview_windows: ^0.5.0
28+
flutter_inappwebview_windows: ^0.6.0
2929

3030
dev_dependencies:
3131
flutter_test:

0 commit comments

Comments
 (0)