kineapps / flutter_archive

Flutter plugin for creating and extracting ZIP files.
https://pub.dev/packages/flutter_archive
BSD 3-Clause "New" or "Revised" License
59 stars 44 forks source link

Disable logs #39

Open Androz2091 opened 3 years ago

Androz2091 commented 3 years ago

It would be nice to be able to disable unzip logs. for huge files it spams the terminal

kinex commented 3 years ago

Do you mean in debug build? In Android release build you should configure this in your "proguard-rules.pro".

Androz2091 commented 3 years ago

Thank you for your answer, yes, when using flutter run I get a lot of debug logs. Your suggestion works only for releases, right?

appsmatics commented 2 years ago

Hi, We are using VSCode. could you enable an env variable or something other than prouard-rules.pro ? (Would be great if the default is verbose off in release mode and maybe enable it only in debug mode). Ideally controlled by some flag in the debug case also. Thanks much !

Scholar01 commented 9 months ago

I also wish it was possible to disable logging in vscode