brendan-duncan / archive

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

fix: nested zipDirectory filename causes zipping corrupted zip #298

Closed alestiago closed 10 months ago

alestiago commented 11 months ago

Resolves #297

This change can be considered as a breaking change for those users that were using the .zipDirectory or .zipDirectoryAsync incorrectly.

alestiago commented 10 months ago

@brendan-duncan any chance I can get a code review?

brendan-duncan commented 10 months ago

Thanks for the reminder