From 56c8f1818457ba501869bd4fa831f4bb9dc4d77a Mon Sep 17 00:00:00 2001 From: Francisco Magdaleno Arceo Date: Wed, 26 Feb 2020 12:04:20 -0800 Subject: [PATCH 1/2] Exclude path_provider --- script/build_all_plugins_app.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/build_all_plugins_app.sh b/script/build_all_plugins_app.sh index a497cd935d81..f21b0990a08d 100755 --- a/script/build_all_plugins_app.sh +++ b/script/build_all_plugins_app.sh @@ -18,6 +18,8 @@ readonly EXCLUDED_PLUGINS_LIST=( "google_sign_in_platform_interface" "google_sign_in_web" "instrumentation_adapter" + "path_provider_macos" + "path_provider_platform_interface" "plugin_platform_interface" "shared_preferences_macos" "shared_preferences_platform_interface" From d467b665019454d56a9c7a74452fdb34908fe3be Mon Sep 17 00:00:00 2001 From: Francisco Magdaleno Arceo Date: Wed, 26 Feb 2020 12:11:28 -0800 Subject: [PATCH 2/2] Add web --- script/build_all_plugins_app.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/build_all_plugins_app.sh b/script/build_all_plugins_app.sh index f21b0990a08d..378deb71f56b 100755 --- a/script/build_all_plugins_app.sh +++ b/script/build_all_plugins_app.sh @@ -20,6 +20,7 @@ readonly EXCLUDED_PLUGINS_LIST=( "instrumentation_adapter" "path_provider_macos" "path_provider_platform_interface" + "path_provider_web" "plugin_platform_interface" "shared_preferences_macos" "shared_preferences_platform_interface"