mirror of https://github.com/grpc/grpc-dart.git
This works around the issue with googlechrome package. This package downloads an installer from official Google build source which provides only the latest version. Whenever a new build is published Chocolatey package needs to be updated to resolve hash mismatch between new installer and what is hardcoded into the package itself. Usually this happens automatically but currently the package is stuck in moderation breaking normal installation flow. We work around the issue by hardcoding the hash for the current installer version. |
||
|---|---|---|
| .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.
Learn more
- Quick Start - get an app running in minutes
- Examples
- API reference
For complete documentation, see Dart gRPC.
Supported platforms
Note: grpc-web is supported by
package:grpc/grpc_web.dart.
Contributing
If you experience problems or have feature requests, open an issue.
Note that we have limited bandwidth to accept PRs, and that all PRs require signing the EasyCLA.