File tree 3 files changed +6
-2
lines changed
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
+
1
5
## 2.0.9
2
6
3
7
* 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
19
19
[ Platform Views] ( https://flutter.dev/docs/development/platform-integration/platform-views ) to embed
20
20
the Android’s webview within the Flutter app. By default a Virtual Display based platform view
21
21
backend 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 ) .
23
23
When keyboard input is required we recommend using the Hybrid Composition based platform views
24
24
implementation. Note that on Android versions prior to Android 10 Hybrid Composition has some
25
25
[ 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
2
2
description : A Flutter plugin that provides a WebView widget on Android and iOS.
3
3
repository : https://github.com/flutter/plugins/tree/master/packages/webview_flutter
4
4
issue_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
6
6
7
7
environment :
8
8
sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments