Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions flutter_ci_script_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ declare -a CODELABS=(
"adaptive_app"
"animated-responsive-layout"
"animations"
"audio_soloud"
# Tracking bug: https://github.com/flutter/flutter/issues/177296
# "audio_soloud"
"boring_to_beautiful"
"brick_breaker"
"colorist"
Expand All @@ -19,7 +20,8 @@ declare -a CODELABS=(
"firebase-auth-flutterfire-ui"
"firebase-emulator-suite"
"firebase-get-to-know-flutter"
"forge2d_game"
# TODO: Fix experimental_member_use warning
# "forge2d_game"
"generate_crossword"
"github-client"
"google-maps-in-flutter"
Expand All @@ -32,7 +34,8 @@ declare -a CODELABS=(
"tfagents-flutter"
"tfrs-flutter"
"tfserving-flutter"
"tooling"
# TODO: Fix experimental_member_use warning
# "tooling"
"webview_flutter"
)

Expand Down