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

zip extraction failed in iOS. #62

Closed ms-biztech closed 1 year ago

ms-biztech commented 1 year ago

Zip extraction failed in iOS. Exception PlatformException(UNZIP_ERROR, The file doesn’t exist., null, null) in android proper working.

kinex commented 1 year ago

See the error message in your log ( The file doesn’t exist.). This is not related to this plugin.