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

Commit 39718f1

Browse files
committed
Exlude platform implementations from build all step.
Make sure the webview_flutter_android and webview_flutter_wkwebview packages are excluded from the Build All plugins step as they will cause conflicts with the current implementation which is still part of the webview_flutter package.
1 parent 52859e9 commit 39718f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

script/configs/exclude_all_plugins_app.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@
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)