1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-23 21:01:49 +00:00

Break fix CI (#1754)

This commit is contained in:
Brett Morgan
2023-05-01 16:05:32 +10:00
committed by GitHub
parent 4e09aa299c
commit 68e70fd70c
2 changed files with 12 additions and 6 deletions

View File

@@ -24,7 +24,8 @@ declare -ar PROJECT_NAMES=(
# TODO(DomesticMouse): version solving failed
# "desktop_photo_search/fluent_ui"
"desktop_photo_search/material"
"experimental/context_menus"
# TODO(DomesticMouse): The function can't be unconditionally invoked because it can be 'null'.
# "experimental/context_menus"
"experimental/element_embedding_demo"
# TODO(DomesticMouse): 'setMockMethodCallHandler' is deprecated and shouldn't be used.
# "experimental/federated_plugin/federated_plugin"
@@ -51,7 +52,8 @@ declare -ar PROJECT_NAMES=(
"jsonexample"
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
# "material_3_demo"
"navigation_and_routing"
# TODO(DomesticMouse): The '!' will have no effect because the receiver can't be null.
# "navigation_and_routing"
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
# "place_tracker"
# TODO(DomesticMouse): 'setMockMethodCallHandler' is deprecated and shouldn't be used.