mirror of https://github.com/grpc/grpc-dart.git
README rework: link into language/dart page on grpc.io etc (#324)
This commit is contained in:
parent
e4947e2909
commit
ae0a7df169
24
README.md
24
README.md
|
@ -4,24 +4,24 @@ The [Dart](https://www.dart.dev/) implementation of
|
|||
[](https://travis-ci.org/grpc/grpc-dart)
|
||||
[](https://pub.dev/packages/grpc)
|
||||
|
||||
# Usage
|
||||
|
||||
See the [Dart gRPC Quick Start](https://grpc.io/docs/quickstart/dart).
|
||||
## Learn more
|
||||
|
||||
[grpc-web](https://github.com/grpc/grpc-web) in a browser context is supported by
|
||||
`package:grpc/grpc_web.dart`.
|
||||
- [Quick Start](https://grpc.io/docs/languages/dart/quickstart) - get an app running in minutes
|
||||
- [Examples](example)
|
||||
- [API reference](https://grpc.io/docs/languages/dart/api)
|
||||
|
||||
# Status
|
||||
For complete documentation, see [Dart gRPC](https://grpc.io/docs/languages/dart).
|
||||
|
||||
If you experience issues, or if you have feature requests,
|
||||
please [open an issue](https://github.com/dart-lang/grpc-dart/issues).
|
||||
## Supported platforms
|
||||
|
||||
Note that we have limited bandwidth to accept PRs, and that all PRs will require signing the [EasyCLA](https://lfcla.com).
|
||||
- [Dart native](https://dart.dev/platforms)
|
||||
- [Flutter](https://flutter.dev)
|
||||
|
||||
# Notes
|
||||
> **Note:** [grpc-web](https://github.com/grpc/grpc-web) is supported by `package:grpc/grpc_web.dart`.
|
||||
|
||||
This library requires Dart SDK version 2.2.0 or later.
|
||||
## Contributing
|
||||
|
||||
It currently supports the [Flutter](https://flutter.dev) and
|
||||
[Dart native](https://dart.dev/platforms) platforms.
|
||||
If you experience problems or have feature requests, [open an issue](https://github.com/dart-lang/grpc-dart/issues/new).
|
||||
|
||||
Note that we have limited bandwidth to accept PRs, and that all PRs require signing the [EasyCLA](https://lfcla.com).
|
||||
|
|
Loading…
Reference in New Issue