We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c9bc9 commit f3c7a12Copy full SHA for f3c7a12
flutter_ci_script_master.sh
@@ -6,11 +6,13 @@ DIR="${BASH_SOURCE%/*}"
6
source "$DIR/flutter_ci_script_shared.sh"
7
8
declare -a CODELABS=(
9
- "adaptive_app"
+ # TODO(DomesticMouse): The argument type 'TabBarTheme' can't be assigned to the parameter type 'TabBarThemeData?'.
10
+ # "adaptive_app"
11
"animated-responsive-layout"
12
"animations"
13
"audio_soloud"
- "boring_to_beautiful"
14
+ # TODO(DomesticMouse): The argument type 'CardTheme' can't be assigned to the parameter type 'CardThemeData?'.
15
+ # "boring_to_beautiful"
16
"brick_breaker"
17
"dart-patterns-and-records"
18
"deeplink_cookbook"
0 commit comments