/grpc_web_flutter_example

An example of using grpc_web from Flutter Web

Primary LanguageDart

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