betto_zstd 0.1.0-dev.3
betto_zstd: ^0.1.0-dev.3 copied to clipboard
A Zstandard (Zstd) compression library for Dart. Supports native platforms via FFI and the web platform via an Emscripten-compiled WASM module.
0.1.0-dev.3 #
Minor fix to .pubignore as publishing needed the third_party/ dir
0.1.0-dev.2 #
Fixes to repair poor pub.dev score:
- Fix
.pubignoreincorrectly excludinglib/src/from the published package. - Declare platform support for Android, iOS, Linux, macOS, Windows, and Web.
- Update
hooksto^2.0.0,native_toolchain_cto^0.19.0,code_assetsto^1.2.0. - Suppress ffigen-generated file warnings from pub.dev static analysis.
0.1.0-dev.1 #
- Initial version.