brendan-duncan / archive

Dart library to encode and decode various archive and compression formats, such as Zip, Tar, GZip, ZLib, and BZip2.
MIT License
399 stars 139 forks source link

Version 3.3.8 Made Sqlite Database Corrupts After Extract #279

Open sepranashari opened 12 months ago

sepranashari commented 12 months ago

I was confusing because my app reporting that the sqlite file was corrupts. I use this package to extract the backed up data from server. Issue solved after downgrading the archive version to 3.3.7

brendan-duncan commented 12 months ago

Sorry about that. I did just fix an issue with extractFileToDisk in 3.3.9, where in 3.3.8 it caused some corrupt files. If there is any more info you can provide about your case, if it's related to that or not, please do let me know.

sepranashari commented 12 months ago

Happy to here that @brendan-duncan. This package is very helpful. So far, only that issue I found. I will let you know once I found the another.

Thank you.