From bba6fa75ffb7156d075f2cb4b20ef6c0e7859f8b Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Tue, 14 May 2024 07:12:01 +1000 Subject: [PATCH] Enable `ai_recipe_generation` in stable CI --- tool/flutter_ci_script_stable.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tool/flutter_ci_script_stable.sh b/tool/flutter_ci_script_stable.sh index 4660a06ca..67d90d6c7 100755 --- a/tool/flutter_ci_script_stable.sh +++ b/tool/flutter_ci_script_stable.sh @@ -14,8 +14,7 @@ declare -ar PROJECT_NAMES=( "add_to_app/multiple_flutters/multiple_flutters_module" "add_to_app/plugin/flutter_module_using_plugin" "add_to_app/prebuilt_module/flutter_module" - # TODO(ewindmill): Already updated for 3.22, breaks CI due to using WidgetStateProperty and friends - # "ai_recipe_generation" + "ai_recipe_generation" "analysis_defaults" "android_splash_screen" "animations"