comments_remover 1.0.2
comments_remover: ^1.0.2 copied to clipboard
A command-line tool to remove comments from Dart files in a Flutter project.
1.0.0 #
Initial release of Comments Remover with the following features:
- Remove single-line comments (//)
- Remove multi-line comments (/* */)
- Process single files or entire directories
- Command-line interface with flexible options
- Comprehensive test suite
- Detailed documentation
1.0.1 #
Update Readme file
1.0.2 #
The package now removes the entire line if it has comments avoiding big blocks of empty lines