archive icon indicating copy to clipboard operation
archive copied to clipboard

suport unrar that its open source

Open rurickdev opened this issue 5 years ago • 9 comments

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

rurickdev avatar Apr 05 '19 21:04 rurickdev

I can look into adding unrar

brendan-duncan avatar Apr 10 '19 03:04 brendan-duncan

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.

brendan-duncan avatar Apr 12 '19 05:04 brendan-duncan

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!

rurickdev avatar Apr 13 '19 14:04 rurickdev

Any progress on rar support? Must not be easy as it is a closed format

neckaros avatar May 16 '20 09:05 neckaros

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)

materka avatar Jun 27 '20 09:06 materka

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?

syedecryptr avatar Dec 14 '20 13:12 syedecryptr

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

syedecryptr avatar Dec 15 '20 06:12 syedecryptr

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 avatar Dec 28 '20 07:12 syedecryptr

@syedecryptr does not support desktop Is there any way to extract rar file in Windows and mac?

MohammedSalehelShazly avatar Sep 07 '23 14:09 MohammedSalehelShazly