[webview_flutter] Make it more explicit that webview keyboard is not ready for production (#2337)


diff --git a/packages/webview_flutter/CHANGELOG.md b/packages/webview_flutter/CHANGELOG.md
index 2b1a14b..5230a2b 100644
--- a/packages/webview_flutter/CHANGELOG.md
+++ b/packages/webview_flutter/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.3.18+1
+
+* Be explicit that keyboard is not ready for production in README.md.
+
 ## 0.3.18
 
 * Add support for onPageStarted event.
diff --git a/packages/webview_flutter/README.md b/packages/webview_flutter/README.md
index 47e5c00..c86993a 100644
--- a/packages/webview_flutter/README.md
+++ b/packages/webview_flutter/README.md
@@ -18,14 +18,10 @@
 adding a boolean property to the app's `Info.plist` file, with the key `io.flutter.embedded_views_preview`
 and the value `YES`.
 
-Keyboard support within webviews is also experimental. The above tags also
-surface known issues with keyboard input. Some currently known keyboard issues,
-as of `webview_flutter` version `0.3.10+4`:
-
-* [Keyboard persists after tapping outside text
-  field](https://github.com/flutter/flutter/issues/36478)
-* [WebView's text selection dialog is not responding to touch
-  events](https://github.com/flutter/flutter/issues/24585)
+## Keyboard support - not ready for production use
+Keyboard support within webviews is experimental. The Android version relies on some low-level knobs that have not been well tested
+on a broad spectrum of devices yet, and therefore **it is not recommended to rely on webview keyboard in production apps yet**.
+See the [webview-keyboard](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3A%22p%3A+webview-keyboard%22) for known issues with keyboard input.
 
 ## Setup
 
diff --git a/packages/webview_flutter/pubspec.yaml b/packages/webview_flutter/pubspec.yaml
index ea2ea5f..8983f05 100644
--- a/packages/webview_flutter/pubspec.yaml
+++ b/packages/webview_flutter/pubspec.yaml
@@ -1,6 +1,6 @@
 name: webview_flutter
 description: A Flutter plugin that provides a WebView widget on Android and iOS.
-version: 0.3.18
+version: 0.3.18+1
 homepage: https://github.com/flutter/plugins/tree/master/packages/webview_flutter
 
 environment: