Files
sdk/pkg/dtd/pubspec.yaml
T
Devon Carew f53da889cd [pkg/dtd] minor updates to package:dtd
Change-Id: Ib82a608e41da6d8fb2b2343e032f423fc1774de2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/340260
Reviewed-by: Dan Chevalier <danchevalier@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-12-06 18:53:19 +00:00

19 lines
596 B
YAML

name: dtd
version: 0.0.1
description: A package for communicating with the Dart Tooling Daemon.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/dtd
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
stream_channel: ^2.1.2
web_socket_channel: ^2.4.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:
dart_flutter_team_lints: any