kineapps / flutter_archive

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

Created ZIP is not supported on macbook #35

Closed ABHISHEK-360 closed 3 years ago

ABHISHEK-360 commented 3 years ago

MacOs archive utility is unable to expand with error "unsupported format" abcd.zip

kinex commented 3 years ago

It looks like some other app has modified the file by adding there some header data. If you remove the header (use a text editor), the zip can be opened normally. So I don't think the issue is related to this plugin.