brotli 0.6.0 brotli: ^0.6.0 copied to clipboard
Pure Dart Brotli decoder.
0.6.0 #
- Dart SDK >= 2.14
- Compound Dictionary
- Some fixes
0.5.0 #
- Null safety support
0.3.0+1 #
- Update documentation.
0.3.0 #
- Otimisations.
- New methods:
brotliDecode
anddecodeStream
. - Add
encoding
parameter todecodeToString
method.
0.2.2 #
- Bug fix.
0.2.1 #
- Bug fix.
0.2.0 #
- Implemented startChunkedConversion method.
0.1.1 #
- Added const variable to BrotliCodec class.
0.1.0+1 #
- Lint fixes.
0.1.0 #
- Initial version.