Files
sdk/pkg/dartfix
danrubel ebeae74390 Update version before publishing
Change-Id: Ia83e7226715ad1469d51e443a6a24505da71660a
Reviewed-on: https://dart-review.googlesource.com/c/84941
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Dan Rubel <danrubel@google.com>
2018-11-20 18:54:43 +00:00
..
2018-10-31 14:25:35 +00:00
2018-11-20 17:47:27 +00:00
2018-11-20 17:47:27 +00:00
2018-11-20 18:54:43 +00:00
2018-10-31 17:36:51 +00:00
2018-11-20 18:54:43 +00:00

dartfix

dartfix is a tool for migrating Dart source to newer versions of the Dart SDK, and fixing common issues including:

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>