The [Dart](https://www.dart.dev/) implementation of [gRPC](https://grpc.io/): A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. [![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) # Usage See the [Dart gRPC Quick Start](https://grpc.io/docs/quickstart/dart). [grpc-web](https://github.com/grpc/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](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). # Notes This library requires Dart SDK version 2.2.0 or later. It currently supports the [Flutter](https://flutter.dev) and [Dart native](https://dart.dev/platforms) platforms.