This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
packages/webview_flutter/webview_flutter Expand file tree Collapse file tree 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+
15## 2.0.14
26
37* 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
22description : A Flutter plugin that provides a WebView widget on Android and iOS.
33repository : https://github.com/flutter/plugins/tree/master/packages/webview_flutter/webview_flutter
44issue_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
77environment :
88 sdk : " >=2.14.0 <3.0.0"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments