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

Compression rate #69

Open delfme opened 1 year ago

delfme commented 1 year ago

Hello, I dont see the parameter to set compression rate. Is that feature supported?

I need to zip a folder with many files, zip is needed only to upload folder in one step and my requirement is just to zip it as fast as possible (only archive, no compression).

Is that doable?