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

pull/908/head
John Ryan 3 years ago committed by GitHub
parent 9a9f0210b7
commit cdab12421c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

@ -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"

@ -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"

Loading…
Cancel
Save