Really need to write something here eventually.
- Check out event-server (let's say side by side with this).
- Install protoc. Note where you put the include files, let's call that $PROTO_INC. On Windows it needs to be unpacked manually somewhere.
- Install protoc_plugin for dart:
pub global activate protoc_plugin
. Pay attention to the output; you may need to add something to your PATH. - Run protoc:
protoc --dart_out=grpc:lib/generated -I../event-server/proto -I$PROTOC_INC ../event-server/proto/service.proto