From 719ff2554e04dcd313bb683729caf249555b27c4 Mon Sep 17 00:00:00 2001 From: Eric Windmill Date: Thu, 19 Sep 2024 09:50:45 -0400 Subject: [PATCH] remove m3 demo from master and beta CI --- tool/flutter_ci_script_beta.sh | 3 ++- tool/flutter_ci_script_master.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tool/flutter_ci_script_beta.sh b/tool/flutter_ci_script_beta.sh index 3ff79879f..2d15ba518 100755 --- a/tool/flutter_ci_script_beta.sh +++ b/tool/flutter_ci_script_beta.sh @@ -46,7 +46,8 @@ declare -ar PROJECT_NAMES=( "infinite_list" "ios_app_clip" "isolate_example" - "material_3_demo" +# TODO @ewindmill -- Color.red is deprecated and should be Color.r (same for green and blue) +# "material_3_demo" "navigation_and_routing" "place_tracker" "platform_channels" diff --git a/tool/flutter_ci_script_master.sh b/tool/flutter_ci_script_master.sh index ccaf11d57..d00d720e1 100755 --- a/tool/flutter_ci_script_master.sh +++ b/tool/flutter_ci_script_master.sh @@ -47,7 +47,8 @@ declare -ar PROJECT_NAMES=( "infinite_list" "ios_app_clip" "isolate_example" - "material_3_demo" +# TODO @ewindmill -- Color.red is deprecated and should be Color.r (same for green and blue) +# "material_3_demo" "navigation_and_routing" "place_tracker" "platform_channels"