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

I can't extract this file success, Please help me #307

Closed comk closed 9 months ago

comk commented 9 months ago

43b761a04471fcd00eee33b3b103dbe4.zip

password : 123456

I got error "FormatException: Filter error, bad data", but I can extract successfully by local tool; use the extractFileToDisk method, file can be extract sucessfully, but it's content is empty (file size = 0).

tried version 3.3.1, 3.4.9

brendan-duncan commented 9 months ago

I pushed the fix to git. I'll get that published soon.

brendan-duncan commented 9 months ago

Fix is in 3.4.10

comk commented 9 months ago

Greatly thanks for fix and response !!!