76a74ba678
See https://github.com/dart-lang/sdk/issues/45037 TEST=pkg/vm_service/test/* Change-Id: I20bfc03ae40bc41ee4d965a71f090ecf974e4e59 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/185522 Commit-Queue: Ben Konyi <bkonyi@google.com> Reviewed-by: Siva Annamalai <asiva@google.com>
26 lines
537 B
YAML
26 lines
537 B
YAML
name: vm_service
|
|
description: >-
|
|
A library to communicate with a service implementing the Dart VM
|
|
service protocol.
|
|
|
|
version: 7.4.0
|
|
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/vm_service
|
|
|
|
environment:
|
|
sdk: '>=2.12.0-0 <3.0.0'
|
|
|
|
dependencies:
|
|
|
|
dev_dependencies:
|
|
async: ^2.5.0
|
|
markdown: ^4.0.0-nullsafety.0
|
|
mockito: ^5.0.0-nullsafety.1
|
|
path: ^1.8.0
|
|
pedantic: ^1.10.0-nullsafety.3
|
|
process: ^4.0.0
|
|
pub_semver: ^2.0.0-nullsafety.0
|
|
test: ^1.16.0-nullsafety.13
|
|
test_package:
|
|
path: 'test/test_package'
|