File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.10
2+
3+ * Fix keyboard issues link in the README.
4+
15## 2.0.9
26
37* Add iOS UI integration test target.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The WebView is relying on
1919[ Platform Views] ( https://flutter.dev/docs/development/platform-integration/platform-views ) to embed
2020the Android’s webview within the Flutter app. By default a Virtual Display based platform view
2121backend is used, this implementation has multiple
22- [ keyboard] ( https://github.com/flutter/flutter/issues?q=is%3Aopen+label%3Avd-only+label%3A%22p%3A+webview-keyboard%22 ) .
22+ [ keyboard issues ] ( https://github.com/flutter/flutter/issues?q=is%3Aopen+label%3Avd-only+label%3A%22p%3A+webview-keyboard%22 ) .
2323When keyboard input is required we recommend using the Hybrid Composition based platform views
2424implementation. Note that on Android versions prior to Android 10 Hybrid Composition has some
2525[ performance drawbacks] ( https://flutter.dev/docs/development/platform-integration/platform-views#performance ) .
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: webview_flutter
22description : A Flutter plugin that provides a WebView widget on Android and iOS.
33repository : https://github.com/flutter/plugins/tree/master/packages/webview_flutter
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
5- version : 2.0.9
5+ version : 2.0.10
66
77environment :
88 sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments