dart-sdk/pkg/dartfix
danrubel 93306f5ec0 Add dartfix integration test
... and update changelog and tweak SDK constraints

Change-Id: Ifb3e733b84c3aecad0ff8fe805f77ef497248f3b
Reviewed-on: https://dart-review.googlesource.com/c/86600
Commit-Queue: Dan Rubel <danrubel@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2018-12-17 04:37:07 +00:00
..
bin comment cleanup 2018-10-31 14:25:35 +00:00
example Add dartfix integration test 2018-12-17 04:37:07 +00:00
lib Add dartfix integration test 2018-12-17 04:37:07 +00:00
test Add dartfix integration test 2018-12-17 04:37:07 +00:00
.gitignore
analysis_options.yaml
CHANGELOG.md Add dartfix integration test 2018-12-17 04:37:07 +00:00
LICENSE Update dartfix package for publication 2018-10-31 17:36:51 +00:00
pubspec.yaml Add dartfix integration test 2018-12-17 04:37:07 +00:00
README.md Update dartfix to check analysis server protocol version 2018-11-19 21:14:28 +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>