a074bcf93c
Updates to dartfix for publication including: * add changelog, readme, and license * update pubspec version and executables along with a collection of smaller changes including: * test cleanup * remove duplicate time value from verbose output * read dartfix pubspec version and pass that to analysis server Change-Id: Ifa94df45e6cbcf9a98f7bf393c22e06eaab48c38 Reviewed-on: https://dart-review.googlesource.com/c/82240 Commit-Queue: Dan Rubel <danrubel@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
dartfix
dartfix is a tool for migrating Dart source to newer versions of the Dart SDK, and fixing common issues.
Usage
To activate the package
pub global activate dartfix
Once activated, dart fix can be run using
pub global run dartfix:fix <target directory>
or if you have setup your path to include the pub bin directory, then simply
dartfix <target directory>