grpc / grpc-dart

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

Is there an equivalent of Java's NettyChannelBuilder? #609

Closed juskek closed 1 year ago

juskek commented 1 year ago

Hi there,

I am new to this package and was just wondering if there was an equivalent of java-grpc's NettyChannelBuilder

Thank you!

mraleph commented 1 year ago

There is no equivalent. You just create ClientChannel instances directly.