Skip to content

Remove *nullSafety*(Mode) from flutter_tools #162846

@matanlurey

Description

@matanlurey

I suspect in the last 16 months if folks are still seeing this at HEAD we would ... know something is horribly broken:

/// Display a message describing the current null safety runtime mode
/// that was selected.
///
/// This is similar to the run message in run_hot.dart
@protected
void displayNullSafetyMode(BuildInfo buildInfo) {
if (buildInfo.nullSafetyMode != NullSafetyMode.sound) {
logger.printStatus('');
logger.printStatus('Building without sound null safety ⚠️', emphasis: true);
logger.printStatus(
'Dart 3 will only support sound null safety, see https://dart.dev/null-safety',
);
}
logger.printStatus('');
}

There are still artifacts from #118810, basically.

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.team-toolOwned by Flutter Tool team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions