syedecryptr

Results 16 comments of syedecryptr
trafficstars

Dear development team, Are there any plans to start support Rar version 5 in the near future?

@aomsweet I have not checked it by running but it seems this project is trying to achieve the same thing you describing? using UnRAR with jni, also not sure does...

Made a flutter plugin to unrar a file, up to RAR4 used junrar and for RAR5 used custom dart code if interested check : https://github.com/syedecryptr/unrar_file

> this is based on folio and as far as i have understood, > you need to make changes to that library. > if anyone know i am wrong, please...

> > > this is based on folio and as far as i have understood, > > > you need to make changes to that library. > > > if...

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...

I am trying to convert the [junrar](https://github.com/junrar/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...

> I am trying to convert the [junrar](https://github.com/junrar/junrar) to a flutter plugin, here is a very crude code I wrote that works : > > https://github.com/syedecryptr/unrar_file > > supports only...

No conflicts, works perfectly fine on Android Studio 4.0, thanks a ton for this.