Skip to content

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

Open
@andynewman10

Description

@andynewman10

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions