kineapps / flutter_archive

Flutter plugin for creating and extracting ZIP files.
https://pub.dev/packages/flutter_archive
BSD 3-Clause "New" or "Revised" License
59 stars 44 forks source link

deps: update dependency ZIPFoundation to 0.9.13 #47

Closed Senne021 closed 2 years ago

Senne021 commented 2 years ago

Update the ZIPFoundation dependency to version 0.9.13. The deployment target was bumped to 12.0. The reason behind that update is to fix some unzipping issues on iOS with .msa files.

kinex commented 2 years ago

Thanks for the PR. Only problem is the deployment target. For example my own app targets iOS 10. Are there any workarounds to support also older OS versions?

Senne021 commented 2 years ago

You can either use an older version of flutter_archive or refer to a special commit like this:

    flutter_archive:
      git:
        url: git://github.com/kineapps/flutter_archive.git
        ref: 1cbc4f3bc0c8427b4c3ecda4c7bf374116a74b1e
Senne021 commented 2 years ago

@kinex is there any progress on this issue / PR? The Zip foundation was already requested by other users too (see issue 48).

kinex commented 2 years ago

Sorry for the delay. I will merge this now and publish soon.