grpc / grpc-dart

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

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

Open mosuem opened 7 months ago

mosuem commented 7 months ago

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

utamori commented 2 months ago

@mosuem This issue has been resolved in version 4.0.0. thank you.