archive
archive copied to clipboard
suport unrar that its open source
this is the best library to decompress files but the lack of rar suport make it limp a little, it will be amazing to get unrar functions
I can look into adding unrar
I'm making some progress on it, it's a mess of a format and not a lot of time to work on it. Work-in-progress is in the rar branch.
Amazing, I understand that not always one have the time to work in this kind of projects. So don't hurry. Thank for the great job!
Any progress on rar support? Must not be easy as it is a closed format
Bumping question regarding rar support. Is it something one can expect to arrive any time soon, or are there any obstacles? (apart from free time to work on the library)
Bumping the question regarding rar support.
Found this for related information about rar files : https://codedread.github.io/bitjs/docs/unrar.html and this android module can be converted to flutter plugin: https://github.com/junrar/junrar is there someone making progress for the same?
I am trying to convert the junrar to a flutter plugin, here is a very crude code I wrote that works :
https://github.com/syedecryptr/unrar_file
supports only up to rar4 since rar5 is not supported by junrar
I am trying to convert the junrar to a flutter plugin, here is a very crude code I wrote that works :
https://github.com/syedecryptr/unrar_file
supports only up to rar4 since rar5 is not supported by junrar
Now it supports RAR5 using custom dart code for decompressing it.
@syedecryptr does not support desktop Is there any way to extract rar file in Windows and mac?