V1.9.1 hotfixes#41229
V1.9.1 hotfixes#41229tvolkert merged 3 commits intoflutter:v1.9.1-hotfixesfrom tvolkert:v1.9.1-hotfixes
Conversation
|
This pull request was opened against a branch other than master. Since Flutter pull requests should not normally be opened against branches other than master, I have changed the base to master. If this was intended, you may modify the base back to v1.9.1-hotfixes. See the Release Process for information about how other branches get updated. Reviewers: Use caution before merging pull requests to branches other than master. The circumstances where this is valid are very rare. /cc @dnfield |
|
I'll test this locally.... |
christopherfujino
left a comment
There was a problem hiding this comment.
LGTM, runs for me locally both on iOS13 and iOS12
Codecov Report
@@ Coverage Diff @@
## v1.9.1-hotfixes #41229 +/- ##
===================================================
- Coverage 56.11% 55.47% -0.65%
===================================================
Files 195 196 +1
Lines 18261 18277 +16
===================================================
- Hits 10248 10140 -108
- Misses 8013 8137 +124
Continue to review full report at Codecov.
|
|
@christopherfujino can you take a look at the test failures? They're more than the known failures on the tip of this branch. |
|
lgtm, looks like the tools tests have passed. |
Bump version of just package:multicast_dns (#41207)
Implement mdns for
flutter run(#40447)