unrar 0.1.2
unrar: ^0.1.2 copied to clipboard
A Dart FFI package for extracting RAR archives using the official UnRAR library from RARLab.
0.1.2 #
- Fixed some linking issues
0.1.1 #
- Updated to unrar 7.2.3
- Some changes to how the dynamic lib is found
- Still quite experimental
0.1.0 #
- Initial release
- Support for listing files in RAR archives
- Support for extracting files from RAR archives
- Support for testing archive integrity
- Uses Dart 3.10 build hooks for automatic compilation
- Cross-platform support (Windows, macOS, Linux)