Files
sdk/pkg/dds/pubspec.yaml
T
Jake Macdonald db42b359c3 Add ability to plumb an appName through DDS to DTD.
- Adds a parameter to DartDevelopmentServiceLauncher.start, as well as DartDevelopmentService.startDevelopmentService
- Adds an `--app-name` command line argument to the DDS cli.
- Passes this app name through when registering VmService URIs on DTD.

Bug: https://github.com/flutter/flutter/issues/184251
Change-Id: Ica4487214a69a165fe891d4b8de12d72b052783c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/491360
Auto-Submit: Jake Macdonald <jakemac@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2026-03-31 13:38:49 -07:00

44 lines
1.1 KiB
YAML

name: dds
version: 5.3.0
description: >-
A library used to spawn the Dart Developer Service, used to communicate with
a Dart VM Service instance.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/dds
environment:
sdk: ^3.5.0
resolution: workspace
dependencies:
args: ^2.0.0
async: ^2.4.1
browser_launcher: ^1.0.0
collection: ^1.15.0
dds_service_extensions: ^2.0.0
dap: ^1.4.0
dtd: ^4.0.0
extension_discovery: ^2.0.0
devtools_shared: ^12.0.0
http_multi_server: ^3.0.0
json_rpc_2: '>=3.0.0 <5.0.0'
meta: ^1.1.8
mime: ^2.0.0
path: ^1.8.0
shelf_proxy: ^1.0.0
shelf_static: ^1.0.0
shelf_web_socket: '>=1.0.0 <4.0.0'
shelf: ^1.0.0
sse: ^4.0.0
stream_channel: ^2.0.0
vm_service: '>=14.3.0 <16.0.0'
web_socket_channel: '>=2.0.0 <4.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:
lints: any
test: any
webdriver: any