I've been looking for just this for a Flutter based Comic Book reader I'm trying to write BUT for the best support I should support cbz and cbr files which are zip and rar archives respectively just renamed to represent the fact that they contain images for a comic book reader and possible a metadata.xml.
This should solve my zip use case but as far as I can tell the only packages that support RAR files atm (https://github.com/syedecryptr/unrar_file) only supports unpacking the entire file and that seems redundant when using them as a way to save space. I may be wrong but I can only assume most readers parse both archives like this package allows! So if there is any chance you would consider adding rar archive reading support that would be amazing! I don't need to make rar archives I just need to read them preferably without unpacking.
I've been looking for just this for a Flutter based Comic Book reader I'm trying to write BUT for the best support I should support cbz and cbr files which are zip and rar archives respectively just renamed to represent the fact that they contain images for a comic book reader and possible a metadata.xml.
This should solve my zip use case but as far as I can tell the only packages that support RAR files atm (https://github.com/syedecryptr/unrar_file) only supports unpacking the entire file and that seems redundant when using them as a way to save space. I may be wrong but I can only assume most readers parse both archives like this package allows! So if there is any chance you would consider adding rar archive reading support that would be amazing! I don't need to make rar archives I just need to read them preferably without unpacking.