stuartmorgan-g
stuartmorgan-g
> Seems that cirrus ci has a cache and his dependencies are different than the examples, is this correct? It's not a cache, this is a test that uses in-tree...
This appears to be addressing the same issue as https://github.com/flutter/packages/pull/3510; I would encourage the two of you to collaborate on a single PR.
> Hey, it looks like all of your tests are passing but it is conflicting with tip of tree, can you please update your PR? Per the last FAQ [here](https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#faq),...
@gabrielokura Are you still planning on updating this based on the last feedback?
> > The analysis failures in CI due to deprecation will need to be addressed. > > Something like this? [flutter/flutter#127754](https://github.com/flutter/flutter/issues/127754) See the `analyze` section of https://github.com/flutter/flutter/wiki/Understanding-Packages-tests#specific-tests. The issue sounds...
Overriding version checks: We don't need to publish the examples with the `ignore`s, since they should be updated to use the new method once this is published.
Overriding stale tree status.
> AFAICT deprecating `.network` doesn't help with [flutter/flutter#121927](https://github.com/flutter/flutter/issues/121927) That issue is about someone passing an invalid URL to a method that requires a URL, which this transition makes literally impossible....
Status check from triage: It looks like there were some commits, but a lot of CI is still failing. Is this intended to be reviewed again now, or still waiting...
> I thought I had fixed the latest comments, but again there are merge conflicts. Quite hard to keep track of what still should be fixed. Merge conflicts aren't an...