async_zip 0.0.4 copy "async_zip: ^0.0.4" to clipboard
async_zip: ^0.0.4 copied to clipboard

A Flutter plugin to asynchronously read and write Zip files.

0.0.4 #

  • Update C library to version 0.2.6
  • Change behavior of C library for Zip entries without a timestamp. Instead of interpreting the zero timestamp value as 1979-11-30 00:00:00 the current timestamp used.

0.0.3 #

  • Remove unnecessary imports in order to satisfy static analyzer.
  • Update dependencies
  • Fix async example in README.md and use ZipFileWriterAsync instead of ZipFileWriter (thank you ioridev)
  • Migrate Android code to SDK and API 33

0.0.2 #

  • Reformat source files with a line length of 80 characters and increase the length of the description in pubspec.yaml to increase the package score on pub.dev.

0.0.1 #

  • Initial release with support for reading and writing Zip files synchronously and asynchronously
13
likes
140
pub points
81%
popularity

Publisher

verified publisherperron2.ch

A Flutter plugin to asynchronously read and write Zip files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

ffi, flutter

More

Packages that depend on async_zip