File tree 2 files changed +6
-2
lines changed
packages/integration_test 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.2+1
2
+
3
+ * Update vm_service constraint
4
+
1
5
## 1.0.2
2
6
3
7
* Update Flutter SDK constraint.
Original file line number Diff line number Diff line change 1
1
name : integration_test
2
2
description : Runs tests that use the flutter_test API as integration tests.
3
- version : 1.0.2
3
+ version : 1.0.2+1
4
4
homepage : https://github.com/flutter/plugins/tree/master/packages/integration_test
5
5
6
6
environment :
@@ -18,7 +18,7 @@ dependencies:
18
18
# TODO(dnfield): This is a problem - flutter_driver and flutter_tools depend
19
19
# on this packkage, and so does integration_test. When this gets rev'd in the
20
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"
21
+ vm_service : " >= 4.2.0 <7 .0.0"
22
22
23
23
dev_dependencies :
24
24
pedantic : ^1.8.0
You can’t perform that action at this time.
0 commit comments