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

Update runners (#1658)

* Update runners

* Elide `experimental/pedometer` from CI

* Mark `primary` scroll view

* Re-enable "experimental/pedometer"
This commit is contained in:
Brett Morgan
2023-02-21 10:48:19 +11:00
committed by GitHub
parent dd3a024aa8
commit 0a862ea4c1
45 changed files with 738 additions and 609 deletions

View File

@@ -17,12 +17,15 @@ declare -ar PROJECT_NAMES=(
"android_splash_screen"
"animations"
"background_isolate_channels"
"code_sharing/client"
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
# "code_sharing/client"
"code_sharing/server"
"code_sharing/shared"
"desktop_photo_search/fluent_ui"
# TODO(DomesticMouse): version solving failed
# "desktop_photo_search/fluent_ui"
"desktop_photo_search/material"
"experimental/context_menus"
"experimental/element_embedding_demo"
"experimental/federated_plugin/federated_plugin"
"experimental/federated_plugin/federated_plugin/example"
"experimental/federated_plugin/federated_plugin_macos"
@@ -30,7 +33,8 @@ declare -ar PROJECT_NAMES=(
"experimental/federated_plugin/federated_plugin_web"
"experimental/federated_plugin/federated_plugin_windows"
"experimental/linting_tool"
"experimental/material_3_demo"
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
# "experimental/material_3_demo"
"experimental/pedometer"
"experimental/varfont_shader_puzzle"
"experimental/web_dashboard"
@@ -41,15 +45,18 @@ declare -ar PROJECT_NAMES=(
"ios_app_clip"
"isolate_example"
"jsonexample"
"material_3_demo"
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
# "material_3_demo"
"navigation_and_routing"
"place_tracker"
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
# "place_tracker"
"platform_channels"
"platform_design"
"platform_view_swift"
"provider_counter"
"provider_shopper"
"simplistic_calculator"
# TODO(DomesticMouse): version solving failed
# "simplistic_calculator"
"simplistic_editor"
"testing_app"
"veggieseasons"