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

Commit cc3c53c

Browse files
authored
[webview_flutter] Update version number app_facing package (#4375)
1 parent 0c28281 commit cc3c53c

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

packages/webview_flutter/webview_flutter/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.0
2+
3+
* Migrated to fully federated architecture.
4+
15
## 2.0.14
26

37
* Update minimum Flutter SDK to 2.5 and iOS deployment target to 9.0.

packages/webview_flutter/webview_flutter/pubspec.yaml

+1-1
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/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.14
5+
version: 2.1.0
66

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

script/configs/exclude_all_plugins_app.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,3 @@
88

99
# This is a permament entry, as it should never be a direct app dependency.
1010
- plugin_platform_interface
11-
# TODO(mvanbeusekom): Remove the exclusion of the webview_flutter_android and
12-
# webview_flutter_wkwebview packages once the native
13-
# implementation is removed from the webview_flutter
14-
# package (see https://github.com/flutter/flutter/issues/86286).
15-
- webview_flutter_android
16-
- webview_flutter_wkwebview

0 commit comments

Comments
 (0)