- listen todo stream
- add todo item
- remove todo item
- write mobile client app in flutter
# run server
dart bin/server.dart
# run client
dart bin/client.dart
-
brew install protobuf
-
dart pub global activate protoc_plugin
-
export PATH="$PATH:$HOME/.pub-cache/bin"\
-
dart pub add grpc
-
dart pub add async
-
dart pub add protobuf
protoc --dart_out=grpc:lib/src/generated -Iprotos protos/todo.proto