dart-sdk/pkg/vm_service
Ben Konyi a1992fec6d [ package:vm_service ] 4.0.0 release, Sentinels are now thrown, Future<dynamic> returns are now Future<Response>
Change-Id: Ifd1bf62e3bc33bf14359802086c87b2fd19f3ba9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/138561
Reviewed-by: Jacob Richman <jacobr@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
2020-03-05 18:51:29 +00:00
..
example [ package:vm_service ] Non-reference types now implement their reference types. Fixed inconsistencies in protocol spec. 2020-02-21 23:44:43 +00:00
java [ VM / Service ] Documented that RPCs with an isolateId parameter can return a Sentinel if the target isolate no longer exists. 2020-02-28 22:12:16 +00:00
lib [ package:vm_service ] 4.0.0 release, Sentinels are now thrown, Future<dynamic> returns are now Future<Response> 2020-03-05 18:51:29 +00:00
test [ package:vm_service ] 4.0.0 release, Sentinels are now thrown, Future<dynamic> returns are now Future<Response> 2020-03-05 18:51:29 +00:00
tool [ package:vm_service ] 4.0.0 release, Sentinels are now thrown, Future<dynamic> returns are now Future<Response> 2020-03-05 18:51:29 +00:00
.gitignore [vm service] generate the Java version of the library with the Dart version 2019-08-04 23:42:22 +00:00
analysis_options.yaml Reland "[ VM / Service ] Pulled in vm_service_drivers from its own repo." 2019-07-25 18:46:43 +00:00
CHANGELOG.md [ package:vm_service ] 4.0.0 release, Sentinels are now thrown, Future<dynamic> returns are now Future<Response> 2020-03-05 18:51:29 +00:00
LICENSE Reland "[ VM / Service ] Pulled in vm_service_drivers from its own repo." 2019-07-25 18:46:43 +00:00
pubspec.yaml [ package:vm_service ] 4.0.0 release, Sentinels are now thrown, Future<dynamic> returns are now Future<Response> 2020-03-05 18:51:29 +00:00
README.md Fix pub.dev URLs throughout SDK repo 2019-11-20 11:30:48 +00:00

vm_service

pub package

A library to access the VM Service Protocol.

Usage

See the example for a simple use of the library's API.

The VM Service Protocol spec can be found at github.com/dart-lang/sdk/runtime/vm/service/service.md.

Features and bugs

Please file feature requests and bugs at the issue tracker.