This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Improve platform views performance #31198
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
3835eb1
test
630af99
offset
8f55fdc
Merge remote-tracking branch 'upstream/master' into pv
8db507c
Improve performance of platform views
525539d
Fix bug
9c4e95e
Clear canvas
8b4ec6d
Use view parent instead of flutter view
a49a98d
Clean up
0be4e10
Move tests
a87d166
Merge remote-tracking branch 'upstream/master' into pv
cb7a1ab
Send buffer size
a45bbe7
Null check
50a23f2
Comment
87a9a31
Fixes
d739a4f
Add blend mode
16cdc48
comemnt
89d015e
Docs
50e70eb
Better error message
4bba8bc
Second error message
2c223de
Organize
2c723d0
Remove obsolete tests
f8b4caf
Linter checks
8a139cf
Remove dead code
7d8c512
Get offset from create request as well
eec8544
Organize
33e6219
Test PlatformViewWrapper
6930f2f
Fix test
b252eba
Linter
5ef6ca0
Merge remote-tracking branch 'upstream/master' into pv
535fc8b
nits
d0cdfa3
Default to 0.0
ad032f6
Don't use getOrDefault
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you put a note on why removing this code is related to this PR? I have a vague idea but it would be beneficial to have some comments from you so we can refer to it later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was only used in virtual displays. There's no virtual displays now, so there's no need for this method.