dart-sdk/pkg/vm_service
Alexander Thomas 7e0d92d69d [3.0 alpha] Bump version to 3.0.0
Tested: Standard CQ.
Bug: https://github.com/dart-lang/sdk/issues/49529
Change-Id: I329b9940db7309c7e48f17eecd7a66d5b853a484
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/271922
Commit-Queue: Siva Annamalai <asiva@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2022-12-06 02:40:36 +00:00
..
example [pkg/vm_service] turn on a few more lints for this package 2022-09-19 17:02:14 +00:00
java [vm, service] Fix documentation on the various flavors of reference. 2022-11-21 19:30:09 +00:00
lib [VM/Service] Fix package generator 2022-11-30 16:25:57 +00:00
test [3.0 alpha] Bump version to 3.0.0 2022-12-06 02:40:36 +00:00
tool [VM/Service] Fix package generator 2022-11-30 16:25:57 +00:00
.gitignore
analysis_options.yaml [pkg/vm_service] turn on a few more lints for this package 2022-09-19 17:02:14 +00:00
CHANGELOG.md [vm, service] Fix documentation on the various flavors of reference. 2022-11-21 19:30:09 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
OWNERS [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
pubspec.yaml [vm, service] Fix documentation on the various flavors of reference. 2022-11-21 19:30:09 +00:00
README.md [pkg] normalize the headers of the pkg/ readmes 2022-05-31 21:00:13 +00:00

pub package package publisher

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.