1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-31 16:55:34 +00:00

Flutter 3.29 beta (#2571)

This commit is contained in:
Eric Windmill
2025-02-12 18:08:01 -05:00
committed by GitHub
parent d62c784789
commit 719fd72c38
685 changed files with 76244 additions and 53721 deletions

View File

@@ -36,8 +36,8 @@ declare -ar PROJECT_NAMES=(
"experimental/federated_plugin/federated_plugin_web"
"experimental/federated_plugin/federated_plugin_windows"
# TODO(domesticmouse): Angle brackets will be interpreted as HTML.
# "experimental/pedometer"
"experimental/pedometer/example"
# "pedometer"
"pedometer/example"
"experimental/varfont_shader_puzzle"
"experimental/web_dashboard"
"flutter_maps_firestore"
@@ -59,12 +59,14 @@ declare -ar PROJECT_NAMES=(
"rolodex"
"simple_shader"
"simplistic_calculator"
"simplistic_editor"
# TODO(ewindmill): 'scribble' is deprecated and shouldn't be used. Use stylusHandwriting instead.
# "simplistic_editor"
"testing_app"
"veggieseasons"
"web_embedding/element_embedding_demo"
"web/_tool"
"web/samples_index"
# TODO(ewindmill): dart:html is deprecated. Delete samples_index
# "web/samples_index"
)
ci_projects "master" "${PROJECT_NAMES[@]}"