1

I am trying to use pip mode in my flutter app.. for instance thanks to thanhit93 I found this. but it found that he has customized the package for ios only... What about android? is it enabled in the default video_player package?

..thanks

1 Answers1

-1

You can try to use the easy_pip package. It mirrors the YouTube UI so you would display the video player in the PIP widget.

Code on the Rocks
  • 11,488
  • 3
  • 53
  • 61
  • It looks great but what I want is to keep pip even when the app is paused, like this one: https://user-images.githubusercontent.com/19393678/113262274-a30dc500-92fa-11eb-9393-b9793298b90e.gif – Khader M Khudair Jun 02 '21 at 06:25