dart-sdk/pkg/vm_service
Derek Xu 5cc3c3b96a [VM/Service] Reduce number of generated is checks in package:vm_service
TEST=CI, manual testing

Change-Id: I4865ab71714f1b4bc7af55ed485cccc970e11989
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281540
Reviewed-by: Ben Konyi <bkonyi@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Derek Xu <derekx@google.com>
2023-02-08 19:12:12 +00:00
..
example Remove some unnecessary ignore comments in vm_service 2022-12-12 20:03:59 +00:00
java [VM/Service] Add optional parameters to getInstances 2023-02-01 22:04:29 +00:00
lib [VM/Service] Reduce number of generated is checks in package:vm_service 2023-02-08 19:12:12 +00:00
test [VM/Service] Fix generation of toJson() calls on dynamic variables 2023-02-07 21:28:36 +00:00
tool [VM/Service] Reduce number of generated is checks in package:vm_service 2023-02-08 19:12:12 +00:00
.gitignore
analysis_options.yaml
CHANGELOG.md [VM/Service] Reduce number of generated is checks in package:vm_service 2023-02-08 19:12:12 +00:00
LICENSE
OWNERS
pubspec.yaml [VM/Service] Fix generation of toJson() calls on dynamic variables 2023-02-07 21:28:36 +00:00
README.md

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.