1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-09 06:18:49 +00:00

Add form_app and navigation_and_routing samples to CI scripts (#905)

This commit is contained in:
John Ryan
2021-10-05 09:29:36 -07:00
committed by GitHub
parent 9a9f0210b7
commit cdab12421c
3 changed files with 6 additions and 0 deletions

View File

@@ -19,10 +19,12 @@ declare -ar PROJECT_NAMES=(
"experimental/web_dashboard" "experimental/web_dashboard"
"experimental/linting_tool" "experimental/linting_tool"
"flutter_maps_firestore" "flutter_maps_firestore"
"form_app"
"infinite_list" "infinite_list"
"ios_app_clip" "ios_app_clip"
"isolate_example" "isolate_example"
"jsonexample" "jsonexample"
"navigation_and_routing"
"null_safety/null_safe_app" "null_safety/null_safe_app"
"null_safety/null_unsafe_app" "null_safety/null_unsafe_app"
"place_tracker" "place_tracker"

View File

@@ -19,10 +19,12 @@ declare -ar PROJECT_NAMES=(
"experimental/web_dashboard" "experimental/web_dashboard"
"experimental/linting_tool" "experimental/linting_tool"
"flutter_maps_firestore" "flutter_maps_firestore"
"form_app"
"infinite_list" "infinite_list"
"ios_app_clip" "ios_app_clip"
"isolate_example" "isolate_example"
"jsonexample" "jsonexample"
"navigation_and_routing"
"null_safety/null_safe_app" "null_safety/null_safe_app"
"null_safety/null_unsafe_app" "null_safety/null_unsafe_app"
"place_tracker" "place_tracker"

View File

@@ -19,10 +19,12 @@ declare -ar PROJECT_NAMES=(
"experimental/web_dashboard" "experimental/web_dashboard"
"experimental/linting_tool" "experimental/linting_tool"
"flutter_maps_firestore" "flutter_maps_firestore"
"form_app"
"infinite_list" "infinite_list"
"ios_app_clip" "ios_app_clip"
"isolate_example" "isolate_example"
"jsonexample" "jsonexample"
"navigation_and_routing"
"null_safety/null_safe_app" "null_safety/null_safe_app"
"null_safety/null_unsafe_app" "null_safety/null_unsafe_app"
"place_tracker" "place_tracker"