README rework: link into language/dart page on grpc.io etc (#324)

This commit is contained in:
Patrice Chalin 2020-08-03 09:50:55 -04:00 committed by GitHub
parent e4947e2909
commit ae0a7df169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 12 deletions

View File

@ -4,24 +4,24 @@ The [Dart](https://www.dart.dev/) implementation of
[![Build Status](https://travis-ci.org/grpc/grpc-dart.svg?branch=master)](https://travis-ci.org/grpc/grpc-dart) [![Build Status](https://travis-ci.org/grpc/grpc-dart.svg?branch=master)](https://travis-ci.org/grpc/grpc-dart)
[![pub package](https://img.shields.io/pub/v/grpc.svg)](https://pub.dev/packages/grpc) [![pub package](https://img.shields.io/pub/v/grpc.svg)](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 - [Quick Start](https://grpc.io/docs/languages/dart/quickstart) - get an app running in minutes
`package:grpc/grpc_web.dart`. - [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, ## Supported platforms
please [open an issue](https://github.com/dart-lang/grpc-dart/issues).
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 If you experience problems or have feature requests, [open an issue](https://github.com/dart-lang/grpc-dart/issues/new).
[Dart native](https://dart.dev/platforms) platforms.
Note that we have limited bandwidth to accept PRs, and that all PRs require signing the [EasyCLA](https://lfcla.com).