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: https://pub.dev/documentation/grpc/latest/grpc_web/grpc_web-library.html
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: https://pub.dev/documentation/grpc/latest/grpc_or_grpcweb/grpc_or_grpcweb-library.html Hope this helps :) On Wednesday, August 17, 2022 at 8:25:55 PM UTC+7 [email protected] wrote: > 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 -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/d78a6ffe-fd4c-4ae6-838e-d7d441fda88dn%40googlegroups.com.
