flutter_archive 1.0.2 copy "flutter_archive: ^1.0.2" to clipboard
flutter_archive: ^1.0.2 copied to clipboard

outdated

Create and extract ZIP archive files in Android and in iOS. Zip all files in a directory recursively or a given list of files.

1.0.2 #

  • [Android] Fixed: java.lang.ClassCastException: java.util.zip.ZipFile cannot be cast to java.io.Closeable occurring if API level < 19

1.0.1 #

  • Fixed "MissingPluginException"

1.0.0 #

  • Renamed FlutterArchive as ZipFile, renamed also methods
  • Support for progress reporting in unzip (ZipFile.extractToDirectory)
  • Added support for including base directory name to file paths
  • [iOS] Upgraded to ZIPFoundation 0.9.11

0.1.4 #

  • [Android] Fixed: unzipping some files could fail to "java.util.zip.ZipException: invalid stored block lengths"
  • [Android] Fixed: any thrown exception during zip/unzip caused crash

0.1.3 #

  • [Android] Improved error handling.

0.1.2 #

  • [iOS] Zip/unzip files in a background thread to keep UI more responsive.

0.1.1+1 #

  • Minor cleanup.

0.1.1 #

  • Added support for Android V2 embedding.

0.1.0 #

  • Updated public API.
  • Improved documentation.
  • Added code samples.

0.0.2 #

  • Documented public APIs and updated README.md.

0.0.1 #

  • Initial release.
155
likes
0
pub points
98%
popularity

Publisher

verified publisherkineapps.com

Create and extract ZIP archive files in Android and in iOS. Zip all files in a directory recursively or a given list of files.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_archive