-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
legacy-area-front-endLegacy: Use area-dart-model instead.Legacy: Use area-dart-model instead.
Description
The message here uses internal language:
"Error: A library can't opt out of non-nullable by default, when in nnbd-strong mode"
https://github.com/dart-lang/sdk/blob/master/pkg/front_end/messages.yaml#L1189
Please change this to use the external terms (sound null safety for strong, unsound null safety for weak, null safety for non-nullable):
"Error: A library can't opt out of null safety by default, when in using sound null safety"
A code search in the source shows several uses of the terms 'nndb-strong' and 'non-nullable' beyond this one.
Metadata
Metadata
Assignees
Labels
legacy-area-front-endLegacy: Use area-dart-model instead.Legacy: Use area-dart-model instead.