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

Moved veggieseasons out of experimental (#752)

This commit is contained in:
Tushar Ojha
2021-03-08 14:55:15 +05:30
committed by GitHub
parent 51ebc7e0bf
commit 99c18b18d7
136 changed files with 44 additions and 56 deletions

View File

@@ -30,8 +30,8 @@ declare -ar PROJECT_NAMES=(
# "experimental/federated_plugin/federated_plugin" \
"null_safety/null_safe_app" \
"null_safety/null_unsafe_app" \
"experimental/veggieseasons" \
"experimental/web_dashboard" \
"veggieseasons" \
)
for PROJECT_NAME in "${PROJECT_NAMES[@]}"

View File

@@ -32,8 +32,8 @@ declare -ar PROJECT_NAMES=(
# "experimental/federated_plugin/federated_plugin" \
"null_safety/null_safe_app" \
"null_safety/null_unsafe_app" \
"experimental/veggieseasons" \
"experimental/web_dashboard" \
"veggieseasons" \
)
for PROJECT_NAME in "${PROJECT_NAMES[@]}"

View File

@@ -23,8 +23,7 @@ declare -ar PROJECT_NAMES=(
"testing_app" \
"null_safety/null_safe_app" \
"null_safety/null_unsafe_app" \
# TODO(goderbauer): Add veggieseasons back when moved out of experimental again.
# "veggieseasons" \
"veggieseasons" \
)
for PROJECT_NAME in "${PROJECT_NAMES[@]}"