floating
floating copied to clipboard
Picture in Picture mode management for Flutter. Available only for Android.
Hi. When I try to call floating.enable() on lifecycleState == AppLifecycleState.hidden, it throws an exception "Activity must be resumed to enter picture-in-picture". It works almost well on AppLifecycleState.incative, but the...
When I turn on PIP mode in background video will not have control like pause and play next
Hi Wrbl606, How to disable/ exit picture in picure mode. I see function enable() -> call this fun to enable pip mode. How to disable mode pip? thanks
Implementation of two new functions `Floating.toggleAutoPip` and `Floating.isAutoPipAvailable`, the first of which explicitly calls `setAutoEnterEnabled` on the Android side. This way, the user can toggle automatic PiP mode on with...
I am running Flutter version 3.7.11 and the newest version of the floating package. Moreover, I use the following code to enter Pip Mode: ``` @override void didChangeAppLifecycleState(AppLifecycleState lifecycleState) {...
Am trying to add button in pip view. But PiP view is not allowing the button interaction.