I'm looking for a way to start PIP(Picture In Picture) of video playback in Flutter when app enters background mode.
Now I'm using BetterPlayer to play the video and I can to PIP by tapping some button.
But I want to start PIP when user close my app automatically.
I could not find the way as long as I checked the documentation of the BetterPlayer
Does anyone know about it? Or if you know better video playback Library to implement PIP, let me know. Thanks!