This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 3 files changed +5
-7
lines changed
packages/webview_flutter/webview_flutter
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.1.0
2
+
3
+ * Migrated to fully federated architecture.
4
+
1
5
## 2.0.14
2
6
3
7
* Update minimum Flutter SDK to 2.5 and iOS deployment target to 9.0.
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/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.14
5
+ version : 2.1.0
6
6
7
7
environment :
8
8
sdk : " >=2.14.0 <3.0.0"
Original file line number Diff line number Diff line change 8
8
9
9
# This is a permament entry, as it should never be a direct app dependency.
10
10
- 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
You can’t perform that action at this time.
0 commit comments