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

How to extract password protected zip file #33

Closed FirozRangrez closed 3 years ago

FirozRangrez commented 3 years ago

I can't find any documentation or any example where i can pass password as a parameter and extract the file.

Is password protected file is supported in this package?

kinex commented 3 years ago

It is not supported. I have no plans to support it but PRs are welcome.