File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
packages/integration_test Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11name : integration_test
22description : Runs tests that use the flutter_test API as integration tests.
3- version : 0.9.2+1
3+ version : 0.9.2+2
44homepage : https://github.com/flutter/plugins/tree/master/packages/integration_test
55
66environment :
@@ -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
2023dev_dependencies :
2124 pedantic : ^1.8.0
You can’t perform that action at this time.
0 commit comments