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

Elide experimental/linting_tool and simplistic_editor (#1441)

* Elide `experimental/linting_tool`

* Elide `simplistic_editor`
This commit is contained in:
Brett Morgan
2022-09-27 08:49:48 +10:00
committed by GitHub
parent bf5b61342e
commit ebe1056e97

View File

@@ -19,7 +19,8 @@ declare -ar PROJECT_NAMES=(
"desktop_photo_search/material" "desktop_photo_search/material"
"experimental/federated_plugin/federated_plugin" "experimental/federated_plugin/federated_plugin"
"experimental/web_dashboard" "experimental/web_dashboard"
"experimental/linting_tool" # TODO(DomesticMouse): Needs to be re-formatted for Flutter beta
# "experimental/linting_tool"
"flutter_maps_firestore" "flutter_maps_firestore"
"form_app" "form_app"
"game_template" "game_template"
@@ -37,7 +38,8 @@ declare -ar PROJECT_NAMES=(
"platform_view_swift" "platform_view_swift"
"provider_counter" "provider_counter"
"provider_shopper" "provider_shopper"
"simplistic_editor" # TODO(DomesticMouse): https://github.com/flutter/samples/issues/1443
# "simplistic_editor"
"testing_app" "testing_app"
"veggieseasons" "veggieseasons"
) )