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

Remove visual samples index (#2607)

Removes VSI and all related infra. It has been replaced by [an index
page on
flutter.dev](https://docs.flutter.dev/reference/learning-resources)

Fixes:

#2582 
#2507 

## Pre-launch Checklist

- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [x] I have added sample code updates to the [changelog].
- [x] I updated/added relevant documentation (doc comments with `///`).
This commit is contained in:
Eric Windmill
2025-04-30 10:31:44 -07:00
committed by GitHub
parent 7d211b9371
commit dd21cee9c1
138 changed files with 0 additions and 3830 deletions

View File

@@ -61,9 +61,6 @@ declare -ar PROJECT_NAMES=(
"testing_app"
"veggieseasons"
"web_embedding/element_embedding_demo"
"web/_tool"
# TODO(ewindmill): dart:html is deprecated. Delete samples_index
# "web/samples_index"
)
ci_projects "stable" "${PROJECT_NAMES[@]}"