print_slayer 1.1.0 copy "print_slayer: ^1.1.0" to clipboard
print_slayer: ^1.1.0 copied to clipboard

A simple dart package for removing all print() and debugPrint() statements from your code.

All notable changes to the print_slayer package will be documented in this file.

[1.1.0] - 2024-4-4 #

  • Implemented option to include debugPrint
  • Fixed bug in code formatting

[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.
  • Added functionality to remove debugPrint statements.
6
likes
160
points
337
downloads

Publisher

unverified uploader

Weekly Downloads

A simple dart package for removing all print() and debugPrint() statements from your code.

Repository (GitHub)

Topics

#cleancode #print-remover #debugging #dart

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, path

More

Packages that depend on print_slayer