es_compression icon indicating copy to clipboard operation
es_compression copied to clipboard

Compression framework for Dart providing FFI implementations for Brotli, Lz4, Zstd (Zstandard) with ready-to-use prebuilt binaries for Win/Linux/Mac.

Results 2 es_compression issues
Sort by recently updated
recently updated
newest added

I added the `esbrotli-mac64.dylib` in Pod file ``` s.vendored_libraries = 'esbrotli-mac64.dylib' ``` The following error will throw when building ``` ld: library not found for -lesbrotli-mac64 clang: error: linker command...