tree: 8143e72b015327cf54b30fa4a0bcde8b18ff9a3a [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 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>