diff --git a/game_template/lib/src/audio/audio_controller.dart b/game_template/lib/src/audio/audio_controller.dart index 6f267c8b4..52e718d61 100644 --- a/game_template/lib/src/audio/audio_controller.dart +++ b/game_template/lib/src/audio/audio_controller.dart @@ -220,6 +220,8 @@ class AudioController { "Music should never be 'completed' as it's either not playing " "or looping forever."); await _playFirstSongInPlaylist(); + default: + _log.warning('Unhandled PlayerState: ${_musicPlayer.state}'); } } diff --git a/tool/flutter_ci_script_master.sh b/tool/flutter_ci_script_master.sh index c9c6c43bf..0eb7875c1 100755 --- a/tool/flutter_ci_script_master.sh +++ b/tool/flutter_ci_script_master.sh @@ -43,8 +43,7 @@ declare -ar PROJECT_NAMES=( "experimental/web_dashboard" "flutter_maps_firestore" "form_app" - # TODO(DomesticMouse): The type 'AppLifecycleState' is not exhaustively matched by the switch cases since it doesn't match 'AppLifecycleState.hidden'. - # "game_template" + "game_template" "google_maps" "infinite_list" "ios_app_clip"