brendan-duncan / archive

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

Make zipDirectory an async function in order to await addDirectory #293

Closed sevenzees closed 3 months ago

sevenzees commented 9 months ago

BREAKING CHANGE: zipDirectory must now be called from within an async function and awaited. See issue: https://github.com/brendan-duncan/archive/issues/292

brendan-duncan commented 3 months ago

I'm going to close this PR. I'm in the process of doing a major breaking-change version update in the 4.0 branch, https://github.com/brendan-duncan/archive/tree/4.0, and I'm trying to clean up all the async code there.