dart analyze
error with latest Flutter SDK
#57022
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P1
A high priority bug; for example, a single project is unusable or has many test failures
triage-automation
See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
First noticed on this PR flutter/devtools#8504, which upgrades the version of Flutter that DevTools is built with to
55c026a2304d9e0d8acc9f3843ee5900fabf96b4
.Repro steps:
devtools/packages/devtools_app
directory, rundart analyze .
(provided that which dart points to the Dart from the Flutter SDK you just checked out flutter/bin/dart).This may reproduce on other Dart or Flutter projects, but the DevTools repo has a consistent repro.
The text was updated successfully, but these errors were encountered: