dds 1.2.2
dds: ^1.2.2 copied to clipboard
A library used to spawn the Dart Developer Service, used to communicate with a Dart VM Service instance.
1.2.2 #
- Fixed issue where a
StateErrorcould be raised withinDartDevelopmentServicewhen a client disconnected after the target VM service has shutdown.
1.2.1 #
- Fixed issue where
evaluateandevaluateInFramewere not invoking client provided implementations ofcompileExpression.
1.2.0 #
- Fixed issue where forwarding requests with no RPC parameters would return an RPC error.
1.1.0 #
- Added
getDartDevelopmentServiceVersionRPC. - Added DDS protocol to VM service
getSupportedProtocolsresponse. - Added example/example.dart.
- Allow for JSON-RPC 2.0 requests which are missing the
jsonrpcparameter.
1.0.0 #
- Initial release.