Added a Recommended Version of the Flutter#4890
Merged
sfshaza2 merged 2 commits intoflutter:masterfrom Oct 19, 2020
Merged
Conversation
Added a Recommended Version because new Flutter stable version- 1.22.2 contains important fixes related to the Hybrid composition. For More detail see- flutter/engine#21841
sfshaza2
requested changes
Oct 19, 2020
| features might not work. | ||
|
|
||
| * Hybrid composition requires Flutter 1.22. This mode appends the | ||
| * Hybrid composition requires Flutter 1.22 (recommended version- 1.22.2). This mode appends the |
Contributor
There was a problem hiding this comment.
Could you link "version 1.22.2" to the GitHub wiki: https://github.com/flutter/flutter/wiki/Hotfixes-to-the-Stable-Channel#1222--october-16-2020
Also, remove the hyphen "-".
So, the change should look like the following:
* Hybrid composition requires Flutter 1.22 ([version 1.22.2][] is recommended).
This mode appends the
[version 1.222]: {{site.github}}/flutter/flutter/wiki/Hotfixes-to-the-Stable-Channel#1222--october-16-2020
Contributor
Author
There was a problem hiding this comment.
@Sfshaza I have made changes as said. Have a look & let me know, if anything else needed or not.
filiph
pushed a commit
to filiph/website
that referenced
this pull request
Feb 22, 2021
* Added a Recommended Version of the Flutter Added a Recommended Version because new Flutter stable version- 1.22.2 contains important fixes related to the Hybrid composition. For More detail see- flutter/engine#21841 * fix format, add link
ribandgel
pushed a commit
to ribandgel/flutter_inappwebview
that referenced
this pull request
Jun 28, 2025
Hybrid composition works well when the Flutter version is above 1.22.2. Here is more detail- flutter/website#4890
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added a Recommended Version because new Flutter stable version- 1.22.2 contains important fixes related to the Hybrid composition.
For More detail see- flutter/engine#21841
Fixes
Changes proposed in this pull request: