Skip to content

Commit 99c18b1

Browse files
authored
Moved veggieseasons out of experimental (#752)
1 parent 51ebc7e commit 99c18b1

File tree

136 files changed

+45
-57
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+45
-57
lines changed

experimental/veggieseasons/README.md

Lines changed: 2 additions & 40 deletions

tool/flutter_ci_script_beta.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ declare -ar PROJECT_NAMES=(
3030
# "experimental/federated_plugin/federated_plugin" \
3131
"null_safety/null_safe_app" \
3232
"null_safety/null_unsafe_app" \
33-
"experimental/veggieseasons" \
3433
"experimental/web_dashboard" \
34+
"veggieseasons" \
3535
)
3636

3737
for PROJECT_NAME in "${PROJECT_NAMES[@]}"

tool/flutter_ci_script_dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ declare -ar PROJECT_NAMES=(
3232
# "experimental/federated_plugin/federated_plugin" \
3333
"null_safety/null_safe_app" \
3434
"null_safety/null_unsafe_app" \
35-
"experimental/veggieseasons" \
3635
"experimental/web_dashboard" \
36+
"veggieseasons" \
3737
)
3838

3939
for PROJECT_NAME in "${PROJECT_NAMES[@]}"

tool/flutter_ci_script_stable.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ declare -ar PROJECT_NAMES=(
2323
"testing_app" \
2424
"null_safety/null_safe_app" \
2525
"null_safety/null_unsafe_app" \
26-
# TODO(goderbauer): Add veggieseasons back when moved out of experimental again.
27-
# "veggieseasons" \
26+
"veggieseasons" \
2827
)
2928

3029
for PROJECT_NAME in "${PROJECT_NAMES[@]}"
File renamed without changes.
File renamed without changes.

veggieseasons/README.md

Lines changed: 40 additions & 13 deletions

0 commit comments

Comments
 (0)