In the context of online conferencing increasingly developing, picture in picture is one of the should-have features of online meetings software.
Apply in the code
We will use simple_pip_mode
to implement PiP on Android
Installation
- In the dependencies: section of your pubspec.yaml, add the following line:
- Update
AndroidManifest.xml
:
Setting automatic pip mode
Setup PiP View
Wrap body
of MeetingScreen
by PipWidget
:
Reference