From c946d98dd0588b5275b30fb96e00405bbdce35b1 Mon Sep 17 00:00:00 2001 From: Eric Windmill Date: Thu, 31 Jul 2025 13:25:36 -0400 Subject: [PATCH] gemini ran ci --- llm_prompt.md | 4 ++- tool/flutter_ci_script_stable.sh | 44 ++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/llm_prompt.md b/llm_prompt.md index 89c10bc18..93b4bdf7e 100644 --- a/llm_prompt.md +++ b/llm_prompt.md @@ -51,4 +51,6 @@ Please proceed with this task. Next: - Run the CLI command `flutter channel beta` to ensure the Flutter SDK on my machine is using the latest beta -- Run the CI running the bash file at /tool/flutter_ci_script_stable.sh \ No newline at end of file +- Run the CI running the bash file @/tool/flutter_ci_script_stable.sh + - When there's a non-0 response, attempt to fix the issue. + - \ No newline at end of file diff --git a/tool/flutter_ci_script_stable.sh b/tool/flutter_ci_script_stable.sh index 9d6fecc0c..40dce5885 100755 --- a/tool/flutter_ci_script_stable.sh +++ b/tool/flutter_ci_script_stable.sh @@ -8,6 +8,50 @@ source "$DIR/flutter_ci_script_shared.sh" flutter doctor -v declare -ar PROJECT_NAMES=( + "add_to_app/android_view/flutter_module_using_plugin" + "add_to_app/books/flutter_module_books" + "add_to_app/fullscreen/flutter_module" + "add_to_app/multiple_flutters/multiple_flutters_module" + "add_to_app/plugin/flutter_module_using_plugin" + "add_to_app/prebuilt_module/flutter_module" + "analysis_defaults" + "android_splash_screen" + "animations" + "asset_transformation" + "background_isolate_channels" + "code_sharing/client" + "code_sharing/server" + "code_sharing/shared" + "compass_app/app" + "compass_app/server" + "context_menus" + "deeplink_store_example" + "desktop_photo_search/fluent_ui" + "desktop_photo_search/material" + "dynamic_theme" + "flutter_maps_firestore" + "form_app" + "game_template" + "gemini_tasks" + "google_maps" + "infinite_list" + "ios_app_clip" + "isolate_example" + "material_3_demo" + "platform_channels" + "platform_design" + "navigation_and_routing" + "pedometer" + "pedometer/example" + "place_tracker" + "platform_view_swift" + "provider_counter" + "provider_shopper" + "simple_shader" + "simplistic_calculator" + "simplistic_editor" + "testing_app" + "veggieseasons" "web_embedding/element_embedding_demo" )