grpc_york 3.2.3
grpc_york: ^3.2.3 copied to clipboard
Dart implementation of gRPC, a high performance, open-source universal RPC framework. Support to run in HarmonyOS flutter, compatible with dart 2.19.6.
example/README.md
Four code examples are available:
-
helloworld: A demonstration of using the Dart gRPC library to perform unary RPs.
-
googleapis: A demonstration of using the Dart gRPC library to communicate with Google APIs.
-
metadata: A demonstration of how to handle custom metadata, cancellation, and timeouts in Dart gRPC.
-
route_guide: A demonstration of how to perform unary, client streaming, server streaming and full duplex RPCs.
For a complete, step-wise working example, see the Dart gRPC Quick Start.