Skip to content

Commit 3c90491

Browse files
Merge branch 'flutter:main' into flutter-3.30
2 parents 2d25902 + 820c6ba commit 3c90491

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/flutter-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
distribution: 'zulu' # See https://github.com/actions/setup-java#supported-distributions
3333
java-version: "17"
34-
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
34+
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
3535
with:
3636
channel: ${{ matrix.flutter_version }}
3737
- run: dart --version

flutter_ci_script_beta.sh

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

88
declare -a CODELABS=(
9-
"adaptive_app"
9+
# TODO(DomesticMouse): The argument type 'TabBarTheme' can't be assigned to the parameter type 'TabBarThemeData?'.
10+
# "adaptive_app"
1011
"animated-responsive-layout"
1112
"animations"
1213
"audio_soloud"
13-
"boring_to_beautiful"
14+
# TODO(DomesticMouse): The argument type 'CardTheme' can't be assigned to the parameter type 'CardThemeData?'.
15+
# "boring_to_beautiful"
1416
"brick_breaker"
1517
"dart-patterns-and-records"
1618
"deeplink_cookbook"

0 commit comments

Comments
 (0)