mirror of https://github.com/grpc/grpc-dart.git
* Improve error handling 1) Let GrpcError implement exception As the user is (usually) expected to catch these they should implement Exception. There is a bigger clean-up in splitting off the GrpcError.internal as that seems to be for invariant violations 2) Convert some thrown strings into exceptions. |
||
---|---|---|
.github | ||
example | ||
interop | ||
lib | ||
test | ||
.gitignore | ||
.travis.yml | ||
AUTHORS | ||
CHANGELOG.md | ||
CODE-OF-CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
analysis_options.yaml | ||
build.yaml | ||
pubspec.yaml |
README.md
The Dart implementation of gRPC: A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.
Usage
See the Dart gRPC Quickstart.
grpc-web in a browser context is supported by
package:grpc/grpc-web.dart
.
Status
If you experience issues, or if you have feature requests, please open an issue.
Notes
This library requires Dart SDK version 2.2.0 or later.
It currently supports the Flutter and Dart native platforms.