dart-sdk/pkg/vm_service
Ben Konyi c3faa95568 [ package:vm_service ] Handle case where no 'type' key-value is included
in service extension response

Fixes #46559

TEST=pkg/vm_service/test/regress_46559_test.dart

Change-Id: I58a517a5ca0ea0349958c1e9f5833a73aef5e969
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/206583
Reviewed-by: Devon Carew <devoncarew@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
2021-07-15 20:56:02 +00:00
..
example [ VM / Service ] Add UserTag support to C-API and send UserTagChanged 2021-06-23 00:58:47 +00:00
java [ VM / Service ] Add UserTag support to C-API and send UserTagChanged 2021-06-23 00:58:47 +00:00
lib [ package:vm_service ] Handle case where no 'type' key-value is included 2021-07-15 20:56:02 +00:00
test [ package:vm_service ] Handle case where no 'type' key-value is included 2021-07-15 20:56:02 +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 [ package:vm_service ] Handle case where no 'type' key-value is included 2021-07-15 20:56:02 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
pubspec.yaml [ package:vm_service ] Handle case where no 'type' key-value is included 2021-07-15 20:56:02 +00:00
README.md Fix pub.dev URLs throughout SDK repo 2019-11-20 11:30:48 +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.