| name: dtd |
| version: 2.3.0 |
| 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: |
| json_rpc_2: ^3.0.2 |
| stream_channel: ^2.1.2 |
| unified_analytics: ^6.1.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: |
| dart_flutter_team_lints: any |
| path: any |
| test: any |