print_remover 1.0.2 copy "print_remover: ^1.0.2" to clipboard
print_remover: ^1.0.2 copied to clipboard

print_remover remove all print() statement from the code.

Remove all print() in Project Files #

A simple and fast way to remove all print() statements from your Dart codebase, making the process of cleaning up your project effortless.

What It Does? #

  • ✅ Automatically removes all print() statements from all your Dart files.

How to Use? #

1. Add the print_remover package #

In your pubspec.yaml, add the following under the dev_dependencies section:

dev_dependencies:
  print_remover: ^1.0.2
copied to clipboard

2. Update dependencies #

Run the following command to fetch the latest dependencies:

flutter pub get
copied to clipboard

3. Run the print_remover #

Execute the following command to remove all print() statements from your project:

dart pub run print_remover
flutter pub run print_remover
copied to clipboard

Meta #

Created and maintained by Zakria Khan.
You can reach me through my social profiles:

Distributed under the MIT License.

12
likes
130
points
887
downloads

Publisher

verified publisherzakriakhan.com

Weekly Downloads

2024.07.16 - 2025.01.28

print_remover remove all print() statement from the code.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args

More

Packages that depend on print_remover