1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-22 04:17:50 +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

@@ -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[@]}"