Files
sdk/pkg/vm_service_interface/pubspec.yaml
T
Jake Macdonald 82a952f14a Fix casting of List<String> parameters in VM service generator.
Also updates special cased handling of the `scope` parameter to instead work for any Map typed parameter.

Simplified things in general here by casting values to the correct collection type and then relying on `.cast()` to fill in the proper generic types instead of explicitly filling them in.

Change-Id: I7fef91105ca73ee9726780abd76e92817a9e46c0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/504780
Commit-Queue: Jake Macdonald <jakemac@google.com>
Auto-Submit: Jake Macdonald <jakemac@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2026-05-20 08:28:31 -07:00

25 lines
679 B
YAML

name: vm_service_interface
version: 2.0.2-wip
description: >-
A library providing an interface to implement the Dart VM service protocol.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/vm_service/packages/vm_service_interface/
environment:
sdk: ^3.5.0
resolution: workspace
dependencies:
vm_service: '>=14.3.0 <16.0.0'
# We use 'any' version constraints here as we get our package versions from
# the dart-lang/sdk repo's DEPS file. Note that this is a special case; the
# best practice for packages is to specify their compatible version ranges.
# See also https://dart.dev/tools/pub/dependencies.
dev_dependencies:
async: any
lints: any
test: any