drtimport 2.0.0 copy "drtimport: ^2.0.0" to clipboard
drtimport: ^2.0.0 copied to clipboard

discontinued

An cli app to help you refactor you dart libraries because VSCode won't.

2.0.0 #

Added logic to sort imports when we move a file. Change the paths to be relative to the root of the project to facilitate auto completion when moving files.

updated to dcli 0.28

1.0.7 #

Added logic to stop it setting non lib files to relative imports as these should always be package imports.

1.0.6 #

New command added drtimport relative which changes all local imports to relative imports as required by effective dart.

1.0.5 #

Fixed an logger override.

1.0.4 #

added example to make pub.dev happy.

1.0.3 #

Updated doco, remove lint warnings after upgrade.

1.0.2 #

Fixed a bug where local packages were not update as there were incorrectly tagged as external packages.

1.0.1 #

  • Initial release.

1.0.0 #

  • Initial version, created by Stagehand
2
likes
20
pub points
0%
popularity

Publisher

verified publisheronepub.dev

An cli app to help you refactor you dart libraries because VSCode won't.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, dcli, file_utils, intl, logger, path, pedantic, recase, yaml

More

Packages that depend on drtimport