You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 DotNetZip library for C#. This library is not only capable of reading or writing Zip-files, but also offers support for stream based compression.
I'm working on getting extraction & creation to work, will probably update/push changes this week. I wrote CRC32 library week ago and put it here on Github, I needed it for this library. Let's see if Deflate or GZip Dart modules exist or if I have to write them as well.
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 DotNetZip library for C#. This library is not only capable of reading or writing Zip-files, but also offers support for stream based compression.
http://dotnetzip.codeplex.com/
The text was updated successfully, but these errors were encountered: