[analyzer] unused_import
not being triggered
#55483
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-warning
Issues with the analyzer's Warning codes
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Specifically in this file, unused
dart:lib
imports likedart:ffi
ordart:async
won't trigger theunused_import
lint. Unusedpackage:pkg/pkg.dart
andpath/to/file.dart
imports do trigger the lint correctly!The text was updated successfully, but these errors were encountered: