livekit_pip_android 0.1.0+1
livekit_pip_android: ^0.1.0+1 copied to clipboard
Android implementation of the livekit_pip plugin — native PiP using PictureInPictureParams with auto-enter on API 31+.
Changelog #
0.1.0+1 #
- Initial release.
- Android implementation using
PictureInPictureParams. - Auto-enter PiP on API 31+; manual enter via
onUserLeaveHinton API 26–30. PipHelperattaches to any Activity;LiveKitPipActivityprovided as a convenience base class.- Consumer-supplied
pipWidgetBuilderrendered inside the PiP window via Flutter widget swap.