better_grpc_generator 0.0.1

SDKdart
Platformwindowslinuxmacos

A simple way to use the server implementation of grpc as a offline one as well!

Generate proto using protoc

protoc -I=proto/ --dart_out=grpc:bin/generated hello.proto

run better_client_generator

dart run build_runner build --delete-conflicting-outputs

Run the example!

dart run bin/example.dart