1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Update for Material changes & run rebuild scripts (#1412)

This commit is contained in:
Brett Morgan
2022-09-01 11:01:17 +10:00
committed by GitHub
parent 83f7059d83
commit 9d8aa333ee
167 changed files with 928 additions and 1061 deletions

View File

@@ -8,65 +8,40 @@ source "$DIR/flutter_ci_script_shared.sh"
flutter doctor -v
declare -ar PROJECT_NAMES=(
# TODO(domesticmouse): re-enable when stable increments
# "add_to_app/books/flutter_module_books"
# TODO(domesticmouse): headline5 deprecated
# "add_to_app/fullscreen/flutter_module"
# TODO(domesticmouse): headline4 is deprecated
# "add_to_app/multiple_flutters/multiple_flutters_module"
# TODO(domesticmouse): headline5 deprecated
# "add_to_app/plugin/flutter_module_using_plugin"
# TODO(domesticmouse): headline5 deprecated
# "add_to_app/prebuilt_module/flutter_module"
# TODO(domesticmouse): headline4 is deprecated
# "android_splash_screen"
# TODO(domesticmouse): headline4 is deprecated
# "animations"
# TODO(domesticmouse): re-enable when stable increments
# "desktop_photo_search/fluent_ui"
# TODO(domesticmouse): re-enable when stable increments
# "desktop_photo_search/material"
# TODO(domesticmouse): headline5 deprecated
# "experimental/federated_plugin/federated_plugin"
# TODO(domesticmouse): re-enable when stable increments
# "experimental/web_dashboard"
# Needs a reformat to work on master
"add_to_app/books/flutter_module_books"
"add_to_app/fullscreen/flutter_module"
"add_to_app/multiple_flutters/multiple_flutters_module"
"add_to_app/plugin/flutter_module_using_plugin"
"add_to_app/prebuilt_module/flutter_module"
"android_splash_screen"
"animations"
"desktop_photo_search/fluent_ui"
"desktop_photo_search/material"
"experimental/federated_plugin/federated_plugin"
"experimental/web_dashboard"
# TODO(domesticmouse): Needs a reformat to work on master
# "experimental/linting_tool"
"experimental/material_3_demo"
"flutter_maps_firestore"
# TODO(domesticmouse): re-enable when stable increments
# "form_app"
# TODO(domesticmouse): bodyText2 is deprecated
# "game_template"
# TODO(domesticmouse): headline6 is deprecated
# "infinite_list"
"form_app"
"game_template"
"infinite_list"
"ios_app_clip"
# TODO(domesticmouse): re-enable when stable increments
# "isolate_example"
# TODO(domesticmouse): bodyText2 is deprecated
# "jsonexample"
# TODO(domesticmouse): re-enable when stable increments
# "material_3_demo"
# TODO(domesticmouse): headline4 is deprecated
# "navigation_and_routing"
"isolate_example"
"jsonexample"
"material_3_demo"
"navigation_and_routing"
"null_safety/null_safe_app"
"null_safety/null_unsafe_app"
# TODO(domesticmouse): re-enable when stable increments
# "place_tracker"
# TODO(domesticmouse): re-enable when stable increments
# "platform_channels"
# TODO(domesticmouse): bodyText2 is deprecated
# "platform_design"
# TODO(domesticmouse): subtitle2 is deprecated
# "platform_view_swift"
# TODO(domesticmouse): headline4 is deprecated
# "provider_counter"
# TODO(domesticmouse): re-enable when stable increments
# "provider_shopper"
# TODO(domesticmouse): re-enable when stable increments
"place_tracker"
"platform_channels"
"platform_design"
"platform_view_swift"
"provider_counter"
"provider_shopper"
# TODO(domesticmouse): Missing concrete implementation of 'TextInputClient.performSelector'
# "simplistic_editor"
# TODO(domesticmouse): re-enable when stable increments
# "testing_app"
"testing_app"
"veggieseasons"
)