Skip to content

Commit 2a6657f

Browse files
dnfieldEgor
authored andcommitted
broaden the constraint on package:vm_service (flutter#3208)
1 parent a70e9f2 commit 2a6657f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/integration_test/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.2+2
2+
3+
* Broaden the constraint on vm_service.
4+
15
## 0.9.2+1
26

37
* Update android compileSdkVersion to 29.

packages/integration_test/pubspec.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: integration_test
22
description: Runs tests that use the flutter_test API as integration tests.
3-
version: 0.9.2+1
3+
version: 0.9.2+2
44
homepage: https://github.com/flutter/plugins/tree/master/packages/integration_test
55

66
environment:
@@ -15,7 +15,10 @@ dependencies:
1515
flutter_test:
1616
sdk: flutter
1717
path: ^1.6.4
18-
vm_service: ^4.2.0
18+
# TODO(dnfield): This is a problem - flutter_driver and flutter_tools depend
19+
# on this packkage, and so does integration_test. When this gets rev'd in the
20+
# SDK, it has to be rev'd here too so integration tests in the SDK can use it.
21+
vm_service: ">= 4.2.0 <6.0.0"
1922

2023
dev_dependencies:
2124
pedantic: ^1.8.0

0 commit comments

Comments
 (0)