Skip to content

Commit 5dbcb2d

Browse files
Re-enable everything to see what breaks
1 parent bef0919 commit 5dbcb2d

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

flutter_ci_script_beta.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ DIR="${BASH_SOURCE%/*}"
66
source "$DIR/flutter_ci_script_shared.sh"
77

88
declare -a CODELABS=(
9-
# TODO(DomesticMouse): The argument type 'TabBarTheme' can't be assigned to the parameter type 'TabBarThemeData?'.
10-
# "adaptive_app"
9+
"adaptive_app"
1110
"animated-responsive-layout"
1211
"animations"
1312
"audio_soloud"
14-
# TODO(DomesticMouse): The argument type 'CardTheme' can't be assigned to the parameter type 'CardThemeData?'.
15-
# "boring_to_beautiful"
13+
"boring_to_beautiful"
1614
"brick_breaker"
1715
"colorist"
1816
"dart-patterns-and-records"
@@ -28,7 +26,7 @@ declare -a CODELABS=(
2826
"haiku_generator"
2927
"homescreen_codelab"
3028
"in_app_purchases"
31-
# TODO(domesticmouse): Add after beta is above Dart 3.8.0-0
29+
# TODO(domesticmouse): Add once this is green on beta
3230
# "intro_flutter_gpu"
3331
"namer"
3432
"next-gen-ui"

flutter_ci_script_master.sh

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,16 @@ DIR="${BASH_SOURCE%/*}"
66
source "$DIR/flutter_ci_script_shared.sh"
77

88
declare -a CODELABS=(
9-
# TODO(DomesticMouse): The argument type 'TabBarTheme' can't be assigned to the parameter type 'TabBarThemeData?'.
10-
# "adaptive_app"
9+
"adaptive_app"
1110
"animated-responsive-layout"
1211
"animations"
1312
"audio_soloud"
14-
# TODO(DomesticMouse): The argument type 'CardTheme' can't be assigned to the parameter type 'CardThemeData?'.
15-
# "boring_to_beautiful"
13+
"boring_to_beautiful"
1614
"brick_breaker"
1715
"colorist"
1816
"dart-patterns-and-records"
1917
"deeplink_cookbook"
20-
# TODO(DomesticMouse): So, because _macros from sdk doesn't exist (could not find package _macros in the Dart SDK) and ffigen_app depends on ffigen ^16.1.0, version solving failed.
21-
# "ffigen_codelab"
18+
"ffigen_codelab"
2219
"firebase-auth-flutterfire-ui"
2320
"firebase-emulator-suite"
2421
"firebase-get-to-know-flutter"
@@ -29,8 +26,7 @@ declare -a CODELABS=(
2926
"haiku_generator"
3027
"homescreen_codelab"
3128
"in_app_purchases"
32-
# TODO(domesticmouse): The protocol version of native_assets_cli-0.9.0 is 1.5.0, which is no longer supported.
33-
# "intro_flutter_gpu"
29+
"intro_flutter_gpu"
3430
"namer"
3531
"next-gen-ui"
3632
"testing_codelab"

flutter_ci_script_stable.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ declare -a CODELABS=(
2626
"haiku_generator"
2727
"homescreen_codelab"
2828
"in_app_purchases"
29-
# TODO(domesticmouse): Add after stable is above Dart 3.7.0-0
29+
# TODO(domesticmouse): Add once this is green on stable
3030
# "intro_flutter_gpu"
3131
"namer"
3232
"next-gen-ui"

0 commit comments

Comments
 (0)