grpc / grpc-dart

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

Update interop to null-safe grpc-dart #448

Closed iinozemtsev closed 3 years ago

iinozemtsev commented 3 years ago

Also replace dependency_overrides with published versions

interop generated sources were regenerated using yet unmerged version of protoc_plugin (see https://github.com/dart-lang/protobuf/pull/466)

After this change I could run gRPC interop tests locally

iinozemtsev commented 3 years ago

@mraleph could you please take a look? This should fix https://github.com/grpc/grpc-dart/issues/440 once this PR and https://github.com/grpc/grpc/pull/25316 are merged

iinozemtsev commented 3 years ago

oh, that was fast, thanks! Could you merge it?