DartZip icon indicating copy to clipboard operation
DartZip copied to clipboard

A zip parser, reader and generator written in pure Dart. It is memory efficient, requiring the minimum amount of memory to, for example, extract files.

Results 3 DartZip issues
Sort by recently updated
recently updated
newest added

You want to register library here? https://pub.dartlang.org/. It's live ~ Also, official Dart team hasn't provide ZipCodec yet, only GZip.

Looking forward to seeing this library develop. :)

Hi, this is more like a feature request. I hope you can extend this library to a full features zip library with Deflate and GZip support, something similar like the...