-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add Impeller migration step for camera plugin authors #11008
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
d3d5327
draft
camsim99 7acd6a7
reword + 80 chars
camsim99 6ea3140
add plaintext
camsim99 63cf4bb
Merge remote-tracking branch 'upstream/main' into impeller_packages
camsim99 2fe05b2
Merge branch 'main' into impeller_packages
parlough db7cd6b
Address review
camsim99 167dead
Merge remote-tracking branch 'refs/remotes/origin/impeller_packages' …
camsim99 9fee67b
Change dev orientation instructions to point to official documentation
camsim99 056c5ec
Clarify device orientation degrees
camsim99 11b707f
Update src/content/release/breaking-changes/android-surface-plugins.md
camsim99 99c5b22
Update src/content/release/breaking-changes/android-surface-plugins.md
camsim99 7da2899
Update src/content/release/breaking-changes/android-surface-plugins.md
camsim99 45d947f
Update src/content/release/breaking-changes/android-surface-plugins.md
camsim99 adcf9ff
Update src/content/release/breaking-changes/android-surface-plugins.md
camsim99 fbf4da2
Update src/content/release/breaking-changes/android-surface-plugins.md
camsim99 0263532
Update src/content/release/breaking-changes/android-surface-plugins.md
camsim99 c9a14ef
Update src/content/release/breaking-changes/android-surface-plugins.md
camsim99 ef521f1
Update src/content/release/breaking-changes/android-surface-plugins.md
camsim99 48cf2a2
Update src/content/release/breaking-changes/android-surface-plugins.md
camsim99 f5a9c29
Update src/content/release/breaking-changes/android-surface-plugins.md
camsim99 6a7522c
remove unused link
camsim99 c9bde67
Merge remote-tracking branch 'refs/remotes/origin/impeller_packages' …
camsim99 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
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
Should we provide more context on how to retrieve
sensorOrientationDegreesanddeviceOrientationDegreesdirectly in this document? (instead of pointing people to a GitHub PR)
We provide code samples for other things in this migration guide (see line 59 in this file), so can we do the same for this addition as well? I don't feel strongly about this, but maybe not everyone writing plugins / reading this doc is okay with going through a potentially long Github PR to find what they need, to migrate.
I would definitely keep the PR link, though, so people have a completed migration to look at as well.
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.
I added some links for further clarification because I agree that the PR isn't enough. We also had to make some Flutter camera plugin-specific fixes in it, so I don't want the focus to be there.
I think I'll leave it here unless others feel strongly because I think camera plugin authors are familiar with the APIs and could make the migration with this information.