Skip to content

sigurdm/grpc_web_flutter_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example of using grpc_web from Flutter Web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published