dart-sdk/pkg/vm_service
Ahmed Ashour d6975c1905 master branch to main
Fixes #47190

TEST=None, only markdown files where edited.

Change-Id: Ife204f9c792b6bce30d0cd7bf2260ced11c8f2b4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213049
Reviewed-by: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2021-09-15 06:22:23 +00:00
..
example [ VM / Service ] Add function signature, type parameter information to the service protocol 2021-07-23 01:20:25 +00:00
java [ VM / Service ] Add reportLines flag to getSourceReport RPC 2021-08-26 18:42:58 +00:00
lib [ VM / Service ] Add reportLines flag to getSourceReport RPC 2021-08-26 18:42:58 +00:00
test Remove unnecessary imports in vm_service 2021-09-09 19:03:44 +00:00
tool [ package:vm_service ] Handle case where no 'type' key-value is included 2021-07-15 20:56:02 +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 pkg:vm_service - update and fix lints at pedantic v1.8 2020-06-10 05:08:27 +00:00
CHANGELOG.md [ VM / Service ] Add reportLines flag to getSourceReport RPC 2021-08-26 18:42:58 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
pubspec.yaml [ VM / Service ] Add reportLines flag to getSourceReport RPC 2021-08-26 18:42:58 +00:00
README.md master branch to main 2021-09-15 06:22:23 +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.