dart-sdk/pkg/vm_service
Robert Nystrom 3ac34f791d Change references to "dartfmt" in runtime and tools to "dart format".
In Dart 2.15, we're removing "dartfmt" in favor of "dart format", so I'm
going through and fixing all the dangling references to the old name.

TEST=Only changing tools

Change-Id: I83a5c00be925fdb536014a47dff2b488ed9f478b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215186
Auto-Submit: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Bob Nystrom <rnystrom@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2021-10-01 18:16:27 +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 Change references to "dartfmt" in runtime and tools to "dart format". 2021-10-01 18:16:27 +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.