Skip to content

Commit 3ef8142

Browse files
bparrishMinesFMorschel
authored andcommitted
[webview_flutter_wkwebview] Updates generated pigeon code to ensure the internal wrapper immediately sends constructor calls (flutter#8657)
Potential solution to flutter/flutter#162437 As stated in flutter#8656 (comment), I can only reproduce the crash when adding a delay in the async anonymous function. This should ideally prevent that crash by ensuring the send call is made before entering an async method.
1 parent 0369bf6 commit 3ef8142

File tree

4 files changed

+460
-271
lines changed

4 files changed

+460
-271
lines changed

packages/webview_flutter/webview_flutter_wkwebview/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.18.2
2+
3+
* Updates generated pigeon code to ensure the internal wrapper immediately sends constructor calls.
4+
15
## 3.18.1
26

37
* Fixes bug that would allow the API wrapper to return `null` when a non-null value was required in

packages/webview_flutter/webview_flutter_wkwebview/darwin/webview_flutter_wkwebview/Sources/webview_flutter_wkwebview/WebKitLibrary.g.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2013 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
4-
// Autogenerated from Pigeon (v24.1.1), do not edit directly.
4+
// Autogenerated from Pigeon (v24.2.1), do not edit directly.
55
// See also: https://pub.dev/packages/pigeon
66

77
import Foundation

0 commit comments

Comments
 (0)