instantiations / es_compression

Compression framework for Dart providing FFI implementations for Brotli, Lz4, Zstd (Zstandard) with ready-to-use prebuilt binaries for Win/Linux/Mac.
https://www.instantiations.com
BSD 3-Clause "New" or "Revised" License
41 stars 8 forks source link

gzip for flutter ? #30

Closed lucasdidur closed 2 years ago

lucasdidur commented 2 years ago

How can I use gzip decode in flutter?

sethloco commented 2 years ago

Hello,

I would look to the Dart sdk and related flutter resources for gzip decoding functionality. GZipCodec

This library does not handle gzip since it was already provided in the Dart sdk.