Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Impeller migration step for camera plugin authors (#11008)
_Description of what this PR is changing or adding, and why:_ Adds a note to the Impeller Android plugins migration to clarify that plugin authors that create a camera preview may additionally need to correct the rotation of the preview due to rotation information of produced `Surface`s being lost. _Issues fixed by this PR (if any):_ N/A _PRs or commits this PR depends on (if any):_ Should land after flutter/packages#6856 as this is mentioned as an example. cc @navaronbracke ## Presubmit checklist - [x] This PR is marked as draft with an explanation if not meant to land until a future stable release. - [x] This PR doesn’t contain automatically generated corrections (Grammarly or similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. --------- Co-authored-by: Parker Lougheed <[email protected]> Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
- Loading branch information