Commit 85a7338
authored
[webview_flutter_wkwebview] Updates generated pigeon code to ensure the internal wrapper immediately sends constructor calls (#8657)
Potential solution to flutter/flutter#162437
As stated in flutter/packages#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 a3defe3 commit 85a7338
4 files changed
Lines changed: 460 additions & 271 deletions
File tree
- darwin/webview_flutter_wkwebview/Sources/webview_flutter_wkwebview
- lib/src/common
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments