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

Return progress based on bytes , not on files #59

Open savs90 opened 2 years ago

savs90 commented 2 years ago

Hello KineApps. I want to first thank you for this plugin. Is it possible instead of giving the progress based on the number of files that are already archived to the number of bytes that are already archived? The problem is that there are cases where we have a lot of many files (some KB) and just a few big ones (more than 300MB). This affects the progress in a not very user-friendly manner. Thanks in advance.