tree: 48d2c47305f4475bf985d54c8a7c5e5d4075550c [path history] [tgz]
  1. bin/
  2. example/
  3. lib/
  4. test/
  5. .gitignore
  6. analysis_options.yaml
  7. CHANGELOG.md
  8. LICENSE
  9. pubspec.yaml
  10. 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 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>