-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P1A high priority bug; for example, a single project is unusable or has many test failuresA high priority bug; for example, a single project is unusable or has many test failuresanalyzer-analysis-optionslegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
Follow-up from: flutter/flutter#146506
Reproducing locally:
☁ super_editor [bcba7282] dart fix -n
Computing fixes in super_editor (dry run)... 69.0s
75 proposed fixes in 64 files.
example/lib/marketing_video/main_marketing_video.dart
unnecessary_cast • 1 fix
example/pubspec.yaml
MISSING_DEPENDENCY • 1 fix
... <snip>
To fix an individual diagnostic, run one of:
dart fix --apply --code=MISSING_DEPENDENCY
Next step is to figure out why we're detecting a MISSING_DEPENDENCY in example/pubspec.yaml.
/cc @keertip
Metadata
Metadata
Labels
P1A high priority bug; for example, a single project is unusable or has many test failuresA high priority bug; for example, a single project is unusable or has many test failuresanalyzer-analysis-optionslegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)