brendan-duncan / archive

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

add progress callback #272

Closed HannesGitH closed 1 year ago

HannesGitH commented 1 year ago

fixes #112

currently for compression of zips only

todo:

brendan-duncan commented 1 year ago

Sorry for the delay. Thanks for the update to add the progress callback.