-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: null-safetySupport for Dart's null safety featureSupport for Dart's null safety featurecustomer: galleryRelating to flutter/gallery repository. Please transfer non-framework issues there.Relating to flutter/gallery repository. Please transfer non-framework issues there.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.
Description
This is a companion issue to dart-lang/sdk#49169; this tracks making the various flutter/ github repos sound null safe. This means the code both needs to be converted to a min. SDK dep of Dart 2.12, and, not exclude any files from null safety (i.e., via a language tag in the file).
This issue is meant to track the remaining tech debt towards getting the repos sound null safe (i.e., tests which were excluded from null safety during an initial conversion, ...). Exclusions which are intentional - for example, exclusions to specifically test the behavior of pre-null-safe code - aren't meant to be tracked as part of this issue.
Repos
- flutter/samples - no exclusions
- flutter/website - no exclusions
- flutter/codelabs - no exclusions
- Address null safety exclusions in flutter/packages #110024
- Address null safety exclusions in flutter/plugins #110017
- Address null safety exclusions in flutter/gallery gallery#752
- Address null safety exclusions in flutter/devtools devtools#4399
- Address null safety exclusions in flutter/flutter #110021
- Migrate flutter CLI tool to null safety #71511
- Address null safety exclusions in flutter/engine #110020
gustav3d and goderbauer
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: null-safetySupport for Dart's null safety featureSupport for Dart's null safety featurecustomer: galleryRelating to flutter/gallery repository. Please transfer non-framework issues there.Relating to flutter/gallery repository. Please transfer non-framework issues there.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.