es_compression 0.9.7 copy "es_compression: ^0.9.7" to clipboard
es_compression: ^0.9.7 copied to clipboard

outdated

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

0.9.7 #

  • (Breaking Change: Codec Users) Removed (user-override library) path argument in constructors for BrotliCodec, Lz4Codec and ZstdCodec in favor of static getters/setters BrotliCodec.libraryPath, Lz4Codec.libraryPath, ZstdCodec.libraryPath.
  • Refactored open_library.dart by splitting out the various shared library resolving mechanisms into an ordered list of strategy objects.
  • Stubbed OpenViaPackageRelativeStrategy to more easily allow for use within flutter.
  • CMake corrections to allow for building Android shared libraries on Win/Clang/Ninja configurations.
  • Updated readme with more information on shared library resolution.

0.9.6 #

  • Refactored and provided stubs for native/js library import compat.
  • Additional comments.

0.9.5 #

  • Extended library export for direct access to encoder/decoder/version/option objects.
  • Visibility tweaks to library constants to resolve conflicts.
  • Fix broken links generated by dartdoc

0.9.4 #

  • Relaxed platform restrictions in shared library loader.
  • Cosmetic tweaks to README.md.

0.9.3 #

  • (Breaking Change: Codec Implementors) bool positionable param -> named param in CodecBuffer.resetRead() and CodecBuffer.resetWrite().
  • Tweaks based on feedback from effective_dart analysis.

0.9.2 #

  • Refactored and provided stubs for native/js library import compat.
  • Fix stats printing in escompress for sub-second conversions.

0.9.1 #

  • (Breaking Change: Codec Implementors) Removed class generic type from CodecFilter class.
  • Created extendable base class for FFI-based codec filters: NativeCodecFilterBase.
  • Created extendable base class for non-FFI codec filters: DartCodecFilterBase.
  • Refactored existing codec filters to subclass NativeCodecFilterBase and DartCodecFilterBase.
  • Fixed some minor issues with the README.

0.9.0 #

38
likes
0
pub points
82%
popularity

Publisher

verified publisherinstantiations.com

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, ffi

More

Packages that depend on es_compression