forked from flutter/devtools
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (26 loc) · 822 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (26 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 2025 The Flutter Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
name: devtools_shared
description: Package of shared Dart structures between devtools_app, dds, and other tools.
version: 12.1.0
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_shared
environment:
sdk: ">=3.6.0 <4.0.0"
resolution: workspace
dependencies:
args: ^2.4.2
collection: ^1.15.0
dtd: ^4.0.0
extension_discovery: ^2.1.0
meta: ^1.9.1
path: ^1.8.0
shelf: ^1.1.0
sse: ^4.1.2
vm_service: ">=13.0.0 <16.0.0"
web_socket_channel: '>=2.4.0 <4.0.0'
webkit_inspection_protocol: ">=0.5.0 <2.0.0"
yaml: ^3.1.2
yaml_edit: ^2.1.1
dev_dependencies:
test: ^1.21.2