print_slayer 1.0.1
print_slayer: ^1.0.1 copied to clipboard
A simple dart package for removing all print() statements from your code.
All notable changes to the print_slayer
package will be documented in this file.
1.0.1 - 2023-12-26 #
- Added Code formatting after removing print statements.
1.0.0 - 2023-07-17 #
- Initial version.
- Added functionality to remove print statements from Dart source code files.
- Command-line interface (CLI) for easy execution.
- Optional ability to ignore specific files during the cleanup process.