async_zip 0.0.3
async_zip: ^0.0.3 copied to clipboard
A Flutter plugin to asynchronously read and write Zip files.
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