dart:async is optional in Flutter but not in the 2.0.0 SDK #34972
Labels
legacy-area-analyzer
Use area-devexp instead.
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
The 2.0.0 analyzer will catch usages of
dart:async
that are missing an import, but the Dart SDK provided by Flutter seems to allow it. This forces users to switch back and forth between SDKs when developing for Flutter and webThe text was updated successfully, but these errors were encountered: