https://github.com/xclud/dart_protobuf_google
https://github.com/xclud/dart_protobuf_google
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xclud/dart_protobuf_google
- Owner: xclud
- License: mit
- Created: 2021-12-20T11:13:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T07:08:17.000Z (over 4 years ago)
- Last Synced: 2025-01-09T05:17:18.563Z (over 1 year ago)
- Language: Dart
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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';
```