[null-safety] enable null safety#69440
Conversation
|
mac_build_tests has passed but not phoned home yet, landing |
|
This broke the CI for flutter/plugins (as not all plugins are migrated to null safety yet), how should we go about it? (example of broken CI task: https://github.com/flutter/plugins/pull/3238/checks?check_run_id=1334613813 ) |
|
I don't understand that log at the moment. It looks to me as if the plugins are correctly opted out, and should see no new errors. What is the exact command that is running (including the exact paths)? |
|
I can reproduce the errors locally by running |
|
@amirh does a .dart_tool/package_config.json file exist in that directory? If so, what are the contents? If not, did you/can you run pub get (or flutter packages get, I think it may be for flutter)? |
|
@zanderso found the issue - the example directory has its own pubspec.yaml, which has no missing sdk constraint. |
|
Thanks! Should we be worried about the ecosystem taking a similar hit with the next flutter release? |
|
I ran some stats and filed dart-lang/sdk#44013 for a follow-up discussion. |
Description
Roll to null-safe by default Dart