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

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