Files
sdk/pkg/dtd_impl/pubspec.yaml
T
Kenzie Davisson 943f4c6945 Add ConnectedAppService to DTD to store the connections to Dart and Flutter applications that DTD is aware of.
This service contains three methods and sends events over a stream:

Methods:
- `registerVmService(String uri, String secret)`
- `unregisterVmService(String uri, String secret)`
- `getVmServiceUris()`

Stream events:
- Sends `VmServiceRegistered` and `VmServiceUnregistered` events over the `ConnectedApp` stream.

Bug: https://github.com/dart-lang/sdk/issues/60540

Change-Id: Ica90d1d14ea83b38f24b4229313effb628cf2d94
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/427568
Reviewed-by: Jake Macdonald <jakemac@google.com>
Commit-Queue: Kenzie Davisson <kenzieschmoll@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2025-05-20 09:46:50 -07:00

36 lines
891 B
YAML

name: dtd_impl
description: A server app using the shelf package and Docker.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/dtd_impl
publish_to: none
environment:
sdk: ^3.5.0
resolution: workspace
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
args: any
collection: any
dart_service_protocol_shared: any
dds: any
dtd: any
file: any
json_rpc_2: any
path: any
shelf: any
shelf_web_socket: any
sse: any
stream_channel: any
unified_analytics: any
vm_service: any
web_socket_channel: any
# 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