stuartmorgan-g

Results 1195 comments of stuartmorgan-g

> @stuartmorgan, are you right person to help here? Is it ok to stop supporting 2.0.6 and increase minimal supported version a little? The earliest version of Flutter that any...

> I took 2.0.6 from https://github.com/flutter/packages/blob/main/.ci/legacy_project/README.md, but now i see it is just very first supported version. That's actually unrelated to `analyze_legacy`; it's for the legacy native build step in...

> /cc @stuartmorgan - I believe this is a complaint that's been raised in other Windows contexts, he might know if this is a duplicate. Maybe https://github.com/flutter/flutter/issues/53308; we never got...

There were a lot of 0.10 releases; if someone could narrow down the regression range to the specific version that broke that would be helpful.

Closing, as this was addressed a while ago; it looks like the PR just didn't get linked to this issue.

The split is also super annoying when trying to maintain any relatively long-lived engine branch that involves buildroot changes (as a current example, the UWP development fork), because keeping up...

We have moved to tracking new plugin implementations per-platform; since Windows is done and https://github.com/flutter/flutter/issues/140685 was filed for macOS, I'm going to adjust this to just be about Linux.

Re-opening based on the use case described in https://github.com/flutter/flutter/issues/116588#issuecomment-1339681035; having a best-effort plugin cutoff even on unsupported platform would allow us to bypass steps like resampling images for those past...

Please see https://github.com/flutter/flutter/wiki/Issue-hygiene#when-will-my-bug-be-fixed and https://github.com/flutter/flutter/wiki/Issue-hygiene#escalating-an-issue-that-has-the-wrong-priority Pinging everyone who has touched a bug is not a valid escalation path. Please don't do that.

> I think Image_picker should return and error if the platform or device don't have support for the feature The pattern we use for things like this is generally https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#api-support-queries,...