mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Due to a bug in analyzer [1], some unused imports are not reported when multiple import directives share a prefix name, and one or more are unused. [1] https://github.com/dart-lang/sdk/issues/38784