tree: 2cff2d7375ee34364d33dc7693e3e3cbace5468b [path history] [tgz]
  1. bin/
  2. lib/
  3. test/
  4. .gitignore
  5. analysis_options.yaml
  6. CHANGELOG.md
  7. LICENSE
  8. pubspec.yaml
  9. README.md
pkg/dartfix/README.md

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>