Steps to reproduce:
- Run
dart analyze or flutter analyze in the packages/flutter_tools directory
Expected results:
No issues found
Actual Results:
1636 issues found.
These all seem to be coming from the test/widget_preview_scaffold.shard directory. We should try to make sure that our tests are structures so as to keep the output of dart analyze or flutter analyze clean.
Steps to reproduce:
dart analyzeorflutter analyzein thepackages/flutter_toolsdirectoryExpected results:
No issues found
Actual Results:
1636 issues found.
These all seem to be coming from the
test/widget_preview_scaffold.sharddirectory. We should try to make sure that our tests are structures so as to keep the output ofdart analyzeorflutter analyzeclean.