Closed
Description
Since CI always runs in a clean environment, we never catch issues like flutter/plugins#6202 where we forget to update a minimum dependency version. We should add a new step (similar to the legacy analyze step or the path-based analyze step) where we pub downgrade
before running pub analyze
to make sure our minimums are correct.