grpc-dart/example
Slava Egorov 9a0b4642ef
Allow 4.0.0 version for protobuf dependency and prepare to release 4.0.3 (#774)
Fixes https://github.com/grpc/grpc-dart/issues/768
2025-03-31 15:42:24 +02:00
..
googleapis Allow 4.0.0 version for protobuf dependency and prepare to release 4.0.3 (#774) 2025-03-31 15:42:24 +02:00
grpc-web Allow 4.0.0 version for protobuf dependency and prepare to release 4.0.3 (#774) 2025-03-31 15:42:24 +02:00
helloworld Allow 4.0.0 version for protobuf dependency and prepare to release 4.0.3 (#774) 2025-03-31 15:42:24 +02:00
metadata Allow 4.0.0 version for protobuf dependency and prepare to release 4.0.3 (#774) 2025-03-31 15:42:24 +02:00
route_guide Allow 4.0.0 version for protobuf dependency and prepare to release 4.0.3 (#774) 2025-03-31 15:42:24 +02:00
README.md Typo Correction in README.md (#695) 2024-04-15 09:53:00 +02:00

README.md

Four code examples are available:

  1. helloworld: A demonstration of using the Dart gRPC library to perform unary RPCs.

  2. googleapis: A demonstration of using the Dart gRPC library to communicate with Google APIs.

  3. metadata: A demonstration of how to handle custom metadata, cancellation, and timeouts in Dart gRPC.

  4. 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.