es_compression_grpc 1.0.0 copy "es_compression_grpc: ^1.0.0" to clipboard
es_compression_grpc: ^1.0.0 copied to clipboard

gRPC compression support for Brotli, Lz4, and Zstd (Zstandard) using the es_compression Dart library

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add es_compression_grpc

With Flutter:

 $ flutter pub add es_compression_grpc

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  es_compression_grpc: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:es_compression_grpc/es_compression_grpc.dart';
3
likes
140
pub points
16%
popularity

Publisher

verified publisherinstantiations.com

gRPC compression support for Brotli, Lz4, and Zstd (Zstandard) using the es_compression Dart library

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

es_compression, grpc

More

Packages that depend on es_compression_grpc