brendan-duncan / archive

Dart library to encode and decode various archive and compression formats, such as Zip, Tar, GZip, ZLib, and BZip2.
MIT License
399 stars 139 forks source link

zipDirectory in ZipFileEncoder doesn't pass onProgress to addDirectory #289

Closed sevenzees closed 11 months ago

sevenzees commented 11 months ago

zipDirectory in ZipFileEncoder doesn't pass onProgress to addDirectory. zipDirectory progress notification is broken currently. Proposed fix is shown in image below:

image