What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 1.7 years
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
5 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
5 releases · Aug 2021 to May 2023
2022
2023
2024
2025
2026
Releases
latest 5-
0.1.026 May 2023Release notes
Open source →- Add functions to extract an archive into a directory.
- Rename classes to be more Dart idiomatic:
ZipFileReaderbecomesZipFileReaderSyncZipFileReaderAsyncbecomesZipFileReaderZipFileWriterbecomesZipFileWriterSyncZipFileWriterAsyncbecomesZipFileWriter
-
0.0.420 May 2023Release notes
Open source →Instead of interpreting the zero timestamp value as 1979-11-30 00:00:00
the current timestamp used.Release notes
Open source →- 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.302 May 2023Release notes
Open source →- 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.204 Aug 2021Release notes
Open source →- 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.
- 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
-
0.0.103 Aug 2021Release notes
Open source →- Initial release with support for reading and writing Zip files synchronously and asynchronously.