Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 288 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 288 Bytes

dongbaek

How to build

# install protoc
$ brew install protobuf
# Activate the protoc plugin
$ flutter pub global activate protoc_plugin
# Pull the protobuf files
$ git pull --recurse-submodules
# Generate the protobuf dart files
$ ./build_proto.sh build
# Run with IDE