We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ff5bf commit 48a2bc3Copy full SHA for 48a2bc3
pkgs/test_core/CHANGELOG.md
@@ -10,6 +10,7 @@
10
libraries in the package.
11
* Update the `package:frontend_server_client` constraint to allow version
12
`4.0.0`.
13
+* Update the `package:vm_service` constraint to allow version `14.x`.
14
15
## 0.5.9
16
pkgs/test_core/pubspec.yaml
@@ -27,7 +27,7 @@ dependencies:
27
stream_channel: ^2.1.0
28
# Use an exact version until the test_api package is stable.
29
test_api: 0.7.0
30
- vm_service: ">=6.0.0 <14.0.0"
+ vm_service: ">=6.0.0 <15.0.0"
31
yaml: ^3.0.0
32
33
dev_dependencies:
0 commit comments