grpc-dart
grpc-dart copied to clipboard
Replace `package:archive` use by `dart:io` and `DecompressionStream`
To reduce dependencies, replace the gzip compression by dart:io on native and DecompressionStream on the web.
@mosuem This issue has been resolved in version 4.0.0. thank you.