File tree Expand file tree Collapse file tree 2 files changed +47
-1
lines changed Expand file tree Collapse file tree 2 files changed +47
-1
lines changed Original file line number Diff line number Diff line change @@ -51,4 +51,6 @@ Please proceed with this task.
51
51
Next :
52
52
53
53
- 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
+ -
Original file line number Diff line number Diff line change @@ -8,6 +8,50 @@ source "$DIR/flutter_ci_script_shared.sh"
8
8
flutter doctor -v
9
9
10
10
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"
11
55
" web_embedding/element_embedding_demo"
12
56
)
13
57
You can’t perform that action at this time.
0 commit comments