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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,8 @@ declare -ar PROJECT_NAMES=(
49
49
"gemini_tasks"
50
50
"google_maps"
51
51
"infinite_list"
52
-
"ios_app_clip"
52
+
# 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'.
53
+
# "ios_app_clip"
53
54
"isolate_example"
54
55
# TODO(ewindmill): Color.red is deprecated and should be Color.r (same for green and blue)
0 commit comments