packages
packages copied to clipboard
[camera] Camera web mobile orientation
Various orientation-related fixes for camera in mobile browsers, including https://github.com/flutter/flutter/issues/143288 and https://github.com/flutter/flutter/issues/117430. The improved video constraints might also fix the zoom behavior observed in https://github.com/flutter/flutter/issues/112280. Previously closed as https://github.com/flutter/packages/pull/6362.
Fixes https://github.com/flutter/flutter/issues/143288
Pre-launch Checklist
- [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities.
- [x] I read and followed the [relevant style guides] and ran the auto-formatter. (Unlike the flutter/flutter repo, the flutter/packages repo does use
dart format.) - [x] I signed the [CLA].
- [x] The title of the PR starts with the name of the package surrounded by square brackets, e.g.
[shared_preferences] - [x] I [linked to at least one issue that this PR fixes] in the description above.
- [x] I updated
pubspec.yamlwith an appropriate new version according to the [pub versioning philosophy], or this PR is [exempt from version changes]. - [ ] I updated
CHANGELOG.mdto add a description of the change, [following repository CHANGELOG style]. - [x] I updated/added relevant documentation (doc comments with
///). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt].
- [x] All existing and new tests are passing.
From triage: ping @ditman and @bparrishMines on this review.
@kristoffer-zliide Are you still planning on updating this based on the review comments above?
Fixes https://github.com/flutter/flutter/issues/143288
Thank you for your contribution. I'm going to close this PR for now since there are outstanding comments, just to get this off our PR review queue. Please don't hesitate to submit a new PR if you have the time to address the review comments. Thanks!
You're welcome, @stuartmorgan! I totally understand that. Good luck with your project and its 12.500+ open issues.
Good luck with your project and its 12.500+ open issues.
We have not found that leaving PRs open indefinitely when the authors haven't responded to questions or comments in several months helps reduce the issue count. It just makes the number of open PRs go up over time, making it harder to focus on active PRs, thus our policy of closing PRs when we don't receive any response from the author for an extended period.