Skip to content

Commit c946d98

Browse files
committed
gemini ran ci
1 parent a94af64 commit c946d98

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

llm_prompt.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,6 @@ Please proceed with this task.
5151
Next:
5252

5353
- Run the CLI command `flutter channel beta` to ensure the Flutter SDK on my machine is using the latest beta
54-
- Run the CI running the bash file at /tool/flutter_ci_script_stable.sh
54+
- Run the CI running the bash file @/tool/flutter_ci_script_stable.sh
55+
- When there's a non-0 response, attempt to fix the issue.
56+
-

tool/flutter_ci_script_stable.sh

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,50 @@ source "$DIR/flutter_ci_script_shared.sh"
88
flutter doctor -v
99

1010
declare -ar PROJECT_NAMES=(
11+
"add_to_app/android_view/flutter_module_using_plugin"
12+
"add_to_app/books/flutter_module_books"
13+
"add_to_app/fullscreen/flutter_module"
14+
"add_to_app/multiple_flutters/multiple_flutters_module"
15+
"add_to_app/plugin/flutter_module_using_plugin"
16+
"add_to_app/prebuilt_module/flutter_module"
17+
"analysis_defaults"
18+
"android_splash_screen"
19+
"animations"
20+
"asset_transformation"
21+
"background_isolate_channels"
22+
"code_sharing/client"
23+
"code_sharing/server"
24+
"code_sharing/shared"
25+
"compass_app/app"
26+
"compass_app/server"
27+
"context_menus"
28+
"deeplink_store_example"
29+
"desktop_photo_search/fluent_ui"
30+
"desktop_photo_search/material"
31+
"dynamic_theme"
32+
"flutter_maps_firestore"
33+
"form_app"
34+
"game_template"
35+
"gemini_tasks"
36+
"google_maps"
37+
"infinite_list"
38+
"ios_app_clip"
39+
"isolate_example"
40+
"material_3_demo"
41+
"platform_channels"
42+
"platform_design"
43+
"navigation_and_routing"
44+
"pedometer"
45+
"pedometer/example"
46+
"place_tracker"
47+
"platform_view_swift"
48+
"provider_counter"
49+
"provider_shopper"
50+
"simple_shader"
51+
"simplistic_calculator"
52+
"simplistic_editor"
53+
"testing_app"
54+
"veggieseasons"
1155
"web_embedding/element_embedding_demo"
1256
)
1357

0 commit comments

Comments
 (0)