You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hi Google lovers! I'm new in all here, and i try to create a example of flutter (on web) with gRPC. Unfortunately I notice that gRPC on flutter don't support WEB. I'm doing this wrong? Why this lib doesn't support WEB? https://pub.dev/packages/grpc
Piotr Morgwai Kotarbinski
unread,
Aug 21, 2022, 3:53:04 PM8/21/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
I think "full" gRPC is not yet supported in browsers generally due to browser platform limitations (this might have changed though: you need to verify if this info is up2date). There's a protocol gGRPC-web designed exactly to make up for it and it is definitely supported on flutter:
Furthermore, there's also a higher level abstraction wrapper that automatically switches between "native" gRPC and gRPC-web depending for which platform the build was made: