File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.1
2+
3+ * Add documentation for ` WebViewPlatformCreatedCallback ` .
4+
15## 1.0.0 - Out of developer preview 🎉.
26
37* Bumped the minimal Flutter SDK to 1.22 where platform views are out of developer preview, and
Original file line number Diff line number Diff line change @@ -471,6 +471,9 @@ class CreationParams {
471471 }
472472}
473473
474+ /// Signature for callbacks reporting that a [WebViewPlatformController] was created.
475+ ///
476+ /// See also the `onWebViewPlatformCreated` argument for [WebViewPlatform.build] .
474477typedef WebViewPlatformCreatedCallback = void Function (
475478 WebViewPlatformController webViewPlatformController);
476479
Original file line number Diff line number Diff line change 11name : webview_flutter
22description : A Flutter plugin that provides a WebView widget on Android and iOS.
3- version : 1.0.0
3+ version : 1.0.1
44homepage : https://github.com/flutter/plugins/tree/master/packages/webview_flutter
55
66environment :
You can’t perform that action at this time.
0 commit comments