grpc-dart
grpc-dart copied to clipboard
Why does the documentation advertise compatibility with Dart native only, and not web?
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 jsand run usingwebdev serve - using
grpc: 4.0.4andprotobuf: 4.0.0 - standard gRPC-web server
On pub.dev, the documentation states:
- Dart native (only?)
- Flutter - web is not adverstised either here
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!