dds 1.2.4 copy "dds: ^1.2.4" to clipboard
dds: ^1.2.4 copied to clipboard

outdated

A library used to spawn the Dart Developer Service, used to communicate with a Dart VM Service instance.

1.2.4 #

  • Fixed another issue where a StateError could be raised within DartDevelopmentService when a client has disconnected after the target VM service has shutdown.

1.2.3 #

  • Fixed issue where DDS was expecting a client provided implementation of compileExpression to return a response with two layers of response objects.

1.2.2 #

  • Fixed issue where a StateError could be raised within DartDevelopmentService when a client has disconnected after the target VM service has shutdown.

1.2.1 #

  • Fixed issue where evaluate and evaluateInFrame were not invoking client provided implementations of compileExpression.

1.2.0 #

  • Fixed issue where forwarding requests with no RPC parameters would return an RPC error.

1.1.0 #

  • Added getDartDevelopmentServiceVersion RPC.
  • Added DDS protocol to VM service getSupportedProtocols response.
  • Added example/example.dart.
  • Allow for JSON-RPC 2.0 requests which are missing the jsonrpc parameter.

1.0.0 #

  • Initial release.
15
likes
0
pub points
99%
popularity

Publisher

verified publishertools.dart.dev

A library used to spawn the Dart Developer Service, used to communicate with a Dart VM Service instance.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, json_rpc_2, meta, pedantic, shelf, shelf_proxy, shelf_web_socket, stream_channel, web_socket_channel

More

Packages that depend on dds