dartfix 0.1.0 copy "dartfix: ^0.1.0" to clipboard
dartfix: ^0.1.0 copied to clipboard

discontinued
outdated

A tool for migrating Dart source to newer versions of the Dart SDK, and fixing common issues.

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>
7
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A tool for migrating Dart source to newer versions of the Dart SDK, and fixing common issues.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analysis_server_client, args, cli_util, path, pub_semver

More

Packages that depend on dartfix