grpc-dart icon indicating copy to clipboard operation
grpc-dart copied to clipboard

Why does the documentation advertise compatibility with Dart native only, and not web?

Open andynewman10 opened this issue 7 months ago • 1 comments

I have been using this package for a little while now, and I don't understand why plain Dart-web is not advertised as supported. Is this a mistake in the documentation?

My tests show that things are working fine using

  • a plain dart web (not Flutter) project created using dart create -t web
  • built using dart compile js and run using webdev serve
  • using grpc: 4.0.4 and protobuf: 4.0.0
  • standard gRPC-web server

On pub.dev, the documentation states:

  • Dart native (only?)
  • Flutter - web is not adverstised either here

andynewman10 avatar May 18 '25 16:05 andynewman10

Right, the documentation could be more clear here. This is probably due to people confusing grpc with grpc-web... Happy to accept PRs on this!

mosuem avatar May 19 '25 06:05 mosuem