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.
- remove print(); from all of your dart files
Add Change App Package Name to your pubspec.yaml
in dev_dependencies:
section.
dev_dependencies:
print_remover: ^1.0.1
Update dependencies
flutter pub get
Run this command to change the package name.
flutter pub run print_remover:main
Zakria khan
Distributed under the MIT license.