enable prefer_null_aware_operators (#77105)

This commit is contained in:
Michael Goderbauer
2021-03-02 16:14:03 -08:00
committed by GitHub
parent 8818840aa6
commit 6586a069bc
5 changed files with 5 additions and 7 deletions

View File

@@ -175,7 +175,7 @@ linter:
- prefer_is_not_operator
- prefer_iterable_whereType
# - prefer_mixin # https://github.com/dart-lang/language/issues/32
# - prefer_null_aware_operators # disable until NNBD, see https://github.com/flutter/flutter/pull/32711#issuecomment-492930932
- prefer_null_aware_operators
# - prefer_relative_imports # not yet tested
- prefer_single_quotes
- prefer_spread_collections