import_converter 1.0.0+2 copy "import_converter: ^1.0.0+2" to clipboard
import_converter: ^1.0.0+2 copied to clipboard

A CLI program to convert package imports to path imports in Dart projects.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2023-03-28 #

Added #

  • Initial release of the import_converter package.
  • Functionality to convert package imports to path imports.
  • Functionality to revert path imports back to package imports.
  • Exclude files in the test folder from the import conversion process.
  • Retrieves the project name from the pubspec.yaml file.
  • Command-line options for specifying the path and revert action.

1.0.0+1 - 2023-03-28 #

Added #

  • Removed lib directory.

1.0.0+2 - 2023-03-28 #

Added #

  • Added executables to pubspec.yaml.
1
likes
160
points
1
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A CLI program to convert package imports to path imports in Dart projects.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, path, yaml

More

Packages that depend on import_converter