You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tool/flutter_ci_script_beta.sh
+5-9
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,8 @@ declare -ar PROJECT_NAMES=(
22
22
"code_sharing/client"
23
23
"code_sharing/server"
24
24
"code_sharing/shared"
25
-
# @ewindmill: withOpacity is deprecated
26
-
# "compass_app/app"
27
-
# "compass_app/server"
25
+
"compass_app/app"
26
+
"compass_app/server"
28
27
"context_menus"
29
28
"deeplink_store_example"
30
29
"desktop_photo_search/fluent_ui"
@@ -40,19 +39,16 @@ declare -ar PROJECT_NAMES=(
40
39
# "experimental/pedometer"
41
40
"experimental/pedometer/example"
42
41
"experimental/varfont_shader_puzzle"
43
-
# TODO(ewindmill): whereNotNull deprecated in dart:collection
44
-
# "experimental/web_dashboard"
42
+
"experimental/web_dashboard"
45
43
"flutter_maps_firestore"
46
44
"form_app"
47
45
"game_template"
48
46
"gemini_tasks"
49
47
"google_maps"
50
48
"infinite_list"
51
-
# TODO(domesticmouse): The import of 'package:flutter/material.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/cupertino.dart'.
52
-
# "ios_app_clip"
49
+
"ios_app_clip"
53
50
"isolate_example"
54
-
# TODO(ewindmill): Color.red is deprecated and should be Color.r (same for green and blue)
Copy file name to clipboardExpand all lines: tool/flutter_ci_script_master.sh
+5-9
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,8 @@ declare -ar PROJECT_NAMES=(
22
22
"code_sharing/client"
23
23
"code_sharing/server"
24
24
"code_sharing/shared"
25
-
# @ewindmill: withOpacity is deprecated
26
-
# "compass_app/app"
27
-
# "compass_app/server"
25
+
"compass_app/app"
26
+
"compass_app/server"
28
27
"context_menus"
29
28
"deeplink_store_example"
30
29
"desktop_photo_search/fluent_ui"
@@ -40,19 +39,16 @@ declare -ar PROJECT_NAMES=(
40
39
# "experimental/pedometer"
41
40
"experimental/pedometer/example"
42
41
"experimental/varfont_shader_puzzle"
43
-
# TODO(ewindmill): whereNotNull deprecated in dart:collection
44
-
# "experimental/web_dashboard"
42
+
"experimental/web_dashboard"
45
43
"flutter_maps_firestore"
46
44
"form_app"
47
45
"game_template"
48
46
"gemini_tasks"
49
47
"google_maps"
50
48
"infinite_list"
51
-
# TODO(domesticmouse): The import of 'package:flutter/material.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/cupertino.dart'.
52
-
# "ios_app_clip"
49
+
"ios_app_clip"
53
50
"isolate_example"
54
-
# TODO(ewindmill): Color.red is deprecated and should be Color.r (same for green and blue)
0 commit comments