google / tuneup.dart

A command-line tool to manipulate and inspect your Dart projects.
https://pub.dev/packages/tuneup
BSD 3-Clause "New" or "Revised" License
52 stars 12 forks source link

Tuneup shows unused imports (info) while dartanalyzer doesn't #41

Closed zoechi closed 7 years ago

zoechi commented 8 years ago

The unused imports are worked around by using Dartdoc comments For example this line https://github.com/bwu-dart/bwu_bind_html/blob/611a99c0c79c3fd3d367675ee308fec619c7b5b5/test/bwu_bind_html_test.dart#L11 and the comment two lines below

devoncarew commented 7 years ago

Should be fixed by the 0.3.0 version.