wang-bin / fvp

Flutter video player plugin for all desktop+mobile platforms. download prebuilt examples from github actions. https://pub.dev/packages/fvp
BSD 3-Clause "New" or "Revised" License
197 stars 31 forks source link

[iOS] Add support for PIP #113

Closed JulienDev closed 3 months ago

JulienDev commented 3 months ago

Hello,

First, I’d like to express my gratitude for the excellent work on this library—it's truly impressive.

I have a specific query regarding the fvp player's capabilities. As you might be aware, many video players for Flutter do not support Picture-in-Picture (PIP) mode on iOS devices. Could you please confirm whether the fvp player supports this feature? Additionally, if it does, could you share any examples or documentation on how to implement this?

Best regards,

wang-bin commented 3 months ago

no, pip is platform dependent, for ios a system player is required. you can try https://github.com/tenghuanjun/CustomPictureInPicture/tree/master/pip_flutter

JulienDev commented 3 months ago

Thank you, I'll look into it