Closed
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