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
Create an ImageHandle wrapper #21057
Merged
Merged
Changes from 9 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
aa5caba
Create an ImageHandle wrapper
dnfield df403f3
review
dnfield 6b700aa
Only handles, no virtual dispatch
dnfield 8537a70
docs
dnfield b69d226
web stubs
dnfield 0cf431c
Make FrameInfo a regular Dart class, update tests
dnfield 4f15600
more docs
dnfield 9eef907
review
dnfield 17254e3
docs
dnfield cb29ca9
Merge remote-tracking branch 'upstream/master' into image_wrap
dnfield fdaeb11
Merge remote-tracking branch 'upstream/master' into image_wrap
dnfield f00dd18
merge and fix test
dnfield 31d47de
make tests work in AOT
dnfield 6bd80bb
Merge remote-tracking branch 'upstream/master' into image_wrap
dnfield 03324dc
Fix nullability
dnfield 084796f
Make host release unit test work
dnfield bf4cfeb
Merge remote-tracking branch 'upstream/master' into image_wrap
dnfield e38a09d
CI
dnfield 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
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.
The documentation on the method
toImage
needs updating explaining that you get a handle to an image that needs to be disposed when you're done with it.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.
Added some more details here.