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 31
31
with :
32
32
distribution : ' zulu' # See https://github.com/actions/setup-java#supported-distributions
33
33
java-version : " 17"
34
- - uses : subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
34
+ - uses : subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
35
35
with :
36
36
channel : ${{ matrix.flutter_version }}
37
37
- run : dart --version
Original file line number Diff line number Diff line change @@ -6,11 +6,13 @@ DIR="${BASH_SOURCE%/*}"
6
6
source " $DIR /flutter_ci_script_shared.sh"
7
7
8
8
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"
10
11
" animated-responsive-layout"
11
12
" animations"
12
13
" 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"
14
16
" brick_breaker"
15
17
" dart-patterns-and-records"
16
18
" deeplink_cookbook"
You can’t perform that action at this time.
0 commit comments