-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiontoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
The roll (and investigation) is in #126966.
Looks like there were two issues:
- flutter_test was transitively getting package:matcher via package:test_api, when test_api stopped depending on matcher customers of package:flutter_test broke. The fix was directly depending on package:matcher from package:flutter_test.
- No published version of package:mockito supported test_api v0.6.0
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiontoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.