Open
Description
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 usingwebdev serve
- using
grpc: 4.0.4
andprotobuf: 4.0.0
- standard gRPC-web server
On pub.dev, the documentation states:
- Dart native (only?)
- Flutter - web is not adverstised either here