1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Update CI project list (#1583)

This commit is contained in:
Brett Morgan
2023-01-22 15:20:42 +11:00
committed by GitHub
parent 6bd2d930bb
commit be309ecc07
112 changed files with 166 additions and 15758 deletions

View File

@@ -8,6 +8,7 @@ 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"
@@ -20,16 +21,20 @@ declare -ar PROJECT_NAMES=(
"code_sharing/shared"
"desktop_photo_search/fluent_ui"
"desktop_photo_search/material"
# TODO(justinmc): To be enabled when its PR hits the master channel.
# https://github.com/flutter/flutter/pull/107193
# "experimental/context_menus"
"experimental/context_menus"
"experimental/federated_plugin/federated_plugin"
"experimental/federated_plugin/federated_plugin/example"
"experimental/federated_plugin/federated_plugin_macos"
"experimental/federated_plugin/federated_plugin_platform_interface"
"experimental/federated_plugin/federated_plugin_web"
"experimental/federated_plugin/federated_plugin_windows"
# TODO(DomesticMouse): 'bottomAppBarColor' is deprecated and shouldn't be used.
# "experimental/linting_tool"
"experimental/material_3_demo"
"experimental/varfont_shader_puzzle"
"experimental/web_dashboard"
# TODO(DomesticMouse): Needs to be re-formatted for Flutter beta
# "experimental/linting_tool"
"flutter_maps_firestore"
# TODO(domesticmouse): 'errorColor' is deprecated and shouldn't be used.
# TODO(DomesticMouse): 'errorColor' is deprecated and shouldn't be used.
# "form_app"
"game_template"
"infinite_list"
@@ -44,10 +49,12 @@ declare -ar PROJECT_NAMES=(
"platform_view_swift"
"provider_counter"
"provider_shopper"
# TODO(DomesticMouse): https://github.com/flutter/samples/issues/1443
"simplistic_calculator"
# TODO(DomesticMouse): A value of type 'dynamic' can't be returned from the method 'build' because it has a return type of 'Widget'.
# "simplistic_editor"
"testing_app"
"veggieseasons"
"web/_tool"
"web/samples_index"
)

View File

@@ -8,6 +8,7 @@ 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"
@@ -17,19 +18,23 @@ declare -ar PROJECT_NAMES=(
"animations"
"code_sharing/client"
"code_sharing/server"
"code_sharing/shared"
"desktop_photo_search/fluent_ui"
"desktop_photo_search/material"
# TODO(DomesticMouse): Reformat code
# "experimental/context_menus"
"experimental/context_menus"
"experimental/federated_plugin/federated_plugin"
# TODO(DomesticMouse): Error: Method not found: 'FallThroughError'.
# "experimental/web_dashboard"
# TODO(DomesticMouse): Needs to be re-formatted for Flutter beta
"experimental/federated_plugin/federated_plugin/example"
"experimental/federated_plugin/federated_plugin_macos"
"experimental/federated_plugin/federated_plugin_platform_interface"
"experimental/federated_plugin/federated_plugin_web"
"experimental/federated_plugin/federated_plugin_windows"
# TODO(DomesticMouse): 'bottomAppBarColor' is deprecated and shouldn't be used.
# "experimental/linting_tool"
"experimental/material_3_demo"
"experimental/varfont_shader_puzzle"
"experimental/web_dashboard"
"flutter_maps_firestore"
# TODO(domesticmouse): 'errorColor' is deprecated and shouldn't be used.
# TODO(DomesticMouse): 'errorColor' is deprecated and shouldn't be used.
# "form_app"
"game_template"
"infinite_list"
@@ -44,10 +49,12 @@ declare -ar PROJECT_NAMES=(
"platform_view_swift"
"provider_counter"
"provider_shopper"
# TODO(DomesticMouse): https://github.com/flutter/samples/issues/1443
"simplistic_calculator"
# TODO(DomesticMouse): A value of type 'dynamic' can't be returned from the method 'build' because it has a return type of 'Widget'.
# "simplistic_editor"
"testing_app"
"veggieseasons"
"web/_tool"
"web/samples_index"
)

View File

@@ -8,6 +8,7 @@ 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"
@@ -17,13 +18,23 @@ declare -ar PROJECT_NAMES=(
"animations"
"code_sharing/client"
"code_sharing/server"
"code_sharing/shared"
"desktop_photo_search/fluent_ui"
"desktop_photo_search/material"
# TODO(DomesticMouse): enable after Flutter stable increment
# "experimental/context_menus"
"experimental/federated_plugin/federated_plugin"
"experimental/web_dashboard"
"experimental/federated_plugin/federated_plugin/example"
"experimental/federated_plugin/federated_plugin_macos"
"experimental/federated_plugin/federated_plugin_platform_interface"
"experimental/federated_plugin/federated_plugin_web"
"experimental/federated_plugin/federated_plugin_windows"
"experimental/linting_tool"
# TODO(DomesticMouse): include when stable increments
# TODO(DomesticMouse): enable after Flutter stable increment
# "experimental/material_3_demo"
# TODO(DomesticMouse): enable after Flutter stable increment
# "experimental/varfont_shader_puzzle"
"experimental/web_dashboard"
"flutter_maps_firestore"
"form_app"
"game_template"
@@ -39,9 +50,11 @@ declare -ar PROJECT_NAMES=(
"platform_view_swift"
"provider_counter"
"provider_shopper"
"simplistic_calculator"
"simplistic_editor"
"testing_app"
"veggieseasons"
"web/_tool"
"web/samples_index"
)