File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -6,11 +6,13 @@ DIR="${BASH_SOURCE%/*}"
66source " $DIR /flutter_ci_script_shared.sh"
77
88declare -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"
You can’t perform that action at this time.
0 commit comments