Revert "document default flavor" because the feature is not yet available on stable #10646
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reverts #10642.
This is a similar story to #10641. TL;DR a contributor merged a new feature into the master branch of flutter/flutter and also kindly drafted a website change to document this feature. However, this change shouldn't have been merged until the feature is actually available on the stable channel.
Question for @sfshaza2 and/or other maintainers: I've had this happen to myself, and I'd like to make it easy for folks to not accidentally merge these PRs too early. In these types of situations where we have some change to flutter/flutter and want to proactively prepare website updates for them, what would you prefer? Here is an idea to start with: we continue to draft these PRs early, but maybe with sort of hard-to-miss message saying not to merge until next stable release. For example, the PR title could start with "[DON'T MERGE]" or "[NEXT STABLE]", and the first line of the description could read "Do not merge until the next stable release after 3.22., which is when
<link to Flutter PR>will be available.".I imagine this type of situation isn't frequent/dire enough to warrant any technical investment, but—just as an idea—I think it would be really cool if we had some sort of automated mechanism for this (perhaps using GitHub labels and bots).