grpc-dart/example
Devon Carew 4e35b1689d
update deps; simplify analysis options (#790)
* update deps; simplify analysis options

* update package version

* require dart 3.8; upgrade other deps

* dartfmt

---------

Co-authored-by: Moritz <mosum@google.com>
2025-06-20 17:27:49 +02:00
..
googleapis update deps; simplify analysis options (#790) 2025-06-20 17:27:49 +02:00
grpc-web update deps; simplify analysis options (#790) 2025-06-20 17:27:49 +02:00
helloworld update deps; simplify analysis options (#790) 2025-06-20 17:27:49 +02:00
metadata update deps; simplify analysis options (#790) 2025-06-20 17:27:49 +02:00
route_guide update deps; simplify analysis options (#790) 2025-06-20 17:27:49 +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.