grpc / grpc-dart

The Dart language implementation of gRPC.
https://pub.dev/packages/grpc
Apache License 2.0
835 stars 256 forks source link

Replace `package:archive` use by `dart:io` and `DecompressionStream` #702

Open mosuem opened 2 months ago

mosuem commented 2 months ago

To reduce dependencies, replace the gzip compression by dart:io on native and DecompressionStream on the web.