Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Which one to use depends on the use case. Let's take a look:
Certain platform interactions such as keyboard handling, and accessibility
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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ya Sure.

@ycv005 ycv005 Oct 19, 2020

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Sfshaza I have made changes as said. Have a look & let me know, if anything else needed or not.

native `android.view.View` to the view hierarchy. Therefore, keyboard
handling, and accessibility work out of the box. Prior to Android 10,
this mode may significantly reduce the frame throughput (FPS) of the
Expand Down