-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[video_player] Implement screen auto-lock control for video playback #11225
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
Open
shrabanti722
wants to merge
14
commits into
flutter:main
Choose a base branch
from
shrabanti722:video-player-screen-auto-lock
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+515
−441
Open
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
fed4658
Implement screen auto-lock control for video playback
shrabanti722 f688bdb
Refactor VideoPlayerController to streamline player initialization
shrabanti722 3c60307
PR prep: format, fix pubspec sort, update changelog and versions
shrabanti722 46ea3e9
Update changelogs to reflect the implementation of screen auto-lock c…
shrabanti722 74b02a4
Merge upstream/main into video-player-screen-auto-lock
shrabanti722 dffa3a4
Add allowScreenAutoLock default value test
shrabanti722 742e1b5
Update dependency overrides in pubspec.yaml files for video_player pa…
shrabanti722 263bdc5
Update packages/video_player/video_player_avfoundation/darwin/video_p…
shrabanti722 04f9b57
Update packages/video_player/video_player/lib/video_player.dart
shrabanti722 15d7d64
Update packages/video_player/video_player_platform_interface/lib/vide…
shrabanti722 b30287e
refactor: Update Pigeon and refine API for preventing display sleep d…
shrabanti722 2b353a9
deleted test output file
shrabanti722 da08c54
feat: Add `preventsDisplaySleepDuringVideoPlayback` option to control…
shrabanti722 6353082
style: reformat AVFoundation video player code and generated Pigeon m…
shrabanti722 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
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.
According to the repository style guide, temporary
dependency_overridesshould be accompanied by a comment to prevent them from being merged. Please add the comment# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.before thedependency_overrides:block.References
dependency_overridessections inpubspec.yamlfiles should include a comment starting with 'FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.' to prevent accidental merging. This override is missing the required comment. (link)