Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 331 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 331 Bytes

grpc_web flutter example

Minimal project demonstrating a grpc_web request from a Flutter Web project.

Works with the echo-sample server from https://github.com/grpc/grpc-web.

The proto definitions can be recompiled with:

$ pub global activate protoc_plugin
$ protoc --dart_out=grpc:lib/ protos/echo.proto -I protos