1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 06:48:26 +00:00

Rebuild runners (#1725)

This commit is contained in:
Brett Morgan
2023-04-08 07:44:56 +10:00
committed by GitHub
parent 07bcb61521
commit 31a3d14618
453 changed files with 6679 additions and 1456 deletions

View File

@@ -26,10 +26,13 @@ declare -ar PROJECT_NAMES=(
"desktop_photo_search/material"
"experimental/context_menus"
"experimental/element_embedding_demo"
"experimental/federated_plugin/federated_plugin"
"experimental/federated_plugin/federated_plugin/example"
# TODO(DomesticMouse): 'setMockMethodCallHandler' is deprecated and shouldn't be used.
# "experimental/federated_plugin/federated_plugin"
# TODO(DomesticMouse): 'setMockMethodCallHandler' is deprecated and shouldn't be used.
# "experimental/federated_plugin/federated_plugin/example"
"experimental/federated_plugin/federated_plugin_macos"
"experimental/federated_plugin/federated_plugin_platform_interface"
# TODO(DomesticMouse): 'setMockMethodCallHandler' is deprecated and shouldn't be used.
# "experimental/federated_plugin/federated_plugin_platform_interface"
"experimental/federated_plugin/federated_plugin_web"
"experimental/federated_plugin/federated_plugin_windows"
"experimental/linting_tool"
@@ -51,7 +54,8 @@ declare -ar PROJECT_NAMES=(
"navigation_and_routing"
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
# "place_tracker"
"platform_channels"
# TODO(DomesticMouse): 'setMockMethodCallHandler' is deprecated and shouldn't be used.
# "platform_channels"
"platform_design"
"platform_view_swift"
"provider_counter"