import_converter 1.0.0+2
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
testfolder from the import conversion process. - Retrieves the project name from the
pubspec.yamlfile. - Command-line options for specifying the path and revert action.