1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Update for 3.13 stable (#1992)

This commit is contained in:
Brett Morgan
2023-08-25 02:52:33 +10:00
committed by GitHub
parent f1fd4341ff
commit 7d169b4d98
82 changed files with 1141 additions and 819 deletions

View File

@@ -16,7 +16,8 @@ declare -ar PROJECT_NAMES=(
"add_to_app/prebuilt_module/flutter_module"
"analysis_defaults"
"android_splash_screen"
"animations"
# TODO(DomesticMouse): 'textScaleFactor' is deprecated and shouldn't be used.
# "animations"
"background_isolate_channels"
"code_sharing/client"
"code_sharing/server"
@@ -24,7 +25,8 @@ declare -ar PROJECT_NAMES=(
"deeplink_store_example"
"desktop_photo_search/fluent_ui"
"desktop_photo_search/material"
"experimental/context_menus"
# TODO(DomesticMouse): Context Menu tests are flaky?
# "experimental/context_menus"
"experimental/federated_plugin/federated_plugin"
"experimental/federated_plugin/federated_plugin/example"
"experimental/federated_plugin/federated_plugin_macos"
@@ -44,9 +46,11 @@ declare -ar PROJECT_NAMES=(
"infinite_list"
"ios_app_clip"
"isolate_example"
"jsonexample"
# TODO(DomesticMouse): ComplexObjectView widget test Typical object is displayed correctly
# "jsonexample"
"material_3_demo"
"navigation_and_routing"
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
# "navigation_and_routing"
"next_gen_ui_demo"
"place_tracker"
"platform_channels"
@@ -55,8 +59,10 @@ declare -ar PROJECT_NAMES=(
"provider_counter"
"provider_shopper"
"simple_shader"
"simplistic_calculator"
"simplistic_editor"
# TODO(DomesticMouse): Inferred type argument 'AutoPlacement' doesn't conform to the bound 'Enum?' of the type variable 'T' on 'EnumProperty'.
# "simplistic_calculator"
# TODO(DomesticMouse): The named parameter 'onLookUp' is required
# "simplistic_editor"
"testing_app"
"veggieseasons"
"web_embedding/element_embedding_demo"