You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Improve PiP support with layer opacity and better debugging
- Set minimal opacity (0.001) to AVPlayerLayer to ensure PiP works
- Add comprehensive debugging for layer state and PiP controller
- Check and set default bounds if layer has empty bounds
- Add isPictureInPicturePossible checks before starting PiP
Based on flutter#3500 discussions about PiP requirements.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: packages/video_player/video_player_avfoundation/darwin/video_player_avfoundation/Sources/video_player_avfoundation/FVPTextureBasedVideoPlayer.m
Copy file name to clipboardExpand all lines: packages/video_player/video_player_avfoundation/darwin/video_player_avfoundation/Sources/video_player_avfoundation/FVPVideoPlayer.m
0 commit comments