flutter_archive 0.0.2 flutter_archive: ^0.0.2 copied to clipboard
Create and extract ZIP archive files in Android and in iOS.
flutter_archive #
Create and extract ZIP archive files. Uses Android/Apple platform APIs for high performance and optimal memory usage.
Features #
- Supports Android and iOS.
- Modern plugin implementation based on Kotlin (Android) and Swift (iOS).
- Zip files in a directory (recursively or not).
- Zip a given list of files.
- Unzip an archive file to a given directory.
Example #
See example application.