Skip to content

Commit

Permalink
updated flutter_inappwebview_windows version to ^0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pichillilorenzo committed Oct 8, 2024
1 parent 952aa78 commit f67ae1f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions flutter_inappwebview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 6.1.5

- Updated dependencies to the latest versions for all platform implementations:
- `flutter_inappwebview_windows`: `^0.5.0` -> `^0.6.0`

#### Windows Platform
- Updated code to support multiple flutter windows
- Fixed `InAppWebViewController.callAsyncJavaScript` not working with JSON objects
- Fixed `onLoadResourceWithCustomScheme` WebView event called every time

## 6.1.4

- Updated dependencies to the latest versions for all platform implementations:
Expand Down
4 changes: 2 additions & 2 deletions flutter_inappwebview/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_inappwebview
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.
version: 6.1.4
version: 6.1.5
homepage: https://inappwebview.dev/
repository: https://github.com/pichillilorenzo/flutter_inappwebview
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
Expand All @@ -25,7 +25,7 @@ dependencies:
flutter_inappwebview_ios: ^1.1.2
flutter_inappwebview_macos: ^1.1.2
flutter_inappwebview_web: ^1.1.2
flutter_inappwebview_windows: ^0.5.0
flutter_inappwebview_windows: ^0.6.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit f67ae1f

Please sign in to comment.