An open API service indexing awesome lists of open source software.

https://github.com/xclud/dart_protobuf_google


https://github.com/xclud/dart_protobuf_google

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

Public interface definitions of Google APIs for Dart and gRPC.

## Getting started

In your `pubspec.yaml` file add:

```dart
dependencies:
protobuf_google: any
```

## Usage

```dart
import 'package:protobuf_google/protobuf_google.dart';
```