Skip to content

Commit ce371a6

Browse files
authored
[webview_flutter] Fix broken keyboard issue link (flutter#3266)
1 parent d68f263 commit ce371a6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/webview_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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.

packages/webview_flutter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2020
the Android’s webview within the Flutter app. By default a Virtual Display based platform view
2121
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).
2323
When keyboard input is required we recommend using the Hybrid Composition based platform views
2424
implementation. 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).

packages/webview_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: webview_flutter
22
description: A Flutter plugin that provides a WebView widget on Android and iOS.
33
repository: https://github.com/flutter/plugins/tree/master/packages/webview_flutter
44
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
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)