Open
Description
This tracker is for issues related to: Analyzer
When I was adding .
to call some methods, the completion list displays normally, but after any characters are entered, all completion disappears.
From the first video, you can see when I entered an a
, the completion list disappeared immediately:
Kapture.2022-08-28.at.04.28.56.mp4
On Windows, code immediately reports exceptions:
dart-lang-linter.avoid_redundant_argument_values.dart.2022-08-28.04-10-17.mp4
But with the previous Dart SDK (from Flutter 3.0.5), it'll wait until the focus changes: