Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 034bcb4

Browse files
author
Emmanuel Garcia
committed
Change log
1 parent e0292cf commit 034bcb4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/webview_flutter/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.2
2+
3+
* Fixes bug where text fields are hidden behind the keyboard
4+
when hybrid composition is used [flutter/issues/75667](https://github.com/flutter/flutter/issues/75667).
5+
16
## 2.0.1
27

38
* Run CocoaPods iOS tests in RunnerUITests target

packages/webview_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: webview_flutter
22
description: A Flutter plugin that provides a WebView widget on Android and iOS.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/webview_flutter
4-
version: 2.0.1
4+
version: 2.0.2
55

66
environment:
77
sdk: ">=2.12.0-259.9.beta <3.0.0"

0 commit comments

Comments
 (0)