Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Build break channel dev #561

Closed
jwinarske opened this issue Dec 3, 2021 · 1 comment
Closed

Build break channel dev #561

jwinarske opened this issue Dec 3, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@jwinarske
Copy link

Describe the bug

Build break introduced with #560

Flutter Channel dev

1182
|   ╔════════════════════════════════════════════════════════════════════════════╗
1183
|   ║                 Welcome to Flutter! - https://flutter.dev                  ║
1184
|   ║                                                                            ║
1185
|   ║ The Flutter tool uses Google Analytics to anonymously report feature usage ║
1186
|   ║ statistics and basic crash reports. This data is used to help improve      ║
1187
|   ║ Flutter tools over time.                                                   ║
1188
|   ║                                                                            ║
1189
ERROR: Task (/__w/meta-flutter/agl-master-qemu/external/meta-flutter/recipes-graphics/flutter-apps/flutter-gallery_git.bb:do_compile) failed with exit code '1'
1190
|   ║ Flutter tool analytics are not sent on the very first run. To disable      ║
1191
|   ║ reporting, type 'flutter config --no-analytics'. To display the current    ║
1192
|   ║ setting, type 'flutter config'. If you opt out of analytics, an opt-out    ║
1193
|   ║ event will be sent, and then no further information will be sent by the    ║
1194
|   ║ Flutter tool.                                                              ║
1195
|   ║                                                                            ║
1196
|   ║ By downloading the Flutter SDK, you agree to the Google Terms of Service.  ║
1197
|   ║ Note: The Google Privacy Policy describes how data is handled in this      ║
1198
|   ║ service.                                                                   ║
1199
|   ║                                                                            ║
1200
|   ║ Moreover, Flutter includes the Dart SDK, which may send usage metrics and  ║
1201
|   ║ crash reports to Google.                                                   ║
1252
| lib/pages/settings.dart:256:26: Error: The getter 'secondaryContainer' isn't defined for the class 'ColorScheme'.
1253
|  - 'ColorScheme' is from 'package:flutter/src/material/color_scheme.dart' ('../recipe-sysroot-native/usr/share/flutter/sdk/packages/flutter/lib/src/material/color_scheme.dart').
1254
| Try correcting the name to the name of an existing getter, or defining a getter or field named 'secondaryContainer'.
1255
|       color: colorScheme.secondaryContainer,
1256
|                          ^^^^^^^^^^^^^^^^^^
1257
| lib/studies/reply/app.dart:177:7: Error: No named parameter with the name 'primaryContainer'.
1258
|       primaryContainer: ReplyColors.blue800,
1259
|       ^^^^^^^^^^^^^^^^
1260
| ../recipe-sysroot-native/usr/share/flutter/sdk/packages/flutter/lib/src/material/color_scheme.dart:50:9: Context: Found this candidate, but the arguments don't match.
1261
|   const ColorScheme.light({
1262
|         ^^^^^^^^^^^^^^^^^
1263
| lib/studies/reply/app.dart:224:7: Error: No named parameter with the name 'primaryContainer'.
1264
|       primaryContainer: ReplyColors.blue300,
1265
|       ^^^^^^^^^^^^^^^^
1266
| ../recipe-sysroot-native/usr/share/flutter/sdk/packages/flutter/lib/src/material/color_scheme.dart:80:9: Context: Found this candidate, but the arguments don't match.
1267
|   const ColorScheme.dark({
1268
|         ^^^^^^^^^^^^^^^^
1269
| lib/studies/starter/app.dart:36:11: Error: No named parameter with the name 'primaryContainer'.
1270
|           primaryContainer: Color(0xFF3700B3),
1271
|           ^^^^^^^^^^^^^^^^
1272
| ../recipe-sysroot-native/usr/share/flutter/sdk/packages/flutter/lib/src/material/color_scheme.dart:20:9: Context: Found this candidate, but the arguments don't match.
1273
|   const ColorScheme({
1274
|         ^^^^^^^^^^^
1275
| lib/demos/reference/transformations_demo_edit_board_point.dart:30:40: Error: The getter 'primaryContainer' isn't defined for the class 'ColorScheme'.
1276
|  - 'ColorScheme' is from 'package:flutter/src/material/color_scheme.dart' ('../recipe-sysroot-native/usr/share/flutter/sdk/packages/flutter/lib/src/material/color_scheme.dart').
1277
| Try correcting the name to the name of an existing getter, or defining a getter or field named 'primaryContainer'.
1278
|       GalleryThemeData.darkColorScheme.primaryContainer,
1279
|                                        ^^^^^^^^^^^^^^^^
@jwinarske jwinarske added the bug Something isn't working label Dec 3, 2021
jwinarske added a commit to meta-flutter/meta-flutter that referenced this issue Dec 3, 2021
jwinarske added a commit to meta-flutter/meta-flutter that referenced this issue Dec 3, 2021
@guidezpl
Copy link
Member

guidezpl commented Dec 3, 2021

@guidezpl guidezpl closed this as completed Dec 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants