Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 233 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 233 Bytes

protos

Dart Bindings

Setup

brew install protobuf
dart pub global activate protoc_plugin
export PATH="$PATH":"$HOME/.pub-cache/bin"
protoc --proto_path=. --dart_out=grpc:dart/ protos/**/*.proto