We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various CFE messages should be tweaked a bit for Dart 3, now that sound null safety is required.
For example, A library can't opt out of null safety by default, when using sound null safety. could be just Library doesn't support null safety.
A library can't opt out of null safety by default, when using sound null safety.
Library doesn't support null safety.
The text was updated successfully, but these errors were encountered:
Took a stab at this in https://dart-review.googlesource.com/c/sdk/+/273844
Sorry, something went wrong.
9f2a622
mit-mit
No branches or pull requests
Various CFE messages should be tweaked a bit for Dart 3, now that sound null safety is required.
For example,
A library can't opt out of null safety by default, when using sound null safety.
could be justLibrary doesn't support null safety.
The text was updated successfully, but these errors were encountered: