mirror of https://github.com/grpc/grpc-dart.git
To create an alternate implementation of ClientChannel, we currently need to import symbols from lib/src which are "private" to the package. This change exports them as part of the public API. |
||
|---|---|---|
| .github | ||
| example | ||
| interop | ||
| lib | ||
| test | ||
| .gitignore | ||
| .travis.yml | ||
| AUTHORS | ||
| CHANGELOG.md | ||
| CODE-OF-CONDUCT.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| MAINTAINERS.md | ||
| 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 Quick Start.
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.
Note that we have limited bandwidth to accept PRs, and that all PRs will require signing the EasyCLA.
Notes
This library requires Dart SDK version 2.2.0 or later.
It currently supports the Flutter and Dart native platforms.