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

outdated

print_remover pacakges will help you delete all the print statement from your code.

Remove all print() in project files #

Remove all print() used in the project instead of looking and removing all print used in the dart code manually. It makes the process very easy and fast.

What It does? #

  • ✅ remove print(); from all of your dart files

How to Use? #

Add Change App Package Name to your pubspec.yaml in dev_dependencies: section.

dev_dependencies:
  print_remover: ^1.0.0

Update dependencies

flutter pub get

Run this command to change the package name.

flutter pub run print_remover:main

Meta #

Zakria khan

Distributed under the MIT license.

https://github.com/atiqsamtia/change_app_package_name

13
likes
0
points
589
downloads

Publisher

verified publisherzakriakhan.com

Weekly Downloads

print_remover pacakges will help you delete all the print statement from your code.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on print_remover