dart-archive / dart2_fix

A tool to migrate API usage to Dart 2
https://pub.dartlang.org/packages/dart2_fix
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

dart2_fix doesn't work on single files #37

Open leafpetersen opened 6 years ago

leafpetersen commented 6 years ago

It would be convenient to be able to run dart2_fix on a single file, rather than a directory, since sometimes (e.g. in sdk tests) there are broken dart files in the same directory with valid code.