dart-sdk/pkg/vm_service
Devon Carew 8e0f4f4191 [pkg/vm_service] turn on a few more lints for this package
Change-Id: I8eef00c606e713e252db8834f730f1655cdd57a5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/259509
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2022-09-19 17:02:14 +00:00
..
example [pkg/vm_service] turn on a few more lints for this package 2022-09-19 17:02:14 +00:00
java [pkg/vm_service] turn on a few more lints for this package 2022-09-19 17:02:14 +00:00
lib [ VM / Service ] Use same default value logic in toJson as _fromJson 2022-09-08 16:16:43 +00:00
test [ Service / Timeline ] Enable Compiler, Dart, and GC timeline streams when --observe is provided 2022-08-15 21:02:36 +00:00
tool [pkg/vm_service] turn on a few more lints for this package 2022-09-19 17:02:14 +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] turn on a few more lints for this package 2022-09-19 17:02:14 +00:00
CHANGELOG.md [ VM / Service ] Add isolateGroupId to IsolateRef and Isolate 2022-08-24 18:40:49 +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 ] Add isolateGroupId to IsolateRef and Isolate 2022-08-24 18:40:49 +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.