mirror of
https://github.com/flutter/packages.git
synced 2025-08-06 17:28:42 +08:00

Several dev dependencies, most notably mockito, were only allow as exactly pinned versions, in order to avoid out-of-band breakage due to deprecations in minor version updates. Now that the policy for Flutter repos has changed to not include deprecation warnings in analysis, this is no longer an issue, so we can relax these dependencies to follow the more normal pattern of using ranges.
Metrics Center
Metrics center is a minimal set of code and services to support multiple perf metrics generators (e.g., Cocoon device lab, Cirrus bots, LUCI bots, Firebase Test Lab) and destinations (e.g., old Cocoon perf dashboard, Skia perf dashboard). The work and maintenance it requires is very close to that of just supporting a single generator and destination (e.g., engine bots to Skia perf), and the small amount of extra work is designed to make it easy to support more generators and destinations in the future.